summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Sort quirks into sections.njl2003-08-251-19/+20
* Revert previous commit. Violates Maintainer (O'Brien knows how tomjacob2003-08-251-13/+24
* Try to get rid of the fake slave problem.sos2003-08-251-0/+4
* Cleanup the dma int/alloc/free code.sos2003-08-255-98/+72
* Fix copyright comment & FBSDID style nits.obrien2003-08-2531-55/+27
* Remove merge conflict that I didn't notice as it was in the middle of aobrien2003-08-251-5/+0
* Unify prototypes.sos2003-08-2511-85/+91
* Fix compile error.nyan2003-08-251-1/+1
* Only call FLUSH_CACHE on devices that say they can.sos2003-08-251-4/+8
* Switch to dev/syscons/syscons.c.nyan2003-08-252-3587/+1
* Merge pc98 support from sys/pc98/pc98/syscons.c.nyan2003-08-251-0/+21
* Dont check the cable bit on ich5 when on the SATA channel.sos2003-08-251-1/+2
* MFi386: revision 1.452nyan2003-08-251-0/+1
* Add option NO_SIO to work-around the hardcoded dependency on sio(4).marcel2003-08-2514-212/+257
* Change of plans: Add ext2_bitops.h with generic and portablemarcel2003-08-257-55/+232
* Make TX on davicom 9102A working again. This chip needsmbr2003-08-242-0/+4
* Comment out a couple of __inline__s until we can get inlines to be actuallyanholt2003-08-241-2/+2
* Remove duplicate SCM ID.obrien2003-08-241-2/+0
* Sync with local version (cosmetics)sos2003-08-241-1/+1
* There is no detach func for PCI ATA devs.sos2003-08-241-1/+0
* Fix ad_dump top actually produce a dump.sos2003-08-241-3/+9
* Use __FBSDID().obrien2003-08-2421-31/+63
* Use __FBSDID().obrien2003-08-2428-40/+89
* Use __FBSDID().obrien2003-08-24447-755/+1477
* Add device ataraid, this is now seperate and not pulled in by atadisk.sos2003-08-241-0/+1
* This is a major rework of the ATA driver (ATAng)sos2003-08-2429-3934/+3563
* Remove redundant bzero.hsu2003-08-241-1/+0
OpenPOWER on IntegriCloud