Add pcmcom driver and com slaves.

This commit is contained in:
thorpej 1998-10-10 21:58:22 +00:00
parent f1c971ea72
commit be326c54fe
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.187 1998/10/06 01:44:11 rvb Exp $
# $NetBSD: GENERIC,v 1.188 1998/10/10 21:58:22 thorpej Exp $
#
# GENERIC -- everything that's currently supported
#
@ -221,6 +221,9 @@ com* at isapnp? # Modems and serial boards
# PCMCIA serial interfaces
com* at pcmcia? function ? # Modems and serial cards
pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
com* at pcmcom? slave ? # ...and the slave devices
# ISA serial interfaces
#options COM_HAYESP # adds Hayes ESP serial board support
com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.97 1998/09/26 16:38:43 dante Exp $
# $NetBSD: INSTALL,v 1.98 1998/10/10 21:58:22 thorpej Exp $
#
# INSTALL - Installation kernel.
#
@ -224,6 +224,9 @@ com* at isapnp? # Modems and serial boards
# PCMCIA serial interfaces
com* at pcmcia? function ? # Modems and serial cards
pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
com* at pcmcom? slave ? # ...and the slave devices
# ISA serial interfaces
#options COM_HAYESP # adds Hayes ESP serial board support
com0 at isa? port 0x3f8 irq 4 # Standard PC serial ports