summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-07-02pull ahci_attach apart slightly to accommodate attaching ahci(4) to thingsDavid Gwynne
2007-07-01fix potential crash due to wrong ca_devsize; whilst here, also fix iobase typ...Constantine A. Murenin
2007-07-01In cpu_switch(), store the saved cpl in the pcb as a 64 bit store, so thatMiod Vallat
2007-07-01Move more fpe-related stuff in #ifdef ARMFPU blocks.Miod Vallat
2007-07-01Use mapiodev() instead of mapdev() when applicable. This is just syntacticMiod Vallat
2007-07-01Perform minimal disklabel setup without needing to do the disklabel_to_sun()Miod Vallat
2007-07-01Do not define DEBUG unconditionnaly.Miod Vallat
2007-07-01Add gentbi(4).Mark Kettenis
2007-07-01Correctly count interrupts for devices that share interrupts.Mark Kettenis
2007-07-01Reset PDC devices before enabling iova space if we're not on a serial console.Mark Kettenis
2007-07-01Oops! Revert previous commit.Mark Kettenis
2007-07-01Add PDC_IO.Mark Kettenis
2007-07-01Add a few more registers.Mark Kettenis
2007-06-30Bump number of supported interrupt routing entries.Mark Kettenis
2007-06-30regenJonathan Gray
2007-06-30Add a few devices found in submitted dmesgsJonathan Gray
2007-06-30Add 802.11d (domain info) command.Marcus Glocker
2007-06-29ansify/de-registerJasper Lievisse Adriaanse
2007-06-29respect timeouts. prompted by freebsd pr110122, but also proplerlyHenning Brauer
2007-06-29sick of extra static messing up tracebacks; ok miodTheo de Raadt
2007-06-29force the pci bus probe routines to look for extra functions on jmicronDavid Gwynne
2007-06-29when we attach to the jmicron controllers, whack their configuration aroundDavid Gwynne
2007-06-29demystify a little more of the jmicron pci control registersDavid Gwynne
2007-06-29define away some of the magic on jmicron controllersDavid Gwynne
2007-06-27wt(4) was removed a while ago, so don't support booting off it anoymore.Michael Knudsen
2007-06-27Shrink code by not using __inline without static; like we did for sk(4).Mark Kettenis
2007-06-27According to Intel errata:Artur Grabowski
2007-06-26Switch associated pciide(4) into native mode, and route its interruptMark Kettenis
2007-06-26Make natsemi_pci_intr() use pciide_intr_flag(). Needed on the PC87415 partMark Kettenis
2007-06-26Fix a race condition during ruleset reload; make sure we don't walk offRyan Thomas McBride
2007-06-26Provide a default case so that we don't end up trying to dereferenceTom Cosgrove
2007-06-26Implement bit swap for a byte in O(log(N)) rather than O(N), promptedTom Cosgrove
2007-06-26loadfile() returns an open file descriptor on successful exit, soTom Cosgrove
2007-06-26Fix the description of loadfile() semantics in comment (and kill "andTom Cosgrove
2007-06-26Fix "the the"s. ok miod@.Tom Cosgrove
2007-06-26Alignment fixes from mickey.Jonathan Gray
2007-06-25support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...Constantine A. Murenin
2007-06-25replace magic number with a define.Thordur I. Bjornsson
2007-06-25crank ifq_maxlen from 50 to 256, so it is not smaller than most interfacesHenning Brauer
2007-06-25use daddr64_t for size in bounds_check_with_label(); prompted by miod@;Otto Moerbeek
2007-06-25Fix a couple of "of of"s in comments.Tom Cosgrove
2007-06-25"of of" is wrong - it should be "off of" - but "from" is even nicerTom Cosgrove
2007-06-25pretty mechanical change: now that the state tables use seperate stateHenning Brauer
2007-06-25merge tcp_set_iss() and tcp_set_tsm(); ok mcbride, djm (on earlier version)Markus Friedl
2007-06-24Remove some unused leftover code; original request from jasper@Uwe Stuehler
2007-06-24Crank initial storage for extents a bit. We really should allocate extentsMark Kettenis
2007-06-24Fix xd and xy disklabel handling.Miod Vallat
2007-06-24Attach as console when appropriate.Mark Kettenis
2007-06-24When bootfile was made global so that macppc could modify it, itTom Cosgrove
2007-06-24Fix typo in (unused) #define.Mark Kettenis