diff options
author | imp <imp@FreeBSD.org> | 2001-10-23 15:17:33 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-10-23 15:17:33 +0000 |
commit | 151e529d3a891a754c242305144d46b11b9ccdf1 (patch) | |
tree | dee1001269ed3f3e85229d8c4fadbf0066f82a32 /sys/isa | |
parent | 07757cfc52a147589642e6e500d709d956c83254 (diff) | |
download | FreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.zip FreeBSD-src-151e529d3a891a754c242305144d46b11b9ccdf1.tar.gz |
Break out the bus front ends into their own files. Rewrite
sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe
to tell driver to probe/not probe the device for IRQs.
This incorporates most of Bruce's review material. I'm at a good
checkpoint, but there will be more to come based on bde's further
reviews.
Reviewed by: bde
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/isareg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isa/isareg.h b/sys/isa/isareg.h index e14e716..da75f8d 100644 --- a/sys/isa/isareg.h +++ b/sys/isa/isareg.h @@ -148,7 +148,6 @@ #define IO_ASCSIZE 5 /* AmiScan GI1904-based hand scanner */ #define IO_CGASIZE 12 /* CGA controllers */ -#define IO_COMSIZE 8 /* 8250, 16x50 com controllers */ #define IO_DMASIZE 16 /* 8237 DMA controllers */ #define IO_DPGSIZE 32 /* 74LS612 DMA page registers */ #define IO_EISASIZE 256 /* EISA controllers */ |