diff options
author | dg <dg@FreeBSD.org> | 1995-12-24 08:13:23 +0000 |
---|---|---|
committer | dg <dg@FreeBSD.org> | 1995-12-24 08:13:23 +0000 |
commit | ccd7a804c835ddf674b5b2faef1af69ca2404e6a (patch) | |
tree | c866edaa55a7fb11963e0894ef18baed9281a20d /sys/conf | |
parent | 2f09ba0ba3f9a0b9733b91e7d7258a5943945967 (diff) | |
download | FreeBSD-src-ccd7a804c835ddf674b5b2faef1af69ca2404e6a.zip FreeBSD-src-ccd7a804c835ddf674b5b2faef1af69ca2404e6a.tar.gz |
Added device fxp0 (device driver for Intel EtherExpress Pro/100).
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 9c0e310..9eb1367 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $ +# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -816,6 +816,7 @@ controller pci0 controller ahc1 device ncr0 device de0 +device fxp0 device vx0 at pci0 port? irq? vector vxintr device fpa0 device meteor0 |