diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-12 11:18:04 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-12 11:18:04 +0000 |
commit | 02ffe946b7c40c8ecd5fac91ee755299fc2bacb9 (patch) | |
tree | a04a0d7b1df3a329bd8c5774401473da52afe52e /sys/arch/macppc | |
parent | 294e4c69c7c0607786d5a2368a1e99c42965064a (diff) |
VIA Rhine ethernet works
ok brad@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index b37549aa973..20183458f56 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.98 2005/11/11 16:44:35 kettenis Exp $g +# $OpenBSD: GENERIC,v 1.99 2005/11/12 11:18:03 martin Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -81,6 +81,7 @@ atw* at pci? # ADMtek ADM8211 (802.11) wi* at pci? # WaveLAN IEEE 802.11DS ral* at pci? # Ralink RT2500 #rtw* at pci? # Realtek 8180 +vr* at pci? # VIA Rhine ethernet iop* at pci? # I2O processor ioprbs* at iop? # I2O arrays iopsp* at iop? # I2O SCSI pass-through diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 9bd2050b116..8c7ff6e27d7 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.55 2005/11/06 03:10:09 drahn Exp $ +# $OpenBSD: RAMDISK,v 1.56 2005/11/12 11:18:03 martin Exp $ # # PPC GENERIC config file # @@ -75,6 +75,7 @@ rl* at pci? # Realtek 81[23]9 ethernet stge* at pci? # Sundance TC9021 GigE an* at pci? # Cisco/Aironet 802.11DS wi* at pci? # WaveLAN IEEE 802.11DS +vr* at pci? # VIA Rhine ethernet # how many of these are needed? amphy* at mii? # AMD 79C873 PHYs |