2002-10-20 00:32:48 +04:00
|
|
|
# $NetBSD: CARDBUS,v 1.70 2002/10/19 20:32:48 soren Exp $
|
1999-10-15 10:07:17 +04:00
|
|
|
#
|
2002-10-20 00:32:48 +04:00
|
|
|
# CARDBUS: GENERIC + CardBus support
|
2000-09-22 04:18:17 +04:00
|
|
|
|
2002-10-20 00:32:48 +04:00
|
|
|
include "arch/i386/conf/GENERIC"
|
|
|
|
|
|
|
|
# Following makes ARMADA M700's happy
|
2002-01-03 01:32:16 +03:00
|
|
|
#options RBUS_MIN_START=0x20000000
|
|
|
|
#options RBUS_IO_BASE=0x600
|
|
|
|
#options RBUS_IO_SIZE=0x100
|
|
|
|
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
# Configure PCI using BIOS information
|
2000-09-22 04:18:17 +04:00
|
|
|
options PCIBIOS # PCI BIOS support
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
#options PCIBIOSVERBOSE # PCI BIOS verbose info
|
2000-09-22 04:18:17 +04:00
|
|
|
options PCIBIOS_ADDR_FIXUP # fixup PCI I/O addresses
|
|
|
|
options PCIBIOS_BUS_FIXUP # fixup PCI bus numbering
|
|
|
|
options PCIBIOS_INTR_FIXUP # fixup PCI interrupt routing
|
2000-07-18 15:41:32 +04:00
|
|
|
#options PCIBIOS_IRQS_HINT=0x0a00 # PCI interrupts hint. IRQ 9 or 11
|
2000-09-22 04:18:17 +04:00
|
|
|
options PCIBIOS_INTR_GUESS # see pcibios(4)
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
#options PCIINTR_DEBUG # super-verbose PCI interrupt fixup
|
2002-10-20 00:32:48 +04:00
|
|
|
|
|
|
|
# Cardbus bridges
|
2002-01-03 01:32:16 +03:00
|
|
|
ppb* at cardbus? dev ? function ? # Cardbus-PCI bridges (www.magma.com)
|
2002-10-20 00:32:48 +04:00
|
|
|
|
|
|
|
# CardBus bridge support
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
cbb* at pci? dev ? function ?
|
2001-11-20 15:56:17 +03:00
|
|
|
cardslot* at cbb?
|
2002-10-20 00:32:48 +04:00
|
|
|
|
1999-10-15 10:07:17 +04:00
|
|
|
# CardBus bus support
|
|
|
|
cardbus* at cardslot?
|
|
|
|
pcmcia* at cardslot?
|
2002-10-20 00:32:48 +04:00
|
|
|
|
2000-04-13 15:21:18 +04:00
|
|
|
# CardBus serial interfaces
|
|
|
|
com* at cardbus? dev ? function ? # Modems and serial cards
|
2002-10-20 00:32:48 +04:00
|
|
|
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
# CardBus SCSI cards
|
2001-11-04 12:00:38 +03:00
|
|
|
adv* at cardbus? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
2002-01-28 04:23:32 +03:00
|
|
|
ahc* at cardbus? dev ? function ? # Adaptec ADP-1480
|
2002-10-20 00:32:48 +04:00
|
|
|
|
1999-10-31 18:17:03 +03:00
|
|
|
# CardBus network cards
|
1999-11-15 02:21:48 +03:00
|
|
|
ex* at cardbus? dev ? function ? # 3Com 3C575TX
|
|
|
|
fxp* at cardbus? dev ? function ? # Intel i8255x
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
rtk* at cardbus? dev ? function ? # Realtek 8129/8139
|
1999-12-07 22:37:40 +03:00
|
|
|
tlp* at cardbus? dev ? function ? # DECchip 21143
|
2002-10-20 00:32:48 +04:00
|
|
|
|
1999-10-15 17:16:42 +04:00
|
|
|
# CardBus USB controllers
|
2002-10-20 00:32:48 +04:00
|
|
|
ehci* at cardbus? dev ? function ? # Enhanced Host Controller
|
1999-11-15 02:21:48 +03:00
|
|
|
ohci* at cardbus? dev ? function ? # Open Host Controller
|
1999-10-15 17:16:42 +04:00
|
|
|
|
2001-10-30 04:39:15 +03:00
|
|
|
# PCMCIA audio devices
|
2002-10-20 00:32:48 +04:00
|
|
|
esl* at pcmcia? function ? # ESS 1688 AudioDrive
|
|
|
|
|
Pullup rev 1.233 - rev 1.358 of GENERIC to CARDBUS, and merge conflicts.
Add GENERIC rev in "from:" line to aid future merging.
Major highlights include COMPAT_14, COMPAT_AOUT, NTFS, OVERLAY,
SOFTDEP, INET6, IPSEC, pcic iosiz changes, cz, dpt, rtk (cardbus!),
awi, cnw, ray, wi, xi, joy, and gif.
2000-07-08 06:47:02 +04:00
|
|
|
# OPL[23] FM synthesizers
|
2001-10-30 04:39:15 +03:00
|
|
|
opl* at esl?
|