summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove some variables the last commit stopped using so the code compiles.brooks2005-06-062-4/+2
* As threatened by BURN_BRIDGES, restire PCIR_MAPS and PCIR_HEADERTYPEimp2005-06-051-6/+0
* Use same RID we allocated the resource with to free itimp2005-06-051-1/+1
* These registers are saved by pci bus code. Remove from #if 0'd code anywayimp2005-06-051-18/+0
* Power state management now done in PCI bus codeimp2005-06-051-11/+0
* The PCI bus code saves/restores these config registers now.imp2005-06-052-20/+0
* Powerstate stuff now done in PCI bus driverimp2005-06-051-21/+0
* The PCI bus code saves/restores these config registers now.imp2005-06-052-21/+0
* Make nVidia SATA hotplug support DTRT.sos2005-06-051-26/+27
* Unbreak the ICH6 AHCI support in !48Bit mode.sos2005-06-051-2/+7
* Install ports defined in PORTS_MODULES at make reinstall time too.mux2005-06-051-2/+2
* Allow sends sent from non page-aligned userspace addresses to begallatin2005-06-052-15/+13
* Hook ichsmb to build.takawata2005-06-051-1/+1
* Make ichsmb loadable.takawata2005-06-052-0/+11
* Remove superfluous breaks.marius2005-06-051-3/+0
* Eliminate an unused field from struct aio_liojob.alc2005-06-051-2/+0
* Let kmod.mk create an empty .h file.ru2005-06-051-3/+1
* Fix deprecated name, and let kmod.mk create an empty .h file.ru2005-06-051-3/+1
* Fix indentation of two comment blocks from the last commit.thompsa2005-06-051-10/+10
* Bump __FreeBSD_version for if_bridge.thompsa2005-06-051-1/+1
* Connect if_bridge to the build.thompsa2005-06-054-0/+21
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-058-4/+80
* Add if_bridge, which provides more advanced Ethernet bridging and 802.1dthompsa2005-06-053-0/+3939
* Avoid casting from (int *) to (size_t *) in order to fix udf_iconv on amd64.imura2005-06-051-4/+5
* After some input from bde@ and rereading the datasheet use a MTX_SPINmarius2005-06-043-12/+13
* Fix getsecs(). It was not counting the seconds right. The immediatemarcel2005-06-041-19/+46
* Replace the band-aid for allowing to call sunkbd_configure() multiplemarius2005-06-041-14/+19
* On AXi and AXmp boards the NS16550 (used to connect keyboard and mouse)marius2005-06-041-0/+20
* Fix delay(). The processor cycle counter is a 32-bit wrapping counter.marcel2005-06-041-5/+8
* Change the semantics of uart_cpu_getdev_keyboard() to only match SCCs/marius2005-06-041-20/+23
* - In machfb_configure() when probed for the high-level console returnmarius2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnmarius2005-06-044-44/+46
* Now that all affected drivers have been changed remove the helpersmarius2005-06-041-34/+3
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesmarius2005-06-044-15/+15
* - Take advantage of ebus(4) having switched to SYS_RES_MEMORY for memorymarius2005-06-041-42/+31
* Eliminate the original method of requesting notification of aio_read(2) andalc2005-06-041-58/+14
* Better explain, then actually implement the IPFW ALTQ-rule first-matchgreen2005-06-041-0/+3
* Move MAINTAINER documentation to MAINTAINERSimp2005-06-041-2/+0
* Add the proper logic so that we don't try to do SSE stuff unless itsdfr2005-06-041-0/+11
* Release n_hibma's maintainership due to his ENOTIME.schweikh2005-06-0411-32/+11
* - It's 2005 already, I've been working on this for three years.jeff2005-06-041-1/+1
* - Don't SLOT_USE() in the preempt case, sched_add() has already taken thejeff2005-06-041-72/+37
* Changes to tcp_sack_option() thatps2005-06-042-91/+118
* Fix module build.glebius2005-06-041-1/+1
* Wrap copyin/copyout for kevent so the 32bit wrapper does not haveps2005-06-034-96/+125
* In newbus land, ivars can only be accessed for direct child, or whenimp2005-06-031-1/+1
* Bring in bits I forgot while importing write back support for arm9.cognet2005-06-031-11/+13
* Mask off the bar's value after the probe test write before testingimp2005-06-031-2/+2
* Use predefined __offsetof__ builtin function when compiling C++ sources.kan2005-06-031-0/+7
* Update to reflect takawata-san's changes to MAINTAINERSimp2005-06-031-2/+0
OpenPOWER on IntegriCloud