summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-02-18Comment corrections from Bret Lambert.Marcus Glocker
2007-02-18Add bcw_shm_write16().Marcus Glocker
2007-02-18Add support for ShanTou ST268.Jonathan Gray
2007-02-18regenJonathan Gray
2007-02-18another udav(4)Jonathan Gray
2007-02-18Remove #ifdef/#endif's around MBR checking code. Remove now unusedKenneth R Westerback
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-18In writedisklabel(), read the disklabel sector before rewriting it, toMiod Vallat
2007-02-18Sort routines (phy, radio).Marcus Glocker
2007-02-18Start to add radio PHY initialization routines.Marcus Glocker
2007-02-18Added dynamic perfect hash for opcodesJordan Hargrave
2007-02-18Shave off another K pre compression.Marco Peereboom
2007-02-18reorder allocation of the ports resources so register manipulation can beDavid Gwynne
2007-02-18Turn radio (version 2050) on.Marcus Glocker
2007-02-17Add SMALL_KERNEL throught acpi to make it fit on boot media.Marco Peereboom
2007-02-17fix ddb buf printing for daddr_t growth to 64bit;Michael Shalayeff
2007-02-17If we __HAVE_PMAP_DIRECT, handle these mappings in pmap_extract().Miod Vallat
2007-02-17In pmap_collect():Miod Vallat
2007-02-17Since a full battery can still have state BST_CHARGE ("charging"),Deanna Phillips
2007-02-17Bring in the AMD errata checks from amd64.Tom Cosgrove
2007-02-17Add code to check for the AMD amd64 errata, and correct them whereTom Cosgrove
2007-02-17do not look for sblock at offset 0; pedro@ deraadt@ okMichael Shalayeff
2007-02-17Fix spelling of Cool'n'Quiet, as done on i386 some time ago. AlsoTom Cosgrove
2007-02-17regenMark Kettenis
2007-02-17Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke.Mark Kettenis
2007-02-17only reset the controller if it is already enabled.David Gwynne
2007-02-17To squeeze new stuff onto onto the very full boot floppies, occasionallyTheo de Raadt
2007-02-17Add some additional device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some axe(4) device ids found in Linux driver.Jonathan Gray
2007-02-17Add some device ids found in Linux driver.Jonathan Gray
2007-02-17regenJonathan Gray
2007-02-17Add some uslcom(4) ids found in Linux.Jonathan Gray
2007-02-16Enable malo(4) on macppc. OK mglocker@ deraadt@Claudio Jeker
2007-02-16Unbreak ppp(8) over tun(4) by restriciting the flags that can be changedClaudio Jeker
2007-02-16bge_newbuf_std() should return ENOBUFS on failure, as that's whatKenneth R Westerback
2007-02-15Simplify the #if NBRIDGE case as in in_gif.c:1.33.Claudio Jeker
2007-02-15Simplify even more by reducing shared code in #if NBRIDGE and default case.Claudio Jeker
2007-02-15Change some functions so there's only one exit point. This should makeMichael Knudsen
2007-02-15Reorder endpoints so that endpoint numbers match, remove more debug.Dale Rahn
2007-02-15TX is working fine, turn off debug.Dale Rahn
2007-02-15Let acpidock_eject take an extra argument of what node to call _EJ0 on.Michael Knudsen
2007-02-15Don't clear the struct aml_value res when aml_evalnode() does thisMichael Knudsen
2007-02-15from linux->freebsd->brad->me, tested by matthieu, brad, kettenis, others...Jason Wright
2007-02-15break into ddb right from comintr() w/o softtty (same as com(4) does); miod@ okMichael Shalayeff
2007-02-15Add a mapping for logical to physical endpoints, otherwise data tries toDale Rahn
2007-02-15Set topology change propagation on all ports _except_ the caller.Reyk Floeter
2007-02-15Dont hang completely on watchdog.Dale Rahn
2007-02-15Fix transmit packet termination. odd length and 64 byte multiple packetsDale Rahn
2007-02-15It is not valid to have the input endpoint and output endpoint the same.Dale Rahn