summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the entire header is in the first mbuf before wemdodd2000-02-031-2/+14
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were botharchie2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.brian2000-02-021-1/+6
* Add support for WEP (encryption) for silver and gold WaveLAN/IEEE turbo cards.wpaul2000-02-026-2/+142
* Update the pci->pcic compatability module to newbus. This is a simplepeter2000-02-022-216/+302
* Remove static qualifier from vgonel, as it is needed by the Arla folkrwatson2000-02-023-4/+3
* Spell "pci_delete_resource" correctly.peter2000-02-012-2/+2
* if_fpa is included when 'device fpa' is present, not 'device fea'.mdodd2000-02-011-1/+1
* Avoid passing an uninitialized structure member to the realnsayer2000-02-012-0/+2
* Add workaround for fxp issue at interface initialization with IPv6.shin2000-02-011-0/+4
* da0 -> dan_hibma2000-02-012-2/+2
* Synced with sys/i386/isa/isa_compat.h rev 1.18.kato2000-02-011-0/+1
* Synced with sys/i386/isa/wd.c revision 1.219.kato2000-02-011-22/+22
* Synced with sys/i386/isa/mse.c, npx.c and spkr.c revisions 1.49, 1.80kato2000-02-013-13/+0
* Remove a spurious printf left in from debugging.gibbs2000-02-011-1/+0
* bus_release_resource is spellt like bus_release_resource not liken_hibma2000-01-314-52/+52
* 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
OpenPOWER on IntegriCloud