summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way tojake2002-11-171-21/+103
* Apply some fixups in the driver_t's.joe2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Fix a typo in a console message.joe2002-11-171-1/+1
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* network interface driver changes:sam2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changessam2002-11-146-107/+43
* Remove the remaining calls to free(), they are not needed anymore nowcognet2002-11-141-9/+0
* Fix printf() format errors.mux2002-11-142-2/+2
* Pass correct parameters to bus_space_barrier() instead of 0mux2002-11-141-2/+4
* MFp4:imp2002-11-141-0/+12
* MFp4:imp2002-11-141-4/+7
* MFp4:imp2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.imp2002-11-141-2/+1
* MFp4:imp2002-11-141-10/+7
* minor correction to commentimp2002-11-141-1/+1
* Add second and thrid bus-toaster IDsimp2002-11-141-0/+2
* regen to 1.37imp2002-11-141-2/+5
* Add a third aic-based bustoaster.imp2002-11-141-1/+2
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingscottl2002-11-131-0/+5
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
* Unbreak kernel build.mux2002-11-131-1/+0
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE tomdodd2002-11-131-33/+49
* Staticize local variable.mdodd2002-11-131-1/+1
* - Add fwmem_xfer_req() and use this in other functions.simokawa2002-11-121-51/+47
* - Remove unused code.simokawa2002-11-121-183/+21
* fix wording.simokawa2002-11-121-1/+1
* Split userland services to fwdev.c.simokawa2002-11-123-871/+923
* Use struct fw_device in fwmem.csimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.simokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partsimokawa2002-11-121-37/+36
* Use better return types and a couple of casts to eliminate warnings onscottl2002-11-121-7/+7
* - clean upsimokawa2002-11-121-15/+3
* Fix two typos from the previous commit. This code is definitely infectious.scottl2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:scottl2002-11-121-65/+92
* - Remove unused code.simokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().simokawa2002-11-121-12/+18
* Capitalize the first letter of device descriptionsmux2002-11-111-2/+2
* Declare the snp ioctl()s to work on udev_t, since that is what theytmm2002-11-111-1/+1
* Warning fixes.mux2002-11-111-3/+4
* Warning fix.mux2002-11-111-2/+2
* Replace {disable,enable}_intr() with critical_{enter,exit}().mdodd2002-11-102-6/+6
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-098-50/+52
* Fix some sizeof(int) != sizeof(void *) warnings.jhb2002-11-081-2/+2
* - Move opt_fb.h earlier so it covers included headers.jhb2002-11-081-6/+5
* Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined injhb2002-11-081-2/+2
* Fix printf warnings with %j and uintmax_t.jhb2002-11-081-2/+3
* Use critical_enter/exit instead of disable/enable_intr to make thisjhb2002-11-081-18/+18
OpenPOWER on IntegriCloud