diff options
-rw-r--r-- | distrib/notes/macppc/hardware | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/distrib/notes/macppc/hardware b/distrib/notes/macppc/hardware index 5f5dd6e8f14..dd0721268cc 100644 --- a/distrib/notes/macppc/hardware +++ b/distrib/notes/macppc/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.64 2005/11/09 15:36:07 martin Exp $ +dnl $OpenBSD: hardware,v 1.65 2005/11/12 11:18:02 martin Exp $ OpenBSD/MACHINE OSREV runs on iMac, G4 Power Macintosh, and G4 Cube, as well as PowerBook and iBook machines. @@ -277,6 +277,10 @@ Supported devices {:-include-:}: VIA Networking VT6122 based PCI adapters, including: ZyXEL GN650-T 64-bit PCI Gigabit Ethernet NIC (ZX1701) ZyXEL GN670-T 32-bit PCI Gigabit Ethernet NIC (ZX1702) + VIA Rhine/RhineII/RhineIII Ethernet adapters, including: + Addtron AEF-360TX + Hawking PN102TX + D-Link DFE530TX Wireless Ethernet Adapters PCMCIA Adapters 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 |