summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-06-04do not shuffle dev 4 under the carpet; make svnd work again; uncookieOtto Moerbeek
2007-06-04Use 166.67 and 266.67 for bus_clock and not 166.66 and 266.66,Jonathan Gray
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
2007-06-03syncDamien Miller
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03if the 915gm didn't work on i386, it's worrisome here too. remove it.Ted Unangst
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
2007-06-03Implement transmission of ACL and SCO packetsUwe Stuehler
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
2007-06-03backout rev 1.91 and 1.92, it causes proceses to hang on low memOtto Moerbeek
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-03Dummy <machine/bus.h> for softraid to compile.Miod Vallat
2007-06-03Add a check for Intel Core processors with Scalable Bus Speed of 200 MHz.Jonathan Gray
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02Match on ICH8M.Jonathan Gray
2007-06-02oops, why did i delete this. bizzareTheo de Raadt
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-02Initialize pkthdr.rcvif.Artur Grabowski
2007-06-02little fixes to get hotkeys working again. from alexey vatchenkoTed Unangst
2007-06-02Rename cvtdisklabelv1 -> disklabeltokernlabel. It does more than justKenneth R Westerback
2007-06-02convert all daddr_t types to either daddr64_t or uint32_t or other suchTheo de Raadt
2007-06-02Enable softraid so that people can start testing it.Marco Peereboom
2007-06-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom
2007-06-02stand/ofdev.hTheo de Raadt
2007-06-02Fix collision by not adding data length but blocks instead.Marco Peereboom
2007-06-02split up large CMD53 reads and writesUwe Stuehler
2007-06-02Set a flag in hci_usrreq() to allow priviledged operationsUwe Stuehler
2007-06-02no need to extern nextvnodeid here.Thordur I. Bjornsson
2007-06-02ufs1_daddr_t is no more, okay deraadt@Pedro Martelletto
2007-06-02retry reading HCI packets a few times before giving upUwe Stuehler
2007-06-02pf_set_rt_ifp accesses state key data, so must be called laterHenning Brauer
2007-06-02do the daddr_t -> daddr64_t or int32_t dance here as wellTheo de Raadt
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
2007-06-02daddr64_t (in comments)Theo de Raadt
2007-06-02ufs1_daddr_t cleanup, okay thib@ deraadt@Pedro Martelletto
2007-06-02daddr_t -> daddr64_t for specfs. convert some variablesThordur I. Bjornsson
2007-06-02Redo the sense mechanism to become autosense instead of request sense.Marco Peereboom
2007-06-01more vop argument "ap = v" comment removal; ok pedroTheo de Raadt
2007-06-01pedro ok'd this ~3500 line diff which removes the vop argumentTheo de Raadt
2007-06-01Add RX path and enable monitor mode.Marcus Glocker
2007-06-01Uninline bio_doread(), okay art@Pedro Martelletto
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt