diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-29 20:23:52 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-09-29 20:23:52 +0000 |
commit | 9da92a8685db6d6599496a78b38f8134c4b360b3 (patch) | |
tree | 142283fb62dc2686c7b368ef12c05165272e303d /sys/arch/hppa/conf/GENERIC | |
parent | 8086ecbdfa052c8cbb66cdd7f70b97a38fed836b (diff) |
ahc seems to work, some more phys and sync generic/ramdisk
Diffstat (limited to 'sys/arch/hppa/conf/GENERIC')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 9a881da043a..79eb63ed4a2 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.38 2003/09/29 19:23:02 mickey Exp $ +# $OpenBSD: GENERIC,v 1.39 2003/09/29 20:23:51 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -63,8 +63,6 @@ gsc2 at wax? # it's another face of LASI #vme* at vmeb? #option VMEVERBOSE -#pci* at dino? -#option PCIVERBOSE eisa* at mongoose? #eisa* at wax? option EISAVERBOSE @@ -125,18 +123,29 @@ pci* at ppb? siop* at pci? dev ? function ? # NCR 538XX SCSI controllers(new) scsibus* at siop? +ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers +scsibus* at ahc? +#fpa* at pci? dev ? function ? # DEC DEFPA FDDI dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +#xl* at pci? dev ? function ? # 3C9xx ethernet +#em* at pci? dev ? function ? # Intel Pro/1000 ethernet +#ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet +#fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet +#txp* at pci? dev ? function ? # 3com 3CR990 +#ne* at pci? dev ? function ? # NE2000-compatible Ethernet +#ep* at pci? dev ? function ? # 3Com 3c59x +#an* at pci? dev ? function ? # Cisco/Aironet 802.11DS +#wi* at pci? dev ? function ? # WaveLAN IEEE 802.11DS dcphy* at mii? phy ? # Digital Clone PHYs amphy* at mii? phy ? # AMD 79C873 PHYs -#acphy* at mii? phy ? # Altima AC101 PHYs #exphy* at mii? phy ? # 3Com internal PHYs #inphy* at mii? phy ? # Intel 82555 PHYs #iophy* at mii? phy ? # Intel 82553 PHYs #icsphy* at mii? phy ? # ICS1890 PHYs lxtphy* at mii? phy ? # Level One LXT-970 PHYs -#nsphy* at mii? phy ? # NS83840 PHYs +nsphy* at mii? phy ? # NS83840 PHYs #nsphyter* at mii? phy ? # NS83843 PHYs #mtdphy* at mii? phy ? # Myson MTD972 PHYs #qsphy* at mii? phy ? # Quality Semi QS6612 PHYs |