diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-22 04:36:52 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-10-22 04:36:52 +0000 |
| commit | d1eb1e4fa82e276d6a0d6fb1e43c62aac1d04e8d (patch) | |
| tree | bcb508960c5392022b8316e0d321ce79bb66079a | |
| parent | 43aebc0e5ee48069c9d3d3cacf7666195713b98a (diff) | |
Notes
| -rw-r--r-- | sys/amd64/conf/GENERIC | 4 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 827ace1a5c23..7d1c9dbfadd2 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -139,8 +139,8 @@ device apm0 at nexus? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 -#device pcic0 at card? -#device pcic1 at card? +#device pcic0 at isa? +#device pcic1 at isa? # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 827ace1a5c23..7d1c9dbfadd2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -139,8 +139,8 @@ device apm0 at nexus? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller card0 -#device pcic0 at card? -#device pcic1 at card? +#device pcic0 at isa? +#device pcic1 at isa? # Serial (COM) ports device sio0 at isa? port IO_COM1 flags 0x10 irq 4 |
