diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-05-16 16:56:45 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-05-16 16:56:45 +0000 |
commit | 106db4ccc8f5e2af5a956d1d6e0945553ab2eddb (patch) | |
tree | 5b1098502213513c928292b6132a58a8465bf147 /sys/arch/sparc64/conf/RAMDISK | |
parent | 1bd78b238ddf44abbd06d87174e3960ac2ccedc2 (diff) |
add epic(4)
Diffstat (limited to 'sys/arch/sparc64/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 4487b754a10..e9fbd626d35 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.43 2005/05/01 07:54:43 david Exp $ +# $OpenBSD: RAMDISK,v 1.44 2005/05/16 16:56:44 brad Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -54,9 +54,10 @@ gem* at pci? fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet dc* at pci? # 21143, "tulip" clone ethernet +epic* at pci? # SMC EPIC/100 ethernet em* at pci? # Intel Pro/1000 ethernet rl* at pci? # RealTek 81[23]9 ethernet -vr* at pci? # VIA Rhine ethernet +vr* at pci? # VIA Rhine ethernet auxio* at ebus? auxio* at sbus? |