Re: New kernel drivers

1999-08-10 Thread Julian Elischer



On Tue, 10 Aug 1999, eT wrote:

 Joe Groff wrote:
 
  I have a device 'foo' which I'm working on. What files do I need to edit so
  that config recognizes foo as a controller/pseudo-device/device/disk/whatever?
 
 Take a look at /usr/src/sys/i386/files.i386.  You device driver files
 need to have an entry in this file.  Also make sure that you have your
 driver mentioned in your kernel config file. 

Alternatively it might have an entry in files.MYCONFIG
if you don't want to patch a distributed file.


 
 eT
 
 
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-hackers" in the body of the message
 



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: New kernel drivers

1999-08-10 Thread Julian Elischer


On Tue, 10 Aug 1999, eT wrote:

 Joe Groff wrote:
 
  I have a device 'foo' which I'm working on. What files do I need to edit so
  that config recognizes foo as a 
  controller/pseudo-device/device/disk/whatever?
 
 Take a look at /usr/src/sys/i386/files.i386.  You device driver files
 need to have an entry in this file.  Also make sure that you have your
 driver mentioned in your kernel config file. 

Alternatively it might have an entry in files.MYCONFIG
if you don't want to patch a distributed file.


 
 eT
 
 
 
 To Unsubscribe: send mail to majord...@freebsd.org
 with unsubscribe freebsd-hackers in the body of the message
 



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



New kernel drivers

1999-08-09 Thread Joe Groff

I have a device 'foo' which I'm working on. What files do I need to edit so
that config recognizes foo as a controller/pseudo-device/device/disk/whatever?

Thanks!

-Joe




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: New kernel drivers

1999-08-09 Thread eT

Joe Groff wrote:

 I have a device 'foo' which I'm working on. What files do I need to edit so
 that config recognizes foo as a controller/pseudo-device/device/disk/whatever?

Take a look at /usr/src/sys/i386/files.i386.  You device driver files need to have an
entry in this file.  Also make sure that you have your driver mentioned in your kernel
config file.

eT



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



New kernel drivers

1999-08-09 Thread Joe Groff
I have a device 'foo' which I'm working on. What files do I need to edit so
that config recognizes foo as a controller/pseudo-device/device/disk/whatever?

Thanks!

-Joe




To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message



Re: New kernel drivers

1999-08-09 Thread eT
Joe Groff wrote:

 I have a device 'foo' which I'm working on. What files do I need to edit so
 that config recognizes foo as a controller/pseudo-device/device/disk/whatever?

Take a look at /usr/src/sys/i386/files.i386.  You device driver files need to 
have an
entry in this file.  Also make sure that you have your driver mentioned in your 
kernel
config file.

eT



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-hackers in the body of the message