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 | |
parent | b8ec6149d15a6dee8d27b4e23be2f5c46ccdca43 (diff) |
add de and pcn
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 5 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
4 files changed, 12 insertions, 6 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 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index cd8bd14b7c8..5a766b4f96d 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.43 2005/10/26 23:32:23 niallo Exp $ +# $OpenBSD: RAMDISK_CD,v 1.44 2005/11/14 23:03:00 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -204,7 +204,7 @@ atapiscsi* at pciide? scsibus* at atapiscsi? #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 ep* at pci? # 3C59x ethernet @@ -221,6 +221,7 @@ rl* at cardbus? # RealTek 81[23]9 ethernet epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet dc* at pci? # 21143, "tulip" clone ethernet dc* at cardbus? # 21143, "tulip" clone ethernet sis* at pci? # SiS 900/7016 ethernet diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 88a47ead3dd..a5801c3ed48 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.135 2005/11/05 11:56:40 brad Exp $ +# $OpenBSD: GENERIC,v 1.136 2005/11/14 23:03:06 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -53,6 +53,8 @@ ti* at pci? # Alteon Tigon 1Gb ethernet #sk* at skc? # each port of above fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet +de* at pci? # DC21X4X-based ethernet dc* at pci? # 21143, "tulip" clone ethernet epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index b702ae36f63..a51b38ea978 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.48 2005/10/10 23:02:21 brad Exp $ +# $OpenBSD: RAMDISK,v 1.49 2005/11/14 23:03:06 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -57,6 +57,8 @@ ti* at pci? # Alteon Tigon 1Gb ethernet #sk* at skc? # each port of above fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet +pcn* at pci? # AMD PCnet-PCI Ethernet +de* at pci? # DC21X4X-based ethernet dc* at pci? # 21143, "tulip" clone ethernet epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet |