diff options
author | marius <marius@FreeBSD.org> | 2006-05-14 18:49:25 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2006-05-14 18:49:25 +0000 |
commit | be5f202f362e98b65b6ed5374448d609b67631c5 (patch) | |
tree | 73f24712dc0699f492142ea6c0704e9617deadb2 /sys | |
parent | 421d6824f796d9b6d60fad619a6eb93bac61ad8e (diff) | |
download | FreeBSD-src-be5f202f362e98b65b6ed5374448d609b67631c5.zip FreeBSD-src-be5f202f362e98b65b6ed5374448d609b67631c5.tar.gz |
Remove some remnants of lnc(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/PAE | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index 114fd25..b6e3665 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -221,16 +221,12 @@ options DRM_DEBUG # Include debug printfs (slow) # ed: Western Digital and SMC 80xx; Novell NE1000 and NE2000; 3Com 3C503 # HP PC Lan+, various PC Card devices (refer to etc/defaults/pccard.conf) # (requires miibus) -# lnc: Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, AMD Am7990 and -# Am79C960) # nve: nVidia nForce MCP on-board Ethernet Networking device ed options ED_3C503 options ED_HPP options ED_SIC -#XXX# still calls MD i386 kvtop function instead of vtophys etc -#XXX#device lnc device nve # nVidia nForce MCP on-board Ethernet Networking device ath diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE index 5d0c963..71eafd9 100644 --- a/sys/i386/conf/PAE +++ b/sys/i386/conf/PAE @@ -69,7 +69,6 @@ nodevice ex nodevice ep nodevice fe nodevice ie -nodevice lnc nodevice sn nodevice xe |