summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-11-06 19:27:09 +0000
committerjhb <jhb@FreeBSD.org>2002-11-06 19:27:09 +0000
commit1d44bd117ed3bd2164108a1fee3ef8f9bc031780 (patch)
tree53230e00f8d1850e3c5e4361d7ec0b3ccc65135b /sys/conf
parent32917739e2014fcb9721cda24fad75cb7d7be0e2 (diff)
downloadFreeBSD-src-1d44bd117ed3bd2164108a1fee3ef8f9bc031780.zip
FreeBSD-src-1d44bd117ed3bd2164108a1fee3ef8f9bc031780.tar.gz
Make the ar(4) driver i386-only for now. It has lots of sizeof(int) ==
sizeof(void *) assumptions and doesn't use busdma yet (it uses kvtop() which is not an MI interface). Recommended by: jake, mux
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/files.i3862
3 files changed, 2 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 262a716..02b77eb 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1485,8 +1485,6 @@ device miibus
# an: Aironet 4500/4800 802.11 wireless adapters. Supports the PCMCIA,
# PCI and ISA varieties.
-# ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver
-# (requires sppp)
# awi: Support for IEEE 802.11 PC Card devices using the AMD Am79C930 and
# Harris (Intersil) Chipset with PCnetMobile firmware by AMD.
# bge: Support for gigabit ethernet adapters based on the Broadcom
@@ -1598,11 +1596,6 @@ device miibus
# Order for ISA/EISA devices is important here
-device ar
-hint.ar.0.at="isa"
-hint.ar.0.port="0x300"
-hint.ar.0.irq="10"
-hint.ar.0.maddr="0xd0000"
device cm
hint.cm.0.at="isa"
hint.cm.0.port="0x2e0"
diff --git a/sys/conf/files b/sys/conf/files
index 8b8d15f..927512c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -287,8 +287,6 @@ dev/an/if_an_isa.c optional an isa
dev/an/if_an_pccard.c optional an card
dev/an/if_an_pccard.c optional an pccard
dev/an/if_an_pci.c optional an pci
-dev/ar/if_ar.c optional ar
-dev/ar/if_ar_pci.c optional ar pci
dev/asr/asr.c optional asr pci
dev/ata/ata-all.c optional ata
dev/ata/ata-isa.c optional ata isa
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index ce3c012..d9c2633 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -108,6 +108,8 @@ crypto/des/des_ecb.c optional crypto
crypto/des/des_setkey.c optional crypto
dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
+dev/ar/if_ar.c optional ar
+dev/ar/if_ar_pci.c optional ar pci
dev/ar/if_ar_isa.c optional ar isa
dev/cm/if_cm_isa.c optional cm isa
dev/ed/if_ed_isa.c optional ed isa
OpenPOWER on IntegriCloud