mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
PC-98 version of ed driver is a statically limited driver.
Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
This commit is contained in:
parent
4357cccbdd
commit
926eda94b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61905
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user