diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-11-14 23:03:07 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-11-14 23:03:07 +0000 |
commit | 0ded5e7dce531b702eb130e741310890f70bffbe (patch) | |
tree | 5a3b5caf14dc29d0dd732ef562c511265d25c94c /sys/arch/amd64/conf/GENERIC | |
parent | b8ec6149d15a6dee8d27b4e23be2f5c46ccdca43 (diff) |
add de and pcn
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 0c18b5ac133..dcbfd50125f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.87 2005/11/07 04:51:14 fgsch Exp $ +# $OpenBSD: GENERIC,v 1.88 2005/11/14 23:03:00 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -264,7 +264,7 @@ scsibus* at atapiscsi? # Networking devices lmc* at pci? # Lan Media Corp SSI/T3/HSSI #le* at pci? # PCnet-PCI based ethernet -#de* at pci? # DC21X4X-based ethernet +de* at pci? # DC21X4X-based ethernet fxp* at pci? # EtherExpress 10/100B ethernet fxp* at cardbus? # Intel PRO/100 ethernet #ne* at pci? # NE2000-compat ethernet @@ -286,6 +286,7 @@ vr* at pci? # VIA Rhine ethernet #sf* at pci? # Adaptec AIC-6915 ethernet BORKED sis* at pci? # SiS 900/7016 ethernet #ste* at pci? # Sundance ST201 ethernet BORKED +pcn* at pci? # AMD PCnet-PCI Ethernet dc* at pci? # 21143, "tulip" clone ethernet dc* at cardbus? # 21143, "tulip" clone ethernet ti* at pci? # Alteon Tigon 1Gb ethernet |