summaryrefslogtreecommitdiffstats
path: root/sys/pci/uhci_pci.c
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-06-13 20:46:10 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-06-13 20:46:10 +0000
commit52a08f7bee24c46874c4ead7be7d49ecb8ae3497 (patch)
treef58af76cd7d929b916093c45f4883eaa9d000398 /sys/pci/uhci_pci.c
parentfee8b19d5380b579045fac2181fb535b46a1b1ae (diff)
downloadFreeBSD-src-52a08f7bee24c46874c4ead7be7d49ecb8ae3497.zip
FreeBSD-src-52a08f7bee24c46874c4ead7be7d49ecb8ae3497.tar.gz
Shorten the strings a bit (remove 'Host')
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r--sys/pci/uhci_pci.c19
1 files changed, 10 insertions, 9 deletions
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index 775ca44..3e84bae 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -1,4 +1,4 @@
-/* FreeBSD $Id: uhci_pci.c,v 1.7 1999/05/01 23:30:06 n_hibma Exp $ */
+/* FreeBSD $Id: uhci_pci.c,v 1.8 1999/05/08 21:59:42 dfr Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -78,14 +78,15 @@
#define PCI_UHCI_VENDORID_INTEL 0x8086
#define PCI_UHCI_VENDORID_VIA 0x1106
-#define PCI_UHCI_DEVICEID_PIIX3 0x70208086ul
-static const char *uhci_device_piix3 = "Intel 82371SB (PIIX3) USB Host Controller";
-#define PCI_UHCI_DEVICEID_PIIX4 0x71128086ul
-#define PCI_UHCI_DEVICEID_PIIX4E 0x71128086ul /* no separate step */
-static const char *uhci_device_piix4 = "Intel 82371AB/EB (PIIX4) USB Host Controller";
-#define PCI_UHCI_DEVICEID_VT83C572 0x30381106ul
-static const char *uhci_device_vt83c572 = "VIA 83C572 USB Host Controller";
-static const char *uhci_device_generic = "UHCI (generic) USB Controller";
+#define PCI_UHCI_DEVICEID_PIIX3 0x70208086
+static const char *uhci_device_piix3 = "Intel 82371SB (PIIX3) USB controller";
+#define PCI_UHCI_DEVICEID_PIIX4 0x71128086
+#define PCI_UHCI_DEVICEID_PIIX4E 0x71128086 /* no separate stepping */
+static const char *uhci_device_piix4 = "Intel 82371AB/EB (PIIX4) USB controller";
+#define PCI_UHCI_DEVICEID_VT83C572 0x30381106
+static const char *uhci_device_vt83c572 = "VIA 83C572 USB controller";
+
+static const char *uhci_device_generic = "UHCI (generic) USB controller";
#define PCI_UHCI_BASE_REG 0x20
OpenPOWER on IntegriCloud