diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-12-19 21:55:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-12-19 21:55:29 +0000 |
| commit | 60a3c2983d868d69dc8b113cd9e2281ecd0da2e3 (patch) | |
| tree | 1b370be8b45ebed430f9ea3f2916cb8ed9aed5bd | |
| parent | 968b30ead8ae882f70a9f020230b7da3c1ba8bac (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/NEWCARD | 10 | ||||
| -rw-r--r-- | sys/i386/conf/PCCARD | 6 |
2 files changed, 3 insertions, 13 deletions
diff --git a/sys/i386/conf/NEWCARD b/sys/i386/conf/NEWCARD index 1a4bb7a38232..74b26ce606b7 100644 --- a/sys/i386/conf/NEWCARD +++ b/sys/i386/conf/NEWCARD @@ -40,8 +40,8 @@ options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] -options MD_ROOT #MD is a potential root device options MFS #Memory Filesystem +options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, "NFS" req'ed options MSDOSFS #MSDOS Filesystem @@ -118,12 +118,6 @@ device pass0 # Passthrough device (direct SCSI access) #device amr0 # AMI MegaRAID #device mlx0 # Mylex DAC960 family -# Proprietary or custom CD-ROM Interfaces -#device wt0 at isa? port 0x300 irq 5 drq 1 -#device mcd0 at isa? port 0x300 irq 10 -#device matcd0 at isa? port 0x230 -#device scd0 at isa? port 0x230 - # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 @@ -189,6 +183,8 @@ device xl0 # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ex0 at isa? port? irq? +# NOTE: This removes the isa attachment so that the pccard unit numbers +# come out right. device ep0 # WaveLAN/IEEE 802.1 wireless NICs. Note: the WaveLAN/IEEE really # exists only as a PCMCIA device, so there is no ISA attatement needed diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index e9d94171fa1a..3f05b72b3ce6 100644 --- a/sys/i386/conf/PCCARD +++ b/sys/i386/conf/PCCARD @@ -108,12 +108,6 @@ device pass0 # Passthrough device (direct SCSI access) #device amr0 # AMI MegaRAID #device mlx0 # Mylex DAC960 family -# Proprietary or custom CD-ROM Interfaces -device wt0 at isa? port 0x300 irq 5 drq 1 -device mcd0 at isa? port 0x300 irq 10 -device matcd0 at isa? port 0x230 -device scd0 at isa? port 0x230 - # atkbdc0 controls both the keyboard and the PS/2 mouse controller atkbdc0 at isa? port IO_KBD device atkbd0 at atkbdc? irq 1 |
