summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Correctly reset ich[3-5] sound cards on resume. This fixes audio playbacknjl2003-09-151-0/+30
* o do not filter received frames based on type or length; pass 'em all upsam2003-09-151-13/+3
* Change input handling to not expect drivers to filter short frames.sam2003-09-151-6/+24
* add definitions for various control frames and a minimum-sized frame thatsam2003-09-151-0/+51
* Quick fix for a pessimization in rev.1.194. An extra i/o instructionbde2003-09-151-2/+7
* Add a module dependancy. Now CAM will autoload when you load this.markm2003-09-151-0/+1
* Only enable S4BIOS by default if the FACS says it is available. Thenjl2003-09-151-4/+9
* Eliminate the use of Giant from vm_object_reference().alc2003-09-151-11/+11
* Sort: build uart_bus_pccard.c before uart_bus_pci.c.marcel2003-09-151-2/+2
* Remove inclusion of <sys/timepps.h>. It's included in "uart_bus.h"marcel2003-09-151-1/+0
* Remove useless #ifdef PC98.takawata2003-09-151-3/+1
* Correct a typo in the previous revision.alc2003-09-151-1/+1
* must also check for 5Ghz channels when marking short preamble capability insam2003-09-141-1/+2
* o mark the device capable of short preamble (meaningless for the 5210 butsam2003-09-142-16/+18
* Honor the short preamble capability/state flag when calculating thesam2003-09-141-1/+12
* short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLEsam2003-09-141-3/+3
* Teach the PCI code to parse MSI extended capabilities. Re-arrange thescottl2003-09-143-23/+55
* Print notify values as hex.njl2003-09-141-1/+1
* Add uart pccard attachment decription on conf/files, too.takawata2003-09-141-0/+1
* - Avoid calling pci_get_device() more than once in a single function.mdodd2003-09-142-22/+40
* Add uart pccard bus attachment,based on sio_pccard.c .takawata2003-09-142-4/+113
* Expand the extended capabilities list and add definitions for MSI.scottl2003-09-141-7/+42
* Add a new sysctl, security.bsd.conservative_signals, to disablerwatson2003-09-141-1/+16
* Remove most of the magic constants from the extcap parsing code.scottl2003-09-141-3/+3
* Call vm_page_unmanage() on pages belonging to the kmem_object. Thisalc2003-09-141-0/+1
* Enable IPv6 for Token Ring.mdodd2003-09-144-4/+7
* Cosmetic cleanups.mdodd2003-09-141-19/+21
* Cosmetic adjustment.mdodd2003-09-141-2/+1
* Teach the re(4) driver about the CFG2 register, which tells us whetherwpaul2003-09-132-8/+29
* The in6_ifattach() routine contains the following code:wpaul2003-09-131-2/+4
* Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,alc2003-09-132-20/+6
* Add the -i flag to acpiconf(8) to retrieve battery information.njl2003-09-132-4/+4
* There is no need for an atomic increment on the vm object's generationalc2003-09-131-2/+1
* sched_setscheduler: Return EINVAL when a invalid policy is specified,nectar2003-09-132-0/+8
* Apply Aleksander Fafula's crayons to the beastie. Add the this line toscottl2003-09-131-1/+38
* Correct mostly harmless off-by-one error in getdomainname().nectar2003-09-131-2/+2
* Merged from sys/isa/fd.c revision 1.258.nyan2003-09-132-12/+12
* Add support for automatic hardware flow control for 16[679]50 UARTs.marcel2003-09-131-1/+37
* Convert vmapbuf() from using pmap_extract() to usingalc2003-09-131-13/+7
* I forgot whom I got this from- only set single initiator buffered modemjacob2003-09-131-2/+4
* NetBSD'er with time on their hands (dma->DMA)mjacob2003-09-131-1/+1
* Bland synchronization of common source with no effect on FreeBSD whatsomever.mjacob2003-09-131-66/+132
* Some ridiculous target mode botches- like having the wrong definitionsmjacob2003-09-132-32/+34
* Some canonicalization function cleanups based upon some target modemjacob2003-09-131-13/+2
* No time like the present to turn back on SMP locking.mjacob2003-09-131-2/+1
* Report correct active vs. nvram node/port WWNs in an ioctl.mjacob2003-09-131-2/+4
* On reset, make sure that we have some parameters set correctly. Thismjacob2003-09-131-1/+18
* Move an overly verbose message under #ifdef CODA_VERBOSE.tjr2003-09-132-0/+4
* When determining the device class to use for the serial console, checktmm2003-09-121-2/+5
* Handle ISA devices in OF_decode_addr(), with the same code that istmm2003-09-121-1/+1
OpenPOWER on IntegriCloud