diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 02:33:20 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-06-29 02:33:20 +0000 |
commit | ea916d5e55c0308ce62407be3271d31927632d8f (patch) | |
tree | 4624c222528272d3e05d72d57f3c4d21d4f27d9f | |
parent | b7fc3d805fb2b43043fd3cf8fef57f17086f4e16 (diff) |
support for pnic
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 9d83c25914d..75f6de332ae 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.39 1999/01/13 13:03:02 niklas Exp $ +# $OpenBSD: GENERIC,v 1.40 1999/06/29 02:33:19 jason Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -73,6 +73,7 @@ fxp* at pci? dev ? function ? # EtherExpress 10/100B ethernet #en* at pci? dev ? function ? # ENI PCI ATM (untested) ep* at pci? dev ? function ? # 3COM 3c59x xl* at pci? dev ? function ? # 3COM 3c9xx +pn* at pci? dev ? function ? # Lite-On PNIC ethernet fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards le* at pci? dev ? function ? # PCI LANCE Ethernet (untested) ncr* at pci? dev ? function ? # NCR 53c8xx SCSI |