summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2002-05-23simplify condition to perform DAD. sync w/kameJun-ichiro itojun Hagino
2002-05-22Match on "SUNW,afb" as well, a guess to make Elite3D cards work and printFederico G. Schwindt
2002-05-22- Allow matching of devices with fewer than 24 register setsJason Wright
2002-05-22add WSDISPLAY_TYPE_SUNFFBJason Wright
2002-05-22max length of debug variablesThierry Deval
2002-05-22Allow brightness buttons to affect the console brightness whenever possible;Miod Vallat
2002-05-22Put abtn back in GENERIC. RAMDISK kernels do not need it.Miod Vallat
2002-05-22- in the OpenFirmware console initialisation, check if the console deviceMiod Vallat
2002-05-22I was on drugs when I commited this initially, and still do not understandMiod Vallat
2002-05-22Implement splassert. Even simpler than on the sparc.Artur Grabowski
2002-05-22regenMichael Shalayeff
2002-05-22another 4800 weirdo from cisco; from condor@vcable.netMichael Shalayeff
2002-05-22Copy only the register paddrs/lens that we have room forJason Wright
2002-05-22splassert(IPL_BIO) in the b_iodone handlers.Artur Grabowski
2002-05-22Only map in DFB32 during attach, other stuff will be mapped by _mmap asJason Wright
2002-05-22return mappings from DFB24 for DUMBFB mode mmap requests (this makes unaccele...Jason Wright
2002-05-22Eh, mark scsi_free_xs with splassert(IPL_BIO) too.Artur Grabowski
2002-05-22splassert_check should be ifdef DIAGNOSTICArtur Grabowski
2002-05-22let !DIAGOSTIC kernels buildTheo de Raadt
2002-05-22some b_iodone handlers and vwakeup require splbio.Artur Grabowski
2002-05-22splassert(IPL_BIO) in scsi_done (its children have this assumption).Artur Grabowski
2002-05-21Protect calls to biodone with splbio. Some functions calledArtur Grabowski
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-05-21add creator at mainbus and wsdisplay at creatorJason Wright
2002-05-21Remove some debugging code and generally clean things up.Jason Wright
2002-05-21Get the initial cursor position correct so we don't start back at 0,0 whenJason Wright
2002-05-21Implement splassert just like it's on sparc.Artur Grabowski
2002-05-21Remove last vestiges of rcons and now it appears to work.Jason Wright
2002-05-21Use rasops alloc_attr in alloc_screen so it doesn't crash when a screen isJason Wright
2002-05-21Junk gcc's deprecated __FUNCTION__. Use standard __func__ instead.Marc Espie
2002-05-21Move enum definitions to global scope. Local scope is meaningless, andMarc Espie
2002-05-21Skeleton driver for the Creator/Creator3D framebuffer (doesn't do muchJason Wright
2002-05-20Do not blindly call wsdisplay routines if no wsdisplay device is activeMiod Vallat
2002-05-20Allow SIOCSIFMTU on gif interfaces.Artur Grabowski
2002-05-20Add one more level to the kern.splassert sysctl.Artur Grabowski
2002-05-20ignore corrupted prom headers w/ length exceeding the scanned isa hole region...Michael Shalayeff
2002-05-20syncMichael Shalayeff
2002-05-20force alignment on the netisr and sir by mobving 'em into .dataMichael Shalayeff
2002-05-20make sure runing addr gets properly aligned after 0-level page table allocationMichael Shalayeff
2002-05-20make it compile w/ debugging onMichael Shalayeff
2002-05-20make sure all the funky stack we allocate are properly alligned, the trap_phy...Michael Shalayeff
2002-05-20gateway page could be cachable, it's not written into.Michael Shalayeff
2002-05-20minimum pdc stack is 9k, define it to be 16k hereMichael Shalayeff
2002-05-20define BSS() macro to allocate vars in the .bss like other archs doMichael Shalayeff
2002-05-20gateway is not fixated on the pid in the tlb, make it a not-care value in itlbhMichael Shalayeff
2002-05-20do not free the kernel page dirs, they are hard to account for sometimes; als...Michael Shalayeff
2002-05-20hardclock() is not called until clock has been initializedMichael Shalayeff
2002-05-19there is an sti man thereMichael Shalayeff
2002-05-192.11.2 are in the tree now, 10x to federico dudeMichael Shalayeff
2002-05-19KNF againTheo de Raadt