summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile.
2006-01-02regenJonathan Gray
2006-01-02Make this generate code with ansi function declarations.Jonathan Gray
No binary change in compiled version of generated file.
2006-01-02mostly style nits; from kent@netbsd.org.Federico G. Schwindt
some other cosmetical changes to make future merges easier. dlg@ ok.
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
from kent@netbsd.org. dlg@ ok.
2006-01-02make mixer names compatible with other audio devices. from kent@netbsd.orgFederico G. Schwindt
via netbsd pr 15441 by Kazuhito Honda. dlg@ ok this and previous diffs.
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-02document macppc and sparc64 use prom instead of scanningTheo de Raadt
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
this may require some changes for non-pmu controllers later, which may do the ofw tables slightly differently
2006-01-02recognize sync-pipe audio stream; disabled for now. from kent@netbsd.orgFederico G. Schwindt
2006-01-02use a common max. packet length, no binary changeDamien Miller
2006-01-02syncTheo de Raadt
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
older PXE clients get a bit further. Prompted by Rolf Sommerhalder's comments on misc@. ok krw@ (thanks) "no objection" mbalmer@ "go for it" fgsch@ "fine" deraadt@
2006-01-02knf. add some debug and use const.Federico G. Schwindt
2006-01-01Xr asbtmTheo de Raadt
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
and the device is closed. netbsd pr 24066. Some cleanup and also correctly set the mode via audioctl. from mycroft.
2006-01-01fix desc of struct kevent, OK millert@Marco S Hyman
2006-01-01mention change in raisechar/rc default here tooDamien Miller
2006-01-01disable case-mapping (evil software caps-lock) by default. if you are crazyDamien Miller
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@
2006-01-01add a manpage for asbtm(4)Damien Miller
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-01syncTheo de Raadt
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis
2006-01-01thread stack handling changes. Add guard zones and allow stackMarco S Hyman
size (and guard zone size) to be set using pthread_attr. Guard zones are specified in bytes, but implemented in terms of a page size. OK Otto@
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
of 82557
2006-01-01Nicer implementation of pthread_main_np(), which avoids the spinlock.Otto Moerbeek
ok tedu@ marc@
2006-01-01Adjust for renamed VIA VT8233 PCI ID's.Mark Kettenis
ok brad@, deraadt@
2006-01-01regenMark Kettenis
2006-01-01Correct names for VIA VT8233 PCI-ISA bridge PCI ID's:Mark Kettenis
VT8366_ISA -> VT8233_ISA VT8233_ISA -> VT8233A_ISA ok brad@, deraadt@
2006-01-01syncTheo de Raadt
2006-01-01Fix typo in previous commit.Mark Kettenis
2006-01-01.Xr viapm(4)Mark Kettenis
2006-01-01.Xr viapm(4)Mark Kettenis
2006-01-01Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives usMiod Vallat
smarter spl levels and the clock drift is reduced; adapted from NetBSD.
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
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails.
2006-01-012006Miod Vallat
2006-01-01add PTRACE and RTHREADS definesNikolay Sturm
ok miod
2006-01-01no trailing "\n" for debug()Kevin Steves