diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-14 23:15:39 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1999-01-14 23:15:39 +0000 |
| commit | d0efc0c9cd2ef09cad330add816b76e6d39c5685 (patch) | |
| tree | 4813351e32d233be2fc7c776783a634d429e3c05 /release/picobsd | |
| parent | b9068e0a34c4b457f98089a69a0d7929215b4713 (diff) | |
Notes
Diffstat (limited to 'release/picobsd')
| -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 7fd4743f647f4..4be01f8f414e9 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 4576c5236ec90..4be43f626c36c 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. |
