Commit Graph

63 Commits

Author SHA1 Message Date
thorpej 0c71728320 Change the PS/2 mouse driver to be a child of the "pckbd" attribute,
which represents the "keyboard controller".  Give "pc" and "vt" drivers
the "pckbd" attribute.  In pcattach() (pccons and pcvt), attach children
of the keyboard controller.
1996-03-16 06:08:46 +00:00
perry 1faa1f926b close prs #2076 and #2159: Install kernels have had DIAGNOSTIC and
KTRACE removed to make them fit on the floppies. All kernels have had
the comment typo "internally consistency" changed to "internal consistency".
1996-03-12 01:32:43 +00:00
cgd 0a6a29c792 update for new commulti->com attach interface. com ports at 'ast'
multiport cards no longer need 'flags 1', because the "don't set IEN"
requirement is communicated by the commulti_attach_args.  com.c no longer
recognizes 'flags 1' at all.
1996-03-10 09:03:13 +00:00
jtk ff6687748a speaker device uses a port, so declare it as such in all the config
files
1996-03-07 00:48:34 +00:00
thorpej 85720fdf67 Add a blurb about the EXTMEM_SIZE option to the example kernels, disabled
by default.
1996-03-05 01:32:11 +00:00
cgd fedca4f133 Attach isa, eisa, and pci to mainbus now, rather than root. The i386
now has a single device tree (rather than a forest).  Also, attach
EISA only if it's present, and attach in order: PCI, EISA, ISA (most
specific to least specific).
1996-03-04 03:25:48 +00:00
cgd 379b6eadf4 pci devices are now specified like "foo* at pci? dev ? function ?". also,
add support for PPB's and secondary PCI busses, where appropriate.
1996-02-28 02:02:29 +00:00
cgd 440b3cbc94 update for new EISA autoconfiguration: there can now be an eisa0 at root,
and ahb attaches to eisa, not isa.  Also, ahb* at eisa?... is now supported,
so you can get all ahb's configured easily.
1996-02-27 00:06:42 +00:00
mycroft f3bbe0e453 Turn off a few things. 1996-02-02 09:09:39 +00:00
jtc 0da9212559 recommanded -> recommended; PR #1395 1995-08-22 19:43:06 +00:00
mycroft f178e0996d Sync these. 1995-05-16 14:58:44 +00:00
mycroft 5e398279f4 Using cloning specs for rtfps subdevices. 1995-04-19 19:08:52 +00:00
mycroft 445c619523 Make this lighter. 1995-03-26 16:36:12 +00:00
mycroft d227b8e43c Update to reflect the state of the world. 1995-03-05 22:32:54 +00:00
cgd 2a06f1bc2d vn -> vnd renaming, for consistency. 1995-01-25 04:58:12 +00:00
mycroft 9d591ad660 More updates to EISA stuff. 1995-01-16 12:23:47 +00:00
mycroft 4d9bd0fedf Update EISA stuff. 1995-01-16 12:00:47 +00:00
mycroft 995e676d90 Add `flags 1' to ast subdevices, as pointed out by John Kohl. 1994-12-11 16:20:48 +00:00
mycroft 194e83af73 Don't allow configuration of specific PCI function numbers. 1994-11-03 22:18:36 +00:00
mycroft c5d78ba883 Stylistic changes. 1994-11-03 20:12:05 +00:00
mycroft 6d40ac4041 pms0 would be at irq 12 if it existed. 1994-11-03 19:09:17 +00:00
mycroft 429f49d58f Clone from GENERIC. 1994-11-03 19:00:12 +00:00
mycroft d296006dca Add USER_LDT. 1994-10-31 21:07:50 +00:00
cgd 022ee8f7fe new RCS ID format. 1994-10-27 04:14:23 +00:00
cgd 3f7c5d3d59 add COMPAT_10 1994-10-25 21:31:32 +00:00
mycroft 71564b8859 Turn off a few things. 1994-09-11 08:39:36 +00:00
mycroft f6a9558d05 Update to match reality. 1994-08-24 19:28:03 +00:00
cgd c750222ef4 reenable MSDOSFS 1994-07-16 21:46:44 +00:00
cgd 3b513cecb5 ISOFS -> CD9660 1994-07-04 20:22:26 +00:00
cgd cf92afd66e New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD' 1994-06-29 06:29:24 +00:00
cgd 9e65b66176 reenable SYSVMSG,SYSVSEM,SYSVSHM 1994-06-03 20:52:09 +00:00
cgd 46141abd49 kiss maxfdescs goodbye 1994-05-21 08:37:27 +00:00
cgd 53a2cb5028 kill all sysv compat stuff, for a bit... 1994-05-19 07:17:29 +00:00
mycroft e48b4ca9ba More networking goo, just to make sure it compiles. 1994-05-13 06:22:55 +00:00
cgd 95e952b00c no more SYSVSHM; commented out 1994-05-09 23:10:40 +00:00
mycroft be20cfec17 Remove all `bio', `tty', `net', and `vector' specifications. 1994-04-20 23:39:19 +00:00
cgd 521fbcbb46 add vn pseudo-device 1994-04-17 05:20:30 +00:00
cgd 278c6fe69a add 4 slip devices 1994-04-16 07:59:23 +00:00
cgd 1a5363baff add COMPAT_09 to all kernels, Pentium support to generic kernels 1994-04-15 00:25:12 +00:00
mycroft d887452c3b Update for new code. 1994-03-29 04:40:38 +00:00
ws ce516ff13d Make FFS optional 1994-03-09 21:21:37 +00:00
cgd d8f4f2b929 add nearly every option known to man, and clean up 1994-01-16 01:38:07 +00:00
cgd aebed65bf3 add SYSV* 1994-01-13 04:30:10 +00:00
cgd 48b5ac1a52 add 'maxfdescs 2048' to everything. i'm sick of the warning... 1994-01-06 12:07:41 +00:00
cgd e09a770e77 add some options 1994-01-05 16:28:55 +00:00
cgd 61cf5bd904 add LKM 1994-01-04 14:06:23 +00:00
cgd fb9b8e7923 add DIAGNOSTIC to each 1993-12-20 10:07:58 +00:00
cgd 430d001c1a get rid of ACCOUNTING option. it's mandatory, and there's no define any more. 1993-10-20 23:04:52 +00:00
brezak 5823e758f1 Remove SYMTAB_SPACE from config so that boot symbols are used. 1993-09-13 18:19:26 +00:00
brezak b119f3ec4f Add MACHINE_NONCONTIG option 1993-09-13 14:22:42 +00:00