summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-01-03Be careful not to change any registers.Mark Kettenis
2006-01-03Make #undef match its temporary #define.Miod Vallat
2006-01-03work in progress on the Apple Sudden Motion Sensor found in recentXavier Santolaria
2006-01-03remove duplicate comment;Jason McIntyre
2006-01-03m_pullup the same amount we copied, not just the IP header.Marco Pfatschbacher
2006-01-03Fix UFS2 detection by looking for the super-block at every possiblePedro Martelletto
2006-01-03Use "official" chip part names/numbers for matching.Mark Kettenis
2006-01-02Check db_console before entering ddb.Miod Vallat
2006-01-02Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecMiod Vallat
2006-01-02Faster signal trampoline code for m88k: instead of pushing everything onMiod Vallat
2006-01-02Remove orphaned cpu_exec_aout_makecmds() since we don't _KERN_DO_AOUT.Miod Vallat
2006-01-02No need to check for P_INMEM in process_set_pc() and process_sstep(), as theseMiod Vallat
2006-01-02Merge enablertclock() in cpu_initclocks(), kill unused disablertclock(), andMiod Vallat
2006-01-02Kill enablertclock.Miod Vallat
2006-01-02fix typo in commentTom Cosgrove
2006-01-02add the 82801E SMBus controller id.Brad Smith
2006-01-02use the correct format string directive %llu instead of "%ull".Reyk Floeter
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2006-01-02regenJonathan Gray
2006-01-02Make this generate code with ansi function declarations.Jonathan Gray
2006-01-02mostly style nits; from kent@netbsd.org.Federico G. Schwindt
2006-01-02use pci_matchbyid.Brad Smith
2006-01-02fix some typos and add open/close code of sync pipe, disabled for now.Federico G. Schwindt
2006-01-02make mixer names compatible with other audio devices. from kent@netbsd.orgFederico G. Schwindt
2006-01-02regenBrad Smith
2006-01-02add ATI IXP300 SMBus controller id.Brad Smith
2006-01-02regenBrad Smith
2006-01-02add SMSC PCI vendor id and product id's for the Victory66 chipset.Brad Smith
2006-01-02add the name sparc64 calls this thingTheo de Raadt
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
2006-01-02recognize sync-pipe audio stream; disabled for now. from kent@netbsd.orgFederico G. Schwindt
2006-01-02add source selector support. netbsd pr 26538.Federico G. Schwindt
2006-01-02Correctly set the %di register on PXENV calls. This should helpTom Cosgrove
2006-01-02knf. add some debug and use const.Federico G. Schwindt
2006-01-01correct a typo and reorder check.Federico G. Schwindt
2006-01-01Rearrange to fix a potential crash when changing parameters with audioctlFederico G. Schwindt
2006-01-01fix cut and paste error on FAN2 sysctl defDamien Miller
2006-01-01Fix mixer wraparound. from netbsd pr 16652.Federico G. Schwindt
2006-01-01proto not neededTheo de Raadt
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2006-01-01update for pcidevs name changeBrad Smith
2006-01-01regenBrad Smith
2006-01-01this fxp PCI id is generic to the whole family so mark it as 8255x insteadBrad Smith
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
2006-01-01regenMark Kettenis
2006-01-01Correct names for VIA VT8233 PCI-ISA bridge PCI ID's:Mark Kettenis
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
2006-01-01Service clock interrupts at the computed splclock(), not spl2(); from NetBSD.Miod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2006-01-012006Miod Vallat