diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-11-25 20:45:07 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2002-11-25 20:45:07 +0000 |
commit | dc7406bb51781f7d04ed41dcdecd5d1a742915e6 (patch) | |
tree | f5acebf1711bc91a2586bafe5b62945485951769 /sys/arch/sparc64/conf/GENERIC | |
parent | 63655e1169a0b5bdf4836871bb432bd5152b9aa4 (diff) |
enable fxp(4) and xl(4) on sparc64; ok jason@
Diffstat (limited to 'sys/arch/sparc64/conf/GENERIC')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
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 ? |