blob: 24a97ee2bcc9ca3d4af0c3b8c72e505be86da396 (
plain) (
blame)
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: src/sys/i386/conf/OLDCARD,v 1.19 2004/07/13 16:11:34 imp Exp $
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
|