summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Hook up the ahd driver.gibbs2002-06-067-27/+11
* Remove one more multi-line string literal.gibbs2002-06-061-5/+5
* Make sc_saver_keyb_only (sceen saver interrupted by keyboard input only)alfred2002-06-061-1/+1
* Silence GCC warnings about multi-line strings.gibbs2002-06-057-48/+48
* Add some PCI-X register definitions.gibbs2002-06-051-1/+18
* Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-Xgibbs2002-06-059-0/+19742
* Add device id. for fxp chip on Intel D845EPT2L boards. This seems toambrisko2002-06-051-0/+1
* Don't treat statistics counter wrap-overs as errors.tmm2002-06-051-10/+3
* Added support for 82545EM and 82546EB based adapters.pdeuskar2002-06-036-1751/+7198
* Use a per-device worker thread to avoid blocking in mdstrategy()iedowse2002-06-031-11/+36
* Quick and dirty convert to newbus. (Eventually 'eni.c' should go away.)mdodd2002-06-036-18/+670
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-0220-20/+20
* Fix warnings.alfred2002-06-011-3/+3
* Fix a couple of places where preprocessor concatination was misused andalfred2002-06-011-2/+2
* Silence warning.alfred2002-06-011-2/+2
* Quick, low impact band-aide to unbreak the build. Added && 0 so weru2002-06-011-1/+1
* Should have been part of recent commit:alfred2002-06-012-5/+3
* Call destroy_dev in detach routine to cleanup properly otherwise wealfred2002-06-011-3/+8
* Use PCI_INTERRUPT_VALI in stead of hard coded 255imp2002-06-011-5/+5
* More style(9) nitsimp2002-06-011-20/+23
* Define a PCI_INVALID_IRQ to augment PCI_INTERRUPT_VALIDimp2002-06-011-1/+2
* Make this file mostly conform to style(9).imp2002-06-011-87/+86
* Quick, low impact band-aide to unbreak the build. Added && 0 so weimp2002-05-313-3/+3
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__anholt2002-05-3113-148/+148
* Use __FreeBSD_version to test what things to useimp2002-05-312-10/+11
* Fix build breakage on my pccard related commit.takawata2002-05-312-2/+2
* Add missing unlockjulian2002-05-301-1/+3
* Make oldcard and newcard kernel module work.takawata2002-05-309-6/+99
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-303-9/+9
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-302-5/+5
* Add one copy of crc32() and crc32_tab[] in libkern, and remove it two otherphk2002-05-291-55/+0
* NetBSD have adopted our usage of the DMAADDR macro:joe2002-05-283-12/+10
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
* Regen.joe2002-05-272-2/+16
* Add a couple of new aue ethernet adapters from NetBSD:joe2002-05-272-0/+4
* Use aue_lookup for looking up devices.joe2002-05-262-86/+71
* Correct the usage of DMAADDR in a piece of '#if 0'd code. (The compilerjoe2002-05-261-1/+1
* MFNetBSD:joe2002-05-261-2/+2
* MFNetBSD: ohci.c (1.124), uhci.c (1.159), usbdi.c (1.100)joe2002-05-263-9/+9
* Mis-edit in last commit.phk2002-05-261-0/+1
* Be a bit smarter about rewriting data so we don't loose too much performance.phk2002-05-261-21/+21
* Use an umazone per unit for allocating the sectors for malloc backing.phk2002-05-261-14/+32
* Give the "malloc" backing of md(4) an adaptive multilevel index tree tophk2002-05-251-64/+225
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-255-13/+10
* "Fixed" printf format errors (64-bit daddr_t casualties; should use %jxbde2002-05-251-4/+4
* Fixed printf format errors. Most of them are 64-bit daddr_t casualties.bde2002-05-251-4/+6
* Fully reset a gem on some error conditions; otherwise it would hang intmm2002-05-241-0/+4
* Fix warnings due to macro varargs.peter2002-05-241-1/+1
* Fix new compiler unhappiness.peter2002-05-244-1/+4
* Fix deprecated use of label at end of compound statementpeter2002-05-241-0/+1
OpenPOWER on IntegriCloud