Change to new syscons devices.

This commit is contained in:
Andrzej Bialecki 1999-01-14 23:22:51 +00:00
parent 6cca71034d
commit f6e84454ab
6 changed files with 24 additions and 12 deletions

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1998/09/29 12:12:47 abial Exp $
# $Id: Makefile,v 1.3 1998/10/15 21:40:01 abial Exp $
#
SRC?=/usr/src
@ -17,5 +17,5 @@ $(KERNFILE): PICOBSD
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \
make depend && make)
make depend all)

View File

@ -1,5 +1,5 @@
#
# $Id: PICOBSD,v 1.5 1998/10/25 15:31:14 abial Exp $
# $Id: PICOBSD,v 1.6 1998/11/14 20:10:23 abial Exp $
#
machine "i386"
@ -57,7 +57,11 @@ options ATAPI_STATIC #Don't do it as an LKM
device wcd0 #IDE CD-ROM
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD conflicts tty irq 1
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device vga0 at isa? port ? conflicts
device sc0 at isa? tty irq 1
device npx0 at isa? port IO_NPX irq 13

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1998/09/29 12:12:47 abial Exp $
# $Id: Makefile,v 1.3 1998/10/15 21:40:02 abial Exp $
#
SRC?=/usr/src
@ -17,5 +17,5 @@ $(KERNFILE): PICOBSD
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \
make depend && make)
make depend all)

View File

@ -1,5 +1,5 @@
#
# $Id: PICOBSD,v 1.4 1998/10/25 15:31:20 abial Exp $
# $Id: PICOBSD,v 1.5 1998/11/14 20:10:23 abial Exp $
#
machine "i386"
@ -56,7 +56,11 @@ options ATAPI_STATIC #Don't do it as an LKM
device wcd0 #IDE CD-ROM
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD conflicts tty irq 1
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device vga0 at isa? port ? conflicts
device sc0 at isa? tty irq 1
device npx0 at isa? port IO_NPX irq 13

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.2 1998/09/29 12:12:47 abial Exp $
# $Id: Makefile,v 1.3 1998/10/15 21:40:05 abial Exp $
#
SRC?=/usr/src
@ -17,5 +17,5 @@ $(KERNFILE): PICOBSD
(cd ${CONF}; \
config ${CONFFILE}; \
cd ${COMPILE}; \
make depend && make)
make depend all)

View File

@ -1,5 +1,5 @@
#
# $Id: PICOBSD,v 1.8 1998/11/03 21:12:19 des Exp $
# $Id: PICOBSD,v 1.9 1998/11/03 22:01:06 des Exp $
#
machine "i386"
@ -57,7 +57,11 @@ disk fd0 at fdc0 drive 0
#device wcd0 #IDE CD-ROM
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port IO_KBD conflicts tty irq 1
controller atkbdc0 at isa? port IO_KBD tty
device atkbd0 at isa? tty irq 1
device vga0 at isa? port ? conflicts
device sc0 at isa? tty irq 1
device npx0 at isa? port IO_NPX irq 13