diff options
author | 2001-12-28 18:22:25 +0000 | |
---|---|---|
committer | 2001-12-28 18:22:25 +0000 | |
commit | d686f6e829d628be138996c1a1c98847bf5d9867 (patch) | |
tree | 7908f42c0b543592c60090e064cbb0ec83cc9f75 | |
parent | Fix memory leak with EPRT command; Hiroyuki YAMAMORI (diff) | |
download | wireguard-openbsd-d686f6e829d628be138996c1a1c98847bf5d9867.tar.xz wireguard-openbsd-d686f6e829d628be138996c1a1c98847bf5d9867.zip |
hifn 7811
-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 7837b968640..e2931ca5203 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.480 2001/12/28 02:55:04 maja Exp $ + $OpenBSD: pcidevs,v 1.481 2001/12/28 18:22:25 jason Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1183,6 +1183,7 @@ product HP NETRAID_4M 0x10c2 NetRaid-4M /* Hifn products */ product HIFN 7751 0x0005 7751 product HIFN 6500 0x0006 6500 +product HIFN 7811 0x0007 7811 product HIFN 7951 0x0012 7951 /* Hint */ |