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/alpha/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/alpha/conf/GENERIC')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 7f1e849e336..a106e93bf70 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.146 2005/05/01 17:19:33 david Exp $ +# $OpenBSD: GENERIC,v 1.147 2005/05/10 01:16:31 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -220,8 +220,7 @@ skc* at pci? # SysKonnect GEnesis 984x sk* at skc? # each port of above an* at pci? # Cisco/Aironet 802.11DS -#BROKEN: The following driver has 64-bit issues -#tx* at pci? # SMC 83C170 EPIC ethernet +#epic* at pci? # SMC EPIC/100 ethernet vga* at pci? # PCI VGA graphics tga* at pci? # DEC ZLXp-E[123] graphics |