aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-241-7/+13
* Remove a comple of bogus debug printfs that snuck in during someWarner Losh2002-11-232-5/+2
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.Nate Lawson2002-11-231-2/+15
* According to the ACPI spec, the bus number of the child PCI bus of a hostJohn Baldwin2002-11-221-7/+52
* Add a function host_pcib_get_bnsno() that attempts to determine the busJohn Baldwin2002-11-222-0/+85
* Added support for DELL Perc4/DI.Eric Moore2002-11-211-1/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-5/+14
* Setup a default tty mode even if the device is not the console. Don'tJake Burkholder2002-11-181-10/+4
* Remove some unnecessary code. Make the device description nicer. Add aJake Burkholder2002-11-181-66/+31
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way toJake Burkholder2002-11-171-21/+103
* Apply some fixups in the driver_t's.Josef Karthauser2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.Josef Karthauser2002-11-171-6/+19
* Fix a typo in a console message.Josef Karthauser2002-11-171-1/+1
* DETACH_FORCE was removed recently. Remove it here, even though thisWarner Losh2002-11-171-7/+5
* Catch up with sam's changes to network interfaces.Maxime Henrion2002-11-151-2/+1
* network interface driver changes:Sam Leffler2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changesSam Leffler2002-11-146-107/+43
* Remove the remaining calls to free(), they are not needed anymore nowOlivier Houchard2002-11-141-9/+0
* Fix printf() format errors.Maxime Henrion2002-11-142-2/+2
* Pass correct parameters to bus_space_barrier() instead of 0Maxime Henrion2002-11-141-2/+4
* MFp4:Warner Losh2002-11-141-0/+12
* MFp4:Warner Losh2002-11-141-4/+7
* MFp4:Warner Losh2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.Warner Losh2002-11-141-2/+1
* MFp4:Warner Losh2002-11-141-10/+7
* minor correction to commentWarner Losh2002-11-141-1/+1
* Add second and thrid bus-toaster IDsWarner Losh2002-11-141-0/+2
* regen to 1.37Warner Losh2002-11-141-2/+5
* Add a third aic-based bustoaster.Warner Losh2002-11-141-1/+2
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingScott Long2002-11-131-0/+5
* Remove a bunch of #include "opt_pci.h".Maxime Henrion2002-11-137-7/+0
* Unbreak kernel build.Maxime Henrion2002-11-131-1/+0
* Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE toMatthew N. Dodd2002-11-131-33/+49
* Staticize local variable.Matthew N. Dodd2002-11-131-1/+1
* - Add fwmem_xfer_req() and use this in other functions.Hidetoshi Shimokawa2002-11-121-50/+46
* - Remove unused code.Hidetoshi Shimokawa2002-11-121-183/+21
* fix wording.Hidetoshi Shimokawa2002-11-121-1/+1
* Split userland services to fwdev.c.Hidetoshi Shimokawa2002-11-123-871/+923
* Use struct fw_device in fwmem.cHidetoshi Shimokawa2002-11-124-31/+97
* Add a prototype for suspend/resume.Hidetoshi Shimokawa2002-11-121-0/+16
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-4/+4
* Change interface of fwmem_read_*() functions to be usable from other partHidetoshi Shimokawa2002-11-121-37/+36
* Use better return types and a couple of casts to eliminate warnings onScott Long2002-11-121-7/+7
* - clean upHidetoshi Shimokawa2002-11-121-15/+3
* Fix two typos from the previous commit. This code is definitely infectious.Scott Long2002-11-121-2/+2
* Step one of cleaning and fixing cardbus:Scott Long2002-11-121-64/+91
* - Remove unused code.Hidetoshi Shimokawa2002-11-122-394/+178
* Restrict process count in fwohci_arcv() and fwohci_ircv().Hidetoshi Shimokawa2002-11-121-12/+18
* Capitalize the first letter of device descriptionsMaxime Henrion2002-11-111-2/+2
* Declare the snp ioctl()s to work on udev_t, since that is what theyThomas Moestl2002-11-111-1/+1