diff options
author | 2015-03-04 14:03:11 +0000 | |
---|---|---|
committer | 2015-03-04 14:03:11 +0000 | |
commit | dcd0983ce16d8bcfc54d4c5878457fff1355363b (patch) | |
tree | c02758e4216f00f5003a048dad86f73df4e75818 | |
parent | better error reports if PKG_TMPDIR is not writable, okay millert@ (diff) | |
download | wireguard-openbsd-dcd0983ce16d8bcfc54d4c5878457fff1355363b.tar.xz wireguard-openbsd-dcd0983ce16d8bcfc54d4c5878457fff1355363b.zip |
Add commented-out PCMCIA support configuration to GENERIC.
-rw-r--r-- | sys/arch/luna88k/conf/GENERIC | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/sys/arch/luna88k/conf/GENERIC b/sys/arch/luna88k/conf/GENERIC index 8550856e585..980fbfeaa22 100644 --- a/sys/arch/luna88k/conf/GENERIC +++ b/sys/arch/luna88k/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2015/01/18 14:13:18 aoyama Exp $ +# $OpenBSD: GENERIC,v 1.20 2015/03/04 14:03:11 aoyama Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -57,7 +57,9 @@ pcex0 at cbus0 #necsb* at cbus? #audio* at necsb? -# SCSI bus support +# NEC PC-9801-102 & PC-9821X[AE]-E01 PC Card slot adapter +#pcic* at cbus? +#pcmcia* at pcic? # SCSI devices scsibus* at scsi? @@ -71,3 +73,20 @@ uk* at scsibus? # Pseudo-device pseudo-device wsmux 2 + +# PCMCIA devices +# XXX: malo(4) is not supported, because LUNA-88K does not have DMA. +#com* at pcmcia? # PCMCIA modems/serial ports +##aic* at pcmcia? # PCMCIA Adaptec 152[02] SCSI (not yet) +#wdc* at pcmcia? # IDE controllers +#ne* at pcmcia? # PCMCIA based NE2000 ethernet +#ep* at pcmcia? # PCMCIA based 3C5xx ethernet +#sm* at pcmcia? # PCMCIA based sm ethernet +#xe* at pcmcia? # Xircom ethernet +#wi* at pcmcia? # WaveLAN IEEE 802.11DS +#an* at pcmcia? # Aironet IEEE 802.11DS +#cnw* at pcmcia? # Xircom Netwave + +# IDE/ATAPI (with PCMCIA) +#wd* at wdc? flags 0x0000 +#atapiscsi* at wdc? |