diff options
author | nyan <nyan@FreeBSD.org> | 2001-07-04 13:00:21 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2001-07-04 13:00:21 +0000 |
commit | 497620bac5a53c422f1848241d5df96e19c8f71e (patch) | |
tree | 9e2aa991c3b2c116dea316c8fd95067921cb43c2 /sys/pc98/conf | |
parent | 53b01bc71cc702ed3a886222afd9162fc7067c20 (diff) | |
download | FreeBSD-src-497620bac5a53c422f1848241d5df96e19c8f71e.zip FreeBSD-src-497620bac5a53c422f1848241d5df96e19c8f71e.tar.gz |
- Don't overwrite inb, inw and outw.
- Move the lance_probe function to if_lnc.c.
- Support C-NET(98)S again.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) and nyan
No response from: Paul Richards
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 04f4b99..d6e9ad3 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -175,7 +175,7 @@ device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards device ep # Etherlink III based cards options FE_8BIT_SUPPORT # LAC-98 support device fe # Fujitsu MB8696x based cards -#device lnc +device lnc # C-NET(98)S device sn # SMC's 9000 series of ethernet chips device snc device xe # Xircom pccard ethernet |