summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-1520-1/+32
* Add a comment separator.njl2004-07-141-1/+1
* Some laptops report the "design-capacity" instead of the "real-capacity"marks2004-07-141-0/+9
* Remove fdc_alloc_resources, which should have happened in last commit.imp2004-07-142-143/+2
* Fix the pccard attachment to have a chance of working.imp2004-07-142-32/+214
* Follow PnP location string change in acpi.c.takawata2004-07-141-1/+1
* Switch snoop device to using C99 initialization for struct linesw.rwatson2004-07-141-2/+8
* Give kldunload a -f(orce) argument.phk2004-07-131-2/+2
* Clean up our pnpinfo and location strings.njl2004-07-131-7/+5
* Call device_identify routines after doing the namespace walk. This isnjl2004-07-131-8/+6
* Remove erroneous semicolons.stefanf2004-07-133-4/+4
* Re-enable debugger port.simokawa2004-07-131-3/+124
* Set fdc_dev in attachimp2004-07-131-0/+1
* Don't depend on implicit include of machine/bus.h in sys/rman.h, but insteadimp2004-07-133-0/+5
* Remove even more references to generating usbdevs_data.h, et al.imp2004-07-121-9/+9
* Remove the instructions for regenerating usbdevs.h: that's now noimp2004-07-121-13/+0
* Remove unnecessary softc bzero calls.njl2004-07-122-2/+0
* Add the ability to detach a battery. Now batteries that are detached arenjl2004-07-123-1/+33
* Update in preparation for adding the ACPI attachment.njl2004-07-124-68/+94
* Attempt to handle suspend/resume better.sos2004-07-122-16/+9
* Until I'm ready to commit the better pccard probe/attach routines, effectivelyimp2004-07-111-0/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-1112-299/+36
* Make NdisReadPcmciaAttributeMemory() and NdisWritePcmciaAttributeMemory()wpaul2004-07-113-22/+75
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-103-314/+81
* Update for the KDB framework:marcel2004-07-104-4/+5
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+6
* Update for the KDB framework:marcel2004-07-101-3/+2
* Remove DDB. The one user of this macro has been changed to use BVDDB.marcel2004-07-101-1/+0
* s/DDB/BVDDB/gmarcel2004-07-101-1/+1
* Update for the KDB framework:marcel2004-07-101-6/+5
* Update for the KDB framework:marcel2004-07-101-8/+8
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-3/+2
* Update for the KDB framework:marcel2004-07-101-49/+4
* Update for the KDB framework:marcel2004-07-101-4/+2
* Update for the KDB framework:marcel2004-07-101-2/+3
* Add support for uart(4) being a debug port for the GDB backend.marcel2004-07-101-0/+101
* Remove a pointless check.phk2004-07-101-2/+0
* - Add missing <sys/module.h>. [1]marius2004-07-091-6/+2
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* Further locking improvements for vr(4):bms2004-07-091-46/+69
* Add a 'suspended' flag to softc so that we can avoid races on detach.bms2004-07-091-0/+1
* Break out the isa and pccard front ends from fdc. This is the firstimp2004-07-074-304/+405
* Fix two problems:wpaul2004-07-072-13/+13
* Eliminate unneeded return keywords.bms2004-07-061-34/+1
* Whitespace passbms2004-07-061-54/+54
OpenPOWER on IntegriCloud