diff options
author | 1998-08-06 16:39:09 +0000 | |
---|---|---|
committer | 1998-08-06 16:39:09 +0000 | |
commit | 821fede57c8fde83a74c27b2e98ca92926a43d8d (patch) | |
tree | c637cd785a1f6f89ea34b07ac3d6ecf8cad997a7 | |
parent | Don't enumerate every arch in the #if since all OpenBSD platforms use the same values for malloc_pageshift and malloc_minsize except for sparc (diff) | |
download | wireguard-openbsd-821fede57c8fde83a74c27b2e98ca92926a43d8d.tar.xz wireguard-openbsd-821fede57c8fde83a74c27b2e98ca92926a43d8d.zip |
add TI1220 PCI-CardBus Bridge; somebody deal w/ that NM3160 thing from intel
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index ef0df4099d5..0cb686436d8 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.74 1998/07/23 08:45:34 deraadt Exp $ +$OpenBSD: pcidevs,v 1.75 1998/08/06 16:39:09 mickey Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1015,6 +1015,7 @@ product TI TLAN 0x0500 TLAN product TI PCI1130 0xac12 PCI1130 PCI-CardBus Bridge product TI PCI1131 0xac15 PCI1131 product TI PCI1250 0xac16 PCI1250 +product TI PCI1220 0xac17 PCI1220 PCI-CardBus Bridge product TI PCI2030 0xac20 PCI2030 /* Toshiba products */ |