Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 1999 12:00:01 -0800 (PST)
From:      Thomas David Rivers <rivers@dignus.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/10602: Brooktree support broken in kernel build after move from 2.2.8 to 3.1
Message-ID:  <199903152000.MAA70549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/10602; it has been noted by GNATS.

From: Thomas David Rivers <rivers@dignus.com>
To: freebsd-gnats-submit@FreeBSD.org, rjbubon@bigI.com
Cc:  
Subject: Re: kern/10602: Brooktree support broken in kernel build after move from 2.2.8 to 3.1
Date: Mon, 15 Mar 1999 14:48:33 -0500 (EST)

 Support for building the BrookTree device changed...  It's someone spelled
 out in the the LINT file... To get it working, I put the following
 entries at the end of my config file:
 
 
     # Brooktree driver has been ported to the new I2C framework. Thus,
     # you'll need at least iicbus, iicbb and smbus. iic/smb are only needed if you
     # want to control other I2C slaves connected to the external connector of
     # some cards.
     # 
     device          bktr0
     controller smbus0
     device smb0     at smbus?
     
     controller iicbus0
     controller iicbb0
     
     device ic0      at iicbus?
     device iic0     at iicbus?
     device iicsmb0  at iicbus?
     
     controller pcf0 at isa? port 0x320 net irq 5
     
     
    
  	- Dave Rivers - 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903152000.MAA70549>