blob: af17bb65e16c5b7d7e11ccf9ebe33755be01bcd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# OLDCARD -- Generic kernel configuration file for FreeBSD/i386
# using the OLDCARD pccard system.
#
# $FreeBSD$
include GENERIC
ident OLDCARD
# PCCARD (PCMCIA) support
nodevice cbb # cardbus (yenta) bridge
#nodevice pcic # ExCA ISA and PCI bridges
nodevice pccard # PC Card (16-bit) bus
nodevice cardbus # CardBus (32-bit) bus
device card # pccard bus
device pcic # PCMCIA bridge
|