diff options
| author | skrll <skrll@NetBSD.org> | 2009-04-30 15:03:30 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2009-04-30 15:03:30 +0000 |
| commit | c026dcb4aa532fb0484ef222e416dabbc563e88f (patch) | |
| tree | 55f27fbe76826eb571147484f690713f12cf88df /sys/dev | |
| parent | 0cd28694690213719d239f2eac68fe4cb2958e39 (diff) | |
Add the National Semiconductor PC87560 Legacy IO chip on systems with
PA-8500 and later 64-bit CPUs.
Diffstat (limited to 'sys/dev')
| -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 e51c2de78a4..e286cae44ae 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.984 2009/04/28 14:27:16 ginsbach Exp $ +$NetBSD: pcidevs,v 1.985 2009/04/30 15:03:30 skrll Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -2918,6 +2918,7 @@ product NEWBRIDGE CA91L8261 0x8261 PowerSpan II PCI Bridge product NATIONALINST MXI3 0x2c30 MXI-3 PCI Extender /* National Semiconductor products */ +product NS PC87560 0x000e 87560 Legacy I/O product NS DP83810 0x0001 DP83810 10/100 Ethernet product NS DP83815 0x0020 DP83815 10/100 Ethernet product NS DP83820 0x0022 DP83820 10/100/1000 Ethernet |
