diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-10 01:16:33 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-10 01:16:33 +0000 |
commit | a2387b97d380c1ff7191a1a57f39092665855d51 (patch) | |
tree | 2e3fbb222d0ac1a462be18098e5cf3cdf020196b /sys/arch/amd64/conf | |
parent | 390474309a49bee35f12d6c59d4382a1c1dfcef8 (diff) |
Add epic(4) driver which supersedes tx(4).
This buys us..
- bus_dma
- big endian support
- multicast
- support for another EPIC chipset
From NetBSD
ok mickey@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 29b50f76550..55f3119b1a7 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.63 2005/05/01 07:54:42 david Exp $ +# $OpenBSD: GENERIC,v 1.64 2005/05/10 01:16:31 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -261,7 +261,7 @@ xl* at pci? # 3C9xx ethernet rl* at pci? # RealTek 81[23]9 ethernet #rl* at cardbus? # RealTek 81[23]9 ethernet #mtd* at pci? # Myson MTD800/803/891 -#tx* at pci? # SMC 83C170 EPIC ethernet +#epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet #wb* at pci? # Winbond W89C840F ethernet diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index def55722ad5..433d3f174ce 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.19 2005/01/06 21:32:56 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.20 2005/05/10 01:16:31 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -200,7 +200,7 @@ fxp* at pci? # EtherExpress 10/100B ethernet #xl* at cardbus? # 3C575 ethernet rl* at pci? # RealTek 81[23]9 ethernet re* at pci? # Realtek 8169/8169S/8110S -#tx* at pci? # SMC 83C170 EPIC ethernet +#epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet dc* at pci? # 21143, "tulip" clone ethernet diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index baa2642850b..2a934581a84 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.29 2005/03/30 07:42:13 deraadt Exp $ +# $OpenBSD: RAMDISK_CD,v 1.30 2005/05/10 01:16:31 brad Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -216,7 +216,7 @@ fxp* at pci? # EtherExpress 10/100B ethernet #xl* at pci? # 3C9xx ethernet #xl* at cardbus? # 3C575 ethernet rl* at pci? # RealTek 81[23]9 ethernet -#tx* at pci? # SMC 83C170 EPIC ethernet +#epic* at pci? # SMC EPIC/100 ethernet #tl* at pci? # Compaq Thunderlan ethernet vr* at pci? # VIA Rhine ethernet dc* at pci? # 21143, "tulip" clone ethernet |