diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-07-23 18:16:06 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-07-23 18:16:06 +0000 |
commit | be1810a68ed9157932d179cdb37b798b4422fb3f (patch) | |
tree | fc9bd791c05a860fb3c8d36ee1c390150f0b23c4 /sys/arch/sparc64 | |
parent | 195a504efd8d8bb3bbadca63f449af039b17dc13 (diff) |
add ahc and clean things a bit
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index d70f0fe1ebf..c132d56b29c 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2003/07/15 03:51:12 jason Exp $ +# $OpenBSD: GENERIC,v 1.86 2003/07/23 18:16:05 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -35,17 +35,19 @@ ebus* at pci? # PCI Ethernet hme* at pci? dev ? function ? gem* at pci? dev ? function ? -#ti* at pci? dev ? function ? # Alteon Tigon 1Gb ethernet -fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet -xl* at pci? dev ? function ? # 3C9xx ethernet -dc* at pci? dev ? function ? # 21143, "tulip" clone 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 +xl* at pci? dev ? function ? # 3C9xx ethernet +dc* at pci? dev ? function ? # 21143, "tulip" clone ethernet +em* at pci? dev ? function ? # Intel Pro/1000 ethernet # PCI SCSI -siop* at pci? dev ? function ? -isp* at pci? dev ? function ? -option ISP_COMPILE_FW=1 +ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers +scsibus* at ahc? +siop* at pci? dev ? function ? # NCR 538XX SCSI controllers scsibus* at siop? +isp* at pci? dev ? function ? # Qlogic ISP [12]0x0 SCSI/FibreChannel +option ISP_COMPILE_FW=1 # PCI Display vgafb* at pci? dev ? function ? |