summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix byte order of multi-byte scsi_status information.simokawa2003-08-291-20/+11
* When we went to the set_flags interface for the memory resource, weimp2003-08-291-4/+4
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-296-153/+6
* Add Creative SB AudioPCI CT4730 rev A.orion2003-08-291-2/+18
* Add Creative EV1938.orion2003-08-291-0/+2
* Remove extra tabs indenting MAC library calls; they were there torwatson2003-08-292-42/+40
* Remove unneeded field after CIS changes.imp2003-08-291-1/+0
* In vnode_pager_generic_putpages(), change the printf format specifiermarcel2003-08-291-2/+2
* Recent pmap changes permit the use of a more precise locking assertionalc2003-08-281-2/+1
* Eliminate the direct uses of vm_page_lookup() on the pte object. Instead,alc2003-08-281-33/+8
* Remove redundant initialization of rti; SLIST_FOREACH does that forrwatson2003-08-281-1/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-286-16/+25
* Add constants for capability IDs and header types.jhb2003-08-281-0/+14
* In bufdone(), change the format specifier for m->valid and m->dirty tomarcel2003-08-281-2/+3
* Add sound support for the AMD64 8111 chip.obrien2003-08-281-0/+4
* Minor style cleanups.njl2003-08-286-17/+8
* Style cleanups.njl2003-08-284-72/+35
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-289-1156/+1193
* Do not return with vnode interlock held.kan2003-08-281-0/+2
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.nyan2003-08-282-68/+30
* Be more carefull on nulling the ATAPI magic for fake slave.sos2003-08-281-13/+15
* Make sure to call start when retrying.sos2003-08-281-1/+2
* - Move BX_BKGRDWAIT and BX_BKGRDINPROG to BV_ and the b_vflags field.jeff2003-08-284-97/+117
* A number of minor fixes to the mapping of memory. This should helpimp2003-08-281-22/+18
* Add missing braces. Fixes boot-time kernel panic with ATAng and ATAPI/CAM.thomas2003-08-281-1/+2
* Remove a duplicate comment.njl2003-08-281-6/+0
* The valid field in struct vm_page can be of type unsigned long whenmarcel2003-08-281-2/+2
* - Clean-up comments that refer to the use of B_LOCKED.jeff2003-08-284-6/+8
* - In LCK_BUF() simply change the owner of the buf to the kernel.jeff2003-08-282-20/+4
* Fix location of $FreeBSD$ from last commit.imp2003-08-271-4/+3
* Add support for new devices.pdeuskar2003-08-275-957/+1871
* Return the translated result code from ATA/ATAPI commands.sos2003-08-271-2/+2
* Hopefully Fix problem with probing some ATAPI devices, while stillsos2003-08-271-14/+15
* All davicom cards seem to need DC_TX_ALIGN.mbr2003-08-272-4/+2
* Reserve 184 for dumb console driver(dcons) which can be found insimokawa2003-08-271-0/+1
* add debug to pcic memory mapping routineimp2003-08-271-0/+5
* Fix a mac_policy_list reference to be a mac_static_policy_listrwatson2003-08-269-9/+9
* Revision 1.126 broke the interface of the bktr driver'snectar2003-08-262-23/+26
* M_PREPEND() with an argument of M_TRYWAIT can fail, meaning therwatson2003-08-261-0/+2
* Let SA process work under ULE scheduler, originally it would panic kernel.davidxu2003-08-263-24/+49
* Use the db_alt_break() state machine instead of rolling our own. Thisnjl2003-08-261-32/+14
* Use __FBSDID().obrien2003-08-2521-49/+74
* Use __FBSDID().obrien2003-08-2528-73/+95
* Implement the last commit properly.joe2003-08-251-0/+3
* Fix the cdevsw compatibility for -stable.joe2003-08-259-11/+8
* Fix the alpha kernel build.jake2003-08-251-0/+2
* Change LOG2_PAGE_SIZE from 14 to 15 bits. This will cause the CTASSERTmarcel2003-08-251-1/+1
* Assert that u_long is at least 64 bits if PAGE_SIZE is 32K.marcel2003-08-251-0/+7
* Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reportsnjl2003-08-251-8/+0
* Probe routines can return < 0 for speculative matches. In theimp2003-08-251-1/+1
OpenPOWER on IntegriCloud