summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Normalize a significant number of kernel malloc type names:rwatson2005-10-3186-114/+115
* The mediasize shouldn't be multipled by the sector size when it wasgrehan2005-10-311-1/+2
* Pickup I/O lock in aac_get_bus_info, as this code will callcsjp2005-10-311-0/+6
* Copy SPRG0-3 registers at boot-time and restore when calling intogrehan2005-10-304-14/+116
* Replace diagnostic printf()s by assertions. Use consistent style foralc2005-10-302-72/+16
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-3018-49/+49
* Remove a stray return statement in the interrupt dispatch functionmarcel2005-10-301-1/+0
* MFi386: Enable beastie.4th.nyan2005-10-301-2/+2
* Add some safeguards to AIOSFMT:des2005-10-301-2/+8
* In stack_save, stop when a trap-frame is encountered. This preventsgrehan2005-10-301-0/+10
* Add back some bits.scottl2005-10-302-1/+18
* Replace loader_color with loader_logoscottl2005-10-301-9/+42
* Change POSIX_TIMERS to 200112L.davidxu2005-10-301-1/+1
* Let itimer store itimerspec instead of itimerval, so I don't have todavidxu2005-10-303-62/+125
* Regen.davidxu2005-10-305-33/+54
* Fix sigevent's POSIX incompatible problem by adding member fieldsdavidxu2005-10-305-33/+102
* MFp4: When doing lazy allocation, it turns out that we need to record theimp2005-10-291-0/+3
* Use symbolic name rather thanhard coding the cap pointer offset forimp2005-10-292-1/+2
* Add Billionton LNA-100B variation that Alan reported in arch. [1]imp2005-10-291-1/+3
* Add Global Village lan modem.imp2005-10-291-2/+6
* Shutdown a little better by commenting the shutdown code and acknowledgingimp2005-10-291-4/+9
* Shut down the card bus bridge hardware on detach. Before we'd justimp2005-10-291-6/+14
* Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needswpaul2005-10-291-2/+0
* Add an ioctl framework for doing FC task management functions frommjacob2005-10-294-1/+73
* Fix ndis_getstate_80211() so that it properly reports the authmodewpaul2005-10-291-32/+77
* Return the right format (LBA/MSF) in TOC entries.sos2005-10-281-5/+7
* First fill in structure with valid values, and only then attach itglebius2005-10-281-2/+2
* Fix possible live-lock under heavy load where we can't allocate morepjd2005-10-281-1/+12
* Fix this:cracauer2005-10-281-2/+6
* Finally complete some work on generalizing the PCF8584-based I2Cjoerg2005-10-286-635/+15
* Move the isa, npx, mem and io devices and the PC98 option from GENERICnyan2005-10-282-7/+19
* Use variable-sized arrays where appropriate.ru2005-10-285-7/+7
* In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe ismarcel2005-10-281-1/+1
* o Style(9) nitsmarcel2005-10-281-10/+9
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*marcel2005-10-281-3/+1
* Cardbus has only 1 slot, so simplify a little.imp2005-10-282-44/+37
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* Minor style(9) nitage.imp2005-10-281-4/+2
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-282-45/+19
* Remove now redundant defines.imp2005-10-281-6/+0
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Use PCIR_BARS rather than CARDBUS_BASE0_REGimp2005-10-281-2/+3
* Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().wpaul2005-10-281-2/+0
* Fixup locking and mark MPSAFE.jhb2005-10-272-44/+61
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-274-106/+88
* - Add locking and mark MPSAFE. The driver had a mutex in the softc andjhb2005-10-272-62/+86
* Drop the driver lock around atm_input() analogous to all the ethernetjhb2005-10-271-0/+2
* Bump config(8) version for the DEFAULTS change.jhb2005-10-278-8/+8
* Keep locks consistent before goto.glebius2005-10-271-0/+4
OpenPOWER on IntegriCloud