diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2000-06-21 14:54:19 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2000-06-21 14:54:19 +0000 |
| commit | 926eda94b940672c81fbf2e8f06902e9c78d3435 (patch) | |
| tree | c27fac035a0c6c746fa2123e4d87ed45622060c1 /sys | |
| parent | 4357cccbdde7bcf2111d4ebc32c161321ee28355 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/files.pc98 | 2 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 67cfdb8904c4..315e1cb77218 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -348,7 +348,7 @@ pc98/pc98/atapi.c optional wdc pc98/pc98/clock.c standard pc98/pc98/diskslice_machdep.c standard pc98/pc98/fd.c optional fdc -pc98/pc98/if_ed.c optional ed +pc98/pc98/if_ed.c count ed pc98/pc98/isa_dma.c optional isa pc98/pc98/mse.c optional mse pc98/pc98/npx.c mandatory npx diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 7781da1fdc76..86848c99ce6f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -173,7 +173,7 @@ device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. # DP8390 NIC -#device ed +device ed 1 # MB86960A NIC options FE_8BIT_SUPPORT # LAC-98 support |
