summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When writing out bitmap buffers, need to skip over ones that alreadymckusick2000-01-302-2/+4
* Don't refer to TABLDISC in the comments here.peter2000-01-301-1/+1
* Fixed longstanding brokenness of wddump() in LBA mode. LBA mode may nowbde2000-01-301-20/+21
* Do not use 'alias' as a macro parameter name for __strong_reference(),jasone2000-01-301-2/+2
* Fix bogon in previous commit. Re-enable Forth in the loader.jhb2000-01-301-2/+2
* Fix kernel build breakage.shin2000-01-301-1/+1
* Add __strong_reference().jasone2000-01-291-0/+2
* cosmetic changes only.sos2000-01-291-1/+1
* Use config's tools rather than #if's.peter2000-01-292-5/+1
* Get the KASSERT right.n_hibma2000-01-291-1/+1
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-296-24/+0
* Remove a rather bizzare set of #ifdefs and #defines that all worked outpeter2000-01-291-10/+0
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-294-18/+0
* Remove a somewhat odd #if that is always true (NOLTR will be alwayspeter2000-01-291-4/+0
* Remove #include "eisa.h" and #if NEISA > 0peter2000-01-291-4/+0
* Remove unneeded #include "eisa.h" and #if NEISA > 0peter2000-01-291-5/+0
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.peter2000-01-292-5/+0
* Remove 'conflicts' token - it has been effectively doing absolutelypeter2000-01-299-9/+9
* Fix debugging output. The TDs are linked through the dnext field, notn_hibma2000-01-291-1/+2
* Zap isa_device -> id_conflicts. The sole user of it (userconfig) neverpeter2000-01-293-34/+8
* Add some more comments about sound card bridge devices and theirpeter2000-01-293-12/+39
* Still allow sbc/gusc/csa to perform as bridge devices (eg: to newmidi)peter2000-01-291-2/+3
* Allow the pnp and pci cards to be attached with just a 'device pcm' inpeter2000-01-294-83/+73
* update copyrightmjacob2000-01-291-3/+1
* Move the (duplicated exactly!) portable ISA pcm drivers to files andpeter2000-01-294-21/+9
* Remove #include "wd.h" and #if NWDC > 0 as that's always true as thispeter2000-01-291-6/+0
* Wrong patch had been applied.mjacob2000-01-291-3/+1
* Remove some #if NFOO > 0 that are always true because of config rules.peter2000-01-296-18/+2
* Remove the TABLDISC line discipline number, it's not in the treepeter2000-01-291-1/+0
* Update copyright and pull some newer definitions from NetBSD version.mjacob2000-01-291-5/+63
* Put tslb_device structure in this file. Put a pointer to to primarymjacob2000-01-291-1/+13
* Clean up some compilation warnings and errors.mjacob2000-01-291-13/+2
* Remove (commented out and marked as broken) pseudo-device tb. This waspeter2000-01-293-12/+0
* Remove kern/tty_tb.c.peter2000-01-291-1/+0
* Remove sys/tablet.h and kern/tty_tb.c (the old RS232 CAD-style tabletpeter2000-01-292-466/+0
* Remove a warning from LINTn_hibma2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-2918-63/+0
* Fix this so LINT compiles. There is no way this could have worked ifpeter2000-01-291-5/+5
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-2914-61/+0
* Don't build the wdc atapi attachments unless wdc is also present.peter2000-01-291-3/+3
* Unbreak LINT.n_hibma2000-01-291-1/+1
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-293-0/+3
* Increase the default msgbuf size from 8k to 32k. Boot -v easilypeter2000-01-291-1/+1
* This patch fixes a locking bug that can result in deadlock ifrwatson2000-01-292-4/+34
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-2929-166/+10
* Arrange for the following files to be compiled when the configurationpeter2000-01-292-4/+4
* First part of the fix for ohci_hash_find_td panic.n_hibma2000-01-291-4/+21
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-293-15/+0
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.peter2000-01-291-5/+0
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.peter2000-01-291-6/+0
OpenPOWER on IntegriCloud