diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 03:19:16 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-01 03:19:16 +0000 |
commit | 55d7285dc37b52c197b83bd8c4a938c486012a9b (patch) | |
tree | bd04003d80381d5457daaedb47d4a717e9b63a64 /sys/dev/pci/if_xl_pci.c | |
parent | e43d235e99fc4d0e97286cd5e6042cead013b980 (diff) |
- Make the 3CCFE575BT work.
- Add support for the 3CCFEM656C.
- Lots of code cleanup.
Diffstat (limited to 'sys/dev/pci/if_xl_pci.c')
-rw-r--r-- | sys/dev/pci/if_xl_pci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/if_xl_pci.c b/sys/dev/pci/if_xl_pci.c index decaf81bd8f..af5bc506f23 100644 --- a/sys/dev/pci/if_xl_pci.c +++ b/sys/dev/pci/if_xl_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xl_pci.c,v 1.2 2000/04/18 03:52:36 jason Exp $ */ +/* $OpenBSD: if_xl_pci.c,v 1.3 2000/07/01 03:19:15 aaron Exp $ */ /* * Copyright (c) 1997, 1998, 1999 @@ -142,6 +142,9 @@ xl_pci_attach(parent, self, aux) sc->xl_unit = sc->sc_dev.dv_unit; + sc->xl_bustype = XL_BUS_PCI; + sc->xl_cb_flags = 0; + /* * If this is a 3c905B, we have to check one extra thing. * The 905B supports power management and may be placed in |