diff options
-rw-r--r-- | distrib/notes/sparc64/hardware | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/distrib/notes/sparc64/hardware b/distrib/notes/sparc64/hardware index bd90c1c45aa..d41d35002c4 100644 --- a/distrib/notes/sparc64/hardware +++ b/distrib/notes/sparc64/hardware @@ -1,4 +1,4 @@ -dnl $OpenBSD: hardware,v 1.40 2002/11/20 23:01:58 jason Exp $ +dnl $OpenBSD: hardware,v 1.41 2002/11/25 20:45:06 naddy Exp $ OpenBSD/MACHINE OSREV runs on the following classes of machines: - SBUS based workstations: Ultra 1 @@ -68,6 +68,8 @@ Supported devices {:-include-:}: PCI GEM Ethernet (gem) PCI Davicom DM9102 Ethernet (dc) PCI Intel 21145-based adapters (dc) + PCI Intel i8255x-based (except the i82556) adapters (fxp) + PCI 3Com 3c9xx EtherLink XL adapters (xl) Wireless Ethernet Adapters: (wi) 3Com AirConnect 3CRWE737A PCMCIA diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 93813b61cef..3e33e1b10bc 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.73 2002/09/18 04:34:41 jason Exp $ +# $OpenBSD: GENERIC,v 1.74 2002/11/25 20:45:06 naddy Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -36,7 +36,9 @@ ebus* at pci? # PCI Ethernet hme* at pci? dev ? function ? gem* at pci? dev ? function ? -dc* at pci? dev ? function ? +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 # PCI SCSI siop* at pci? dev ? function ? |