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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 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 |