summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove #if NIE > 0 test, it's guaranteed to be true by config.peter2000-01-291-2/+0
* Add comments and debugging info.n_hibma2000-01-291-9/+20
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configpeter2000-01-291-5/+1
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledpeter2000-01-291-4/+0
* Synced with sys/isa/ppc.c rev 1.26.kato2000-01-292-8/+0
* Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c ispeter2000-01-292-4/+0
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.peter2000-01-291-5/+0
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* Synced with sys/kern/subr_diskmbr.c rev 1.44.kato2000-01-291-48/+62
* The toggle carry bit is stored in the headp not the tailp.n_hibma2000-01-291-2/+2
* cosmetic changes only.sos2000-01-293-30/+9
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-292-8/+0
* Synced with sys/kern/subr_diskmbr.c rev 1.43.kato2000-01-291-19/+18
* Add ip6fw.shin2000-01-299-0/+1392
OpenPOWER on IntegriCloud