summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/smapi.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing header needed by free(9).kevlo2012-09-301-0/+1
* Free result of device_get_children(9).kevlo2012-09-301-0/+1
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-021-0/+2
* Some minor style changes:imp2009-05-201-22/+14
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Tweak the probe/attach order of devices on the x86 nexus devices.jhb2007-03-201-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-2/+2
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 1/6:phk2004-02-211-1/+0
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+0
* Despite my best efforts the Linux way of doing this is the onlymdodd2003-06-131-10/+3
* Use __FBSDID().obrien2003-06-021-2/+3
* Correct a mis-merge.mdodd2003-03-241-2/+2
* - Consolidate smapi driver.mdodd2003-03-241-33/+218
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+6
* - Removed unecesary code.mdodd2003-01-181-15/+6
* A driver for the System Management Application Programmdodd2003-01-171-0/+167
OpenPOWER on IntegriCloud