summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Do refcounting of open devices (more) correctly.sos2000-02-0710-21/+51
* Dont panic if no sub-driver is found.sos2000-02-071-1/+1
* Unbreak addump, now dumping works again.sos2000-02-071-0/+1
* Add PCI Id's for i810 chipsets.n_hibma2000-02-079-3/+118
* m_pullup() frees the supplied mbuf on failure; we don't need to trymdodd2000-02-071-5/+3
* IPv6 prefix assignment bug fixes.shin2000-02-071-3/+44
* Permit site local addr in IPv6 source address selection rule.shin2000-02-071-2/+23
* Don't use tsleep when cold booting. It is called before bus->use_pollingn_hibma2000-02-061-1/+1
* Correctly handle suspend and resume in APM.n_hibma2000-02-062-28/+26
* Disable the generation of SMIs (System Management Interrupts). Always setn_hibma2000-02-062-20/+20
* Synced with sys/boot/i386/loader/Makefile rev 1.41.kato2000-02-051-0/+2
* Synced with sys/i386/conf/GENERIC revision 1.241.kato2000-02-052-4/+2
* Add a NOFORTH variable so we can build a smaller loader withoutluigi2000-02-041-0/+2
* Fix a (mostly harmless) scheduling-in-the-past problem withluigi2000-02-041-6/+6
* Fix indentation.gibbs2000-02-041-1/+1
* Unbreak LINT (missing curly brace).n_hibma2000-02-041-1/+1
* fix support for shared IRQ's.sos2000-02-048-84/+171
* Commit missing bits, forgotten when committing support for suspend/resumen_hibma2000-02-042-8/+14
* Clean up POSIX options, syncronize generics.jkh2000-02-044-6/+8
* Add a quirk type (and one for ARCHIVE Python's) that disables themjacob2000-02-031-24/+33
* Update copyright license terms to match the reset of the aic7xxx dirver.gibbs2000-02-032-14/+6
* Add support for the AdvanSys ASC38C0800 Ultra2 chipset. Preliminarygibbs2000-02-037-1010/+2539
* Synced with sys/i386/conf/GENERIC rev 1.240.kato2000-02-032-2/+2
* 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
OpenPOWER on IntegriCloud