aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add compatibility for 4-stable.Hidetoshi Shimokawa2003-11-071-0/+5
* Better attempt at fooling GEOM into working with burnable media.Søren Schmidt2003-11-071-1/+1
* Add PCID for 6i controllerPaul Saab2003-11-071-0/+1
* Disable the (currently unused) xe_reg_dump() function, until I know forScott Mitchell2003-11-061-1/+9
* Correct the structure packing.Paul Saab2003-11-061-14/+14
* Use if_printf() for FWEDEBUG.Hidetoshi Shimokawa2003-11-061-7/+7
* Pull ataraid out from under giant.Søren Schmidt2003-11-051-3/+3
* Make the driver conditionally MPSAFE. MPSAFEty defaults to not-mpsafeHartmut Brandt2003-11-052-2/+9
* When compiled with debugging trace the number of transmit mbufs thatHartmut Brandt2003-11-052-2/+46
* Initialize the USED flag in new external receive buffers to 0, not to 1.Hartmut Brandt2003-11-051-2/+2
* Make xe_reg_dump non-static to avoid warnings (and tinerbox mail)Warner Losh2003-11-051-2/+2
* Truly fix the lockup mentioned in 1.153. The PRISM hardware is notBrian Feldman2003-11-041-0/+9
* Despite making the card not lock up, thae workaround from 1.153 didn'tBrian Feldman2003-11-041-3/+0
* Convert XE_DEBUG define to hw.xe.debug sysctl, to set debug logging levelScott Mitchell2003-11-042-206/+128
* Use %#jx for both args.Warner Losh2003-11-041-2/+2
* o Add sysctl to allow ignoring checksum of eeprom.Warner Losh2003-11-042-53/+77
* Fix wi(4)'s WI_RID_SCAN_RES ioctl (wicontrol -L). The wrong lengthBrian Feldman2003-11-041-9/+13
* On my ZoomAir-branded Intersil PRISM2 cards, if you try to set theBrian Feldman2003-11-041-0/+3
* Enable PCI interrupt routing for i386 SMP kernels.John Baldwin2003-11-031-1/+1
* Fix two small style nits pointed out by bde: Remove spaces after cast andWarner Losh2003-11-031-1/+1
* Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It'sEric Anholt2003-11-032-2/+2
* Sync to 1.79Warner Losh2003-11-031-4/+4
* Add intel EtherExpress PRO PCMCIA card ID. Well, I don't know if itWarner Losh2003-11-031-1/+1
* Sync to 1.78Warner Losh2003-11-031-1/+4
* o Use %j and uintmax_t rather than uint64_t for casting.Warner Losh2003-11-032-4/+4
* Fix prototypoPoul-Henning Kamp2003-11-031-1/+1
* Get word spacing right in morse mode.Poul-Henning Kamp2003-11-032-1/+3
* - Change driver name to fix if_xname breakage in the previous revision.Hidetoshi Shimokawa2003-11-031-3/+3
* Add a generic LED driver for flashing lamps.Poul-Henning Kamp2003-11-032-0/+279
* Move sysctl declarations next to the corresponding tunable declarations.Dag-Erling Smørgrav2003-11-032-7/+6
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-0313-13/+0
* ia64 tenderbox hates what I did wrt a printf, so cast the snot out ofWarner Losh2003-11-031-2/+2
* Constify a few more strings that were hidden behind XE_DEBUG define.Scott Mitchell2003-11-021-14/+8
* Fix burning of CD's that got broken by the GEOM'ification.Søren Schmidt2003-11-021-9/+5
* On ATA control commands return the registers in the request.Søren Schmidt2003-11-021-32/+40
* Correct the spelling of m_devget() in the sysctl variable description.Ruslan Ermilov2003-11-021-1/+1
* MFp4:Warner Losh2003-11-022-49/+99
* MFp4:Warner Losh2003-11-021-6/+14
* MFp4:Warner Losh2003-11-021-1/+3
* MFP4:Warner Losh2003-11-021-0/+1
* Make sure we get all user-written input. This simplifies theMark Murray2003-11-021-14/+5
* Do if_xname conversion. I missed this one because it's pc98 only.Brooks Davis2003-11-011-2/+2
* Make the cardbus driver a derived class of the pci driver. In theory, thisDoug Rabson2003-11-012-38/+3
* GEOM'ify atapi-cd. Original patch by phk, subtle changes by me.Søren Schmidt2003-11-012-182/+127
* Shorten the code by removing one "do-nothing" function, replacing itMark Murray2003-11-011-10/+1
* Fix cable detection on AMD chips.Søren Schmidt2003-11-011-5/+6
* o check hal ABI version to catch driver-HAL mismatchesSam Leffler2003-11-011-0/+16
* Remove a bogus PCI ID entry.Scott Long2003-11-011-2/+0
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-3176-362/+298
* Add support for the Broadcom BCM5788 (just another entry to the PCIBill Paul2003-10-312-0/+3