diff options
author | abial <abial@FreeBSD.org> | 1999-01-14 23:15:39 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 1999-01-14 23:15:39 +0000 |
commit | 27c51a7087098c9a6b7b7d6ba83b57bba94418fb (patch) | |
tree | 5246f65922030faa41bc63a3ce0d21aa2c0a292e /release/picobsd/dial | |
parent | 6fb0dad2edb0fe6addd066e4d98d0572f0fa703d (diff) | |
download | FreeBSD-src-27c51a7087098c9a6b7b7d6ba83b57bba94418fb.zip FreeBSD-src-27c51a7087098c9a6b7b7d6ba83b57bba94418fb.tar.gz |
Change to the new syscons devices.
Diffstat (limited to 'release/picobsd/dial')
-rw-r--r-- | release/picobsd/dial/conf/Makefile | 4 | ||||
-rw-r--r-- | release/picobsd/dial/conf/PICOBSD | 10 |
2 files changed, 9 insertions, 5 deletions
diff --git a/release/picobsd/dial/conf/Makefile b/release/picobsd/dial/conf/Makefile index 7fd4743f..4be01f8 100644 --- a/release/picobsd/dial/conf/Makefile +++ b/release/picobsd/dial/conf/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 1998/09/29 12:12:31 abial Exp $ +# $Id: Makefile,v 1.3 1998/10/15 21:39:58 abial Exp $ # SRC?=/usr/src @@ -17,5 +17,5 @@ $(KERNFILE): PICOBSD (cd ${CONF}; \ config ${CONFFILE}; \ cd ${COMPILE}; \ - make depend && make) + make depend all) diff --git a/release/picobsd/dial/conf/PICOBSD b/release/picobsd/dial/conf/PICOBSD index 4576c52..4be43f6 100644 --- a/release/picobsd/dial/conf/PICOBSD +++ b/release/picobsd/dial/conf/PICOBSD @@ -1,5 +1,5 @@ # -# $Id: PICOBSD,v 1.3 1998/10/25 15:16:58 abial Exp $ +# $Id: PICOBSD,v 1.4 1998/11/14 20:10:15 abial Exp $ # machine "i386" cpu "I386_CPU" @@ -49,7 +49,12 @@ 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 psm0 at isa? tty irq 12 +device vga0 at isa? port ? conflicts +device sc0 at isa? tty device npx0 at isa? port IO_NPX irq 13 @@ -58,7 +63,6 @@ device sio1 at isa? port "IO_COM2" tty irq 3 device sio2 at isa? disable port "IO_COM3" tty irq 5 device sio3 at isa? disable port "IO_COM4" tty irq 9 -device psm0 at isa? port IO_KBD conflicts tty irq 12 # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. |