diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-12-09 04:26:42 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-12-09 04:26:42 +0000 |
| commit | 8d2a670b259bfe734f6b74d2d7727d11641a3cc8 (patch) | |
| tree | cc9c57f78b2dcc9335995bc31a9f21050145cba6 | |
| parent | 6ea392f47dd9efdad27f32b1f62b397c872e1977 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 2067abd0674f..e6badd4a733f 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -148,7 +148,7 @@ device npx0 at nexus? port IO_NPX irq 8 # PCCARD (PCMCIA) support device card -device pcic0 at isa? irq 6 port 0x3e0 +device pcic0 at isa? irq 0 port 0x3e0 # Serial (COM) ports # |
