aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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-51/+47
* - 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-65/+92
* - 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
* Warning fixes.Maxime Henrion2002-11-111-3/+4
* Warning fix.Maxime Henrion2002-11-111-2/+2
* Replace {disable,enable}_intr() with critical_{enter,exit}().Matthew N. Dodd2002-11-102-6/+6
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-098-50/+52
* Fix some sizeof(int) != sizeof(void *) warnings.John Baldwin2002-11-081-2/+2
* - Move opt_fb.h earlier so it covers included headers.John Baldwin2002-11-081-6/+5
* Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined inJohn Baldwin2002-11-081-2/+2
* Fix printf warnings with %j and uintmax_t.John Baldwin2002-11-081-2/+3
* Use critical_enter/exit instead of disable/enable_intr to make thisJohn Baldwin2002-11-081-18/+18
* - Change the ATM stack functions to use intptr_t instead of int for opaqueJohn Baldwin2002-11-082-4/+4
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...Prafulla Deuskar2002-11-086-515/+763
* Use %z to print a size_t value.John Baldwin2002-11-081-1/+1
* Reviewed by: n_hibmaMichael Reifenberger2002-11-081-8/+16
* - Use %p to print pointers instead of casting pointers to an int and usingJohn Baldwin2002-11-071-6/+6
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-074-7/+11
* Make 'rclk' a uintptr_t to quiet warnings.John Baldwin2002-11-071-3/+3
* Use %z and %j to quiet warnings.John Baldwin2002-11-071-6/+7
* Cast a pointer to a uintptr_t instead of a u_int.John Baldwin2002-11-071-1/+1
* Fix the rest of the 64-bit warnings for the sr(4) driver.John Baldwin2002-11-071-4/+4
* Explicitly cast daddr_t's to long long's when printing them since daddr_tJohn Baldwin2002-11-074-13/+13
* Cast a ptrdiff_t value to an int to quiet a warning since we don't supportJohn Baldwin2002-11-071-1/+2
* Quiet some DIAGNOSTIC printf warnings with band-aid casts.John Baldwin2002-11-071-4/+5
* Print pointers with %p instead of casting them to an unsigned int andJohn Baldwin2002-11-071-2/+2
* Fix lots of places that assume sizeof(int) == sizeof(void *). Most ofJohn Baldwin2002-11-071-18/+18
* Cast a pointer to uintptr_t instead ot u_int.John Baldwin2002-11-071-1/+1
* d_read_t functions return an int, not a ssize_t. (Considering the factJohn Baldwin2002-11-071-1/+1
* Warning fixes for sizeof(int) != sizeof(void *).John Baldwin2002-11-071-6/+6
* - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1John Baldwin2002-11-071-2/+2
* Properly fix the occassional random crash issue that revision 1.142Ian Dowse2002-11-072-31/+24