diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-20 23:04:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-10-20 23:04:58 +0000 |
commit | c7b491d05a0a328a637eafe9c2f5bd6d9f995399 (patch) | |
tree | f955edcfbc94c989a88ce51cd475920c08840511 /sys/arch | |
parent | 8d0db8e25299e84b889057eb5457a74099a711a3 (diff) |
vr(4) now works out of the box and brings defenceless sparc64 in a new age
of misery, reported by Jean-Marc "Batou" Harang.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 6fb6ab6457b..9046602d8d5 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.106 2004/10/05 02:01:18 jsg Exp $ +# $OpenBSD: GENERIC,v 1.107 2004/10/20 23:04:57 miod Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -47,6 +47,7 @@ xl* at pci? # 3C9xx ethernet dc* at pci? # 21143, "tulip" clone ethernet em* at pci? # Intel Pro/1000 ethernet rl* at pci? # RealTek 81[23]9 ethernet +vr* at pci? # VIA Rhine ethernet # PCI SCSI ahc* at pci? # Adaptec 2940 SCSI controllers diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index cdb5267fb73..49c31c6dba2 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.32 2004/09/23 17:34:15 jason Exp $ +# $OpenBSD: RAMDISK,v 1.33 2004/10/20 23:04:57 miod Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -53,6 +53,8 @@ fxp* at pci? # EtherExpress 10/100B ethernet xl* at pci? # 3C9xx ethernet dc* at pci? # 21143, "tulip" clone ethernet em* at pci? # Intel Pro/1000 ethernet +rl* at pci? # RealTek 81[23]9 ethernet +vr* at pci? # VIA Rhine ethernet auxio* at ebus? auxio* at sbus? |