summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-04-11 20:18:29 +0000
committerimp <imp@FreeBSD.org>2001-04-11 20:18:29 +0000
commitc9a0bb442c87ee0a7cf937ed1c3e06d16b64c00c (patch)
tree5a5415682978b15a49e38dcdde87a59594e14d3b /sys/pccard/pcic.c
parente0d9dfbfedd05b45734092186902857c5b1c8d5b (diff)
downloadFreeBSD-src-c9a0bb442c87ee0a7cf937ed1c3e06d16b64c00c.zip
FreeBSD-src-c9a0bb442c87ee0a7cf937ed1c3e06d16b64c00c.tar.gz
Add #define for IBM3765.
Fix SWAMPBOX. It had actiontec's ID. Reorder pnpids so they are in alphabetical order.
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c
index 1b06031..82e53ad 100644
--- a/sys/pccard/pcic.c
+++ b/sys/pccard/pcic.c
@@ -79,14 +79,13 @@ static struct pcic_slot {
static struct slot_ctrl cinfo;
static struct isa_pnp_id pcic_ids[] = {
- {0x65374d24, NULL}, /* IBM3765 */
+ {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */
+ {PCIC_PNP_IBM3765, NULL}, /* IBM3765 */
{PCIC_PNP_82365, NULL}, /* PNP0E00 */
{PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */
{PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */
{PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */
- {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */
{PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */
- {PCIC_PNP_SCM_SWAPBOX2, NULL}, /* SCM SwapBox Classic X2P */
{0}
};
OpenPOWER on IntegriCloud