aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Back out TX/RX descriptor/buffer management changes from earier commit.Prafulla Deuskar2002-08-262-208/+304
* Overhaul the ACPI PCI bridge driver a bit:John Baldwin2002-08-265-589/+280
* Add an ACPI PCI bus driver that is a subclass of the generic PCI busJohn Baldwin2002-08-261-0/+235
* Export a few symbols as globals to allow subclassing of this driver. InJohn Baldwin2002-08-262-37/+91
* Various changes to make it easier to subclass the PCI bus device.John Baldwin2002-08-262-30/+61
* In acpi_pcib_route_interrupt(), the code claims to check to see if a PCIJohn Baldwin2002-08-262-4/+4
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-2510-22/+22
* Add new sysctl MIB (hw.acpi.sleep_delay) to specify the delay (inMitsuru IWASAKI2002-08-252-0/+9
* Add suspend and resume support.Orion Hodson2002-08-251-8/+45
* Fixed editing errors in rev.1.4 which manifested as printf format errorsBruce Evans2002-08-251-2/+2
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sinceAlan Cox2002-08-252-2/+2
* Be sure to unregister from sndstat on unregister. Gets rid of phantomNick Sayer2002-08-241-0/+1
* Fix typos: s/O2Mirco/O2Micro/Marc Fonvieille2002-08-241-6/+6
* style: put return types on a line by themselves.Alfred Perlstein2002-08-242-71/+142
* style:Alfred Perlstein2002-08-233-137/+271
* Make sure channel buffer start is associated with channel, otherwiseOrion Hodson2002-08-231-3/+3
* Do some minor cleanups found during backport to RELENG_4.Matt Jacob2002-08-233-25/+24
* Pick a cleaner method (and put in a separate function) for findingMatt Jacob2002-08-231-21/+43
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.Orion Hodson2002-08-233-6/+39
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-2211-15/+15
* Use machine/limits.h rather than userland limits.h (which may come fromPeter Wemm2002-08-221-1/+1
* Define ISP_DMA_ADDR_T to be a bus_addr_t, not a u_int32_t.Matt Jacob2002-08-221-0/+3
* unused variable removal (pointed out by bde)Matt Jacob2002-08-221-1/+0
* Add an entry for Avlab's low profile 4 serial port card.John Hay2002-08-221-0/+12
* Add an entry for VScom PCI-200L 2 port serial card.John Hay2002-08-221-0/+10
* TX/RX descriptor/buffer management changes.Prafulla Deuskar2002-08-212-304/+208
* Don't use "NULL" when "0" is really meant.Archie Cobbs2002-08-214-7/+7
* Use the _STA method of a battery control method to see if a battery isJohn Baldwin2002-08-211-10/+16
* When setting the WI_RID_ENCRYPTION mode, we have to conditionallyWarner Losh2002-08-211-11/+20
* comment about the magic number -149Warner Losh2002-08-211-0/+6
* Treat IBSS the same as ADHOC in wi_get_cur_ssid. This makes ifconfigWarner Losh2002-08-211-0/+1
* A chunk of cleanup, both stylistic and substantive.Matt Jacob2002-08-206-322/+1013
* - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR insteadMaxime Henrion2002-08-201-14/+4
* Back out last commit. Needs slightly more subtle handling.Orion Hodson2002-08-201-33/+35
* de-count atkbdc. I have more extensive patches to make properly dynamic,Peter Wemm2002-08-192-4/+2
* de-count schistory.c. The handling of NSC was rather bogus here and wasPeter Wemm2002-08-191-4/+13
* style(9) nit.Maxime Henrion2002-08-191-1/+1
* Use the __BUS_ACCESSOR macro for PCIB_ACCESSOR instead ofMaxime Henrion2002-08-191-14/+2
* Stop trying to align malloc()ed memory. Rely on malloc() instead, just likeSemen Ustimenko2002-08-192-24/+17
* Do not reset card in epic_freebsd_attach() as reset is done inSemen Ustimenko2002-08-191-7/+0
* Fix buffer length.Søren Schmidt2002-08-191-1/+1
* Fix typo.Søren Schmidt2002-08-191-1/+1
* 1. Allow information about current history size be retrieved using ioctl(2);Maxim Sobolev2002-08-191-5/+44
* Cater for ich4 quirks.Orion Hodson2002-08-192-9/+29
* Apply reference counting patch. Fixes problem of two applicationsOrion Hodson2002-08-181-35/+33
* Fix args for contigmalloc, cosmetics.Søren Schmidt2002-08-183-83/+86
* Use uhci_pci_match to return the device description and rework theJosef Karthauser2002-08-181-28/+22
* Add a comment to remind that uhci_pci_match will never return NULL.Josef Karthauser2002-08-181-6/+11
* Increase size of ifnet.if_flags from 16 bits (short) to 32 bits (int). To avoidMaxim Sobolev2002-08-183-6/+6
* Fix VRA configuration.Orion Hodson2002-08-181-3/+6