- 論壇徽章:
- 0
|
我用的是ISA網(wǎng)卡,請問在內(nèi)核中該如何修改?
再問一個(gè):
GENERIC中有一段:
device adv0 at isa?
device adw
device bt0 at isa?
device aha0 at isa?
device aic0 at isa?
請問這段控制什么?
還有,我的機(jī)子除了ISA網(wǎng)卡、PCI顯卡外沒有別的,那么,通用內(nèi)核中
# 使用公共的MII總線控制器代碼的PCI以太網(wǎng)適配器
# 注意:一定要保留'device miibus'以確?捎
device miibus # MII總線支持
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 8255
device pcn # AMD Am79C97x PCI 10/100 NICs
device rl # RealTek 8129/8139
device sf # Adaptec AIC-6915 (``Starfire'')
device sis # Silicon Integrated Systems SiS 900/SiS 7016
device ste # Sundance ST201 (D-Link DFE-550TX)
device tl # Texas Instruments ThunderLAN
device tx # SMC EtherPower II (83c170 ``EPIC'')
device vr # VIA Rhine, Rhine II
device wb # Winbond W89C840F
device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'')
device bge # Broadcom BCM570x (``Tigon III'')
這段可不可以刪掉呢? |
|