summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ug_isa.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-06-29unregister sensors only when registered.mlelstv
2020-06-24rearrange to avoid allocating softc on stack in ug_isa_match()jdolecek
2008-04-04Don't forget to unmap I/O space in the error paths.xtraeme
2008-03-26Split device_t/softc for ug(4) and other related cosmetic changes.xtraeme
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-09Add the detach method, will be used by the LKM.xtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2007-05-08Split the ug(4) driver in three components:xtraeme