diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-20 07:40:45 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-03-20 07:40:45 +0000 |
commit | a5f594cba15fc879505a80b30e1432e83dd9ab26 (patch) | |
tree | c1d8739d652d9964603376be4e6874977c27a1b0 /sys | |
parent | 4c44d2b7728129852956d7df4305d82be8ad811f (diff) |
Apple Bandit was in here twice, once properly alpha, one not
I deleted the wrong one.
Now reordered properly.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 3672ee11275..9c972bf2332 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.224 2000/03/20 07:33:07 rahnds Exp $ + $OpenBSD: pcidevs,v 1.225 2000/03/20 07:40:44 rahnds Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -663,18 +663,6 @@ product ALLIANCE AT24 0x6424 AT24 /* Alteon products */ product ALTEON ACENIC 0x0001 Acenic -/* Apple products */ -product APPLE BANDIT 0x0001 PCI -product APPLE GC 0x0002 PCI -product APPLE OHARE 0x0007 PCI -product APPLE HEATHROW 0x0010 MACIO -product APPLE PADDINGTON 0x0017 MACIO -product APPLE UNINORTHETH 0x001e PCI -product APPLE UNINORTH 0x001f PCI -product APPLE UNINORTHAGP 0x0020 AGP -product APPLE GMAC 0x0021 GMAC -product APPLE KEYLARGO 0x0022 MACIO - /* AMD products */ product AMD PCNET_PCI 0x2000 79c970 PCnet-PCI LANCE product AMD PCHOME_PCI 0x2001 79c978 PChome-PCI LANCE @@ -689,6 +677,18 @@ product AMD PBC756_IDE 0x7409 756 IDE product AMD PBC756_PMC 0x740B 756 Power Management product AMD PBC756_USB 0x740C 756 USB Host +/* Apple products */ +product APPLE BANDIT 0x0001 PCI +product APPLE GC 0x0002 PCI +product APPLE OHARE 0x0007 PCI +product APPLE HEATHROW 0x0010 MACIO +product APPLE PADDINGTON 0x0017 MACIO +product APPLE UNINORTHETH 0x001e PCI +product APPLE UNINORTH 0x001f PCI +product APPLE UNINORTHAGP 0x0020 AGP +product APPLE GMAC 0x0021 GMAC +product APPLE KEYLARGO 0x0022 MACIO + /* ARC Logic products */ product ARC 1000PV 0xa091 1000PV product ARC 2000PV 0xa099 2000PV |