summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2003-07-02bump mktemp randomness from 6->10 X'sAnil Madhavapeddy
2003-06-28back out that which does not compileTheo de Raadt
2003-06-28grr... committed previous from the wrong tree... fixed version, which alsoJason Wright
2003-06-28add emulations for slinear:8 and ulinear:8; ok miodJason Wright
2003-06-28Sync sparc fb API with the sparc64 changes (fbwscons_init takes flags, andMiod Vallat
2003-06-28Be more careful when processing interrupts - the TS102 queues them, and weMiod Vallat
2003-06-28Be prepared to the fact that the user may unplug a card before it wasMiod Vallat
2003-06-28Add a macro to encode (x,y) coordinates.Miod Vallat
2003-06-28Add RI_FULLCLEAR to the rasops flags. Accelerated drivers (cgsix, creator,Miod Vallat
2003-06-28Clear screen after smitching to the wsfont, on low-resolution cgsix.Miod Vallat
2003-06-28A better reset sequence; also, probe slots immediately rather than waitingMiod Vallat
2003-06-27Cleanup biosboot to remove uneeded 32-bit opcodes, initializations ofTobias Weingartner
2003-06-27kqueue support for various usb devices including: usb, uhid, ugen,Nathan Binkert
2003-06-27Fix hang in EDD detection routine.Tobias Weingartner
2003-06-26Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now.Miod Vallat
2003-06-25We want address incrementation disabled, so correctly ask for it...Miod Vallat
2003-06-25Oops, put back iot/memt affectations in io_alloc/mem_alloc; spotted by todd@Miod Vallat
2003-06-25Recent bus_space changes make ne at pcmcia work out of the box,Miod Vallat
2003-06-25Extend the sparc bus_space_tag_t to store access endianness in it, andMiod Vallat
2003-06-25Let the stp driver use different bus_space_tag_t for its own device access,Miod Vallat
2003-06-25fix _set_ functions as found while debugging an@stpMichael Shalayeff
2003-06-24... and it must compile, too. Doh.Miod Vallat
2003-06-24io_alloc must provide working bus_space tag and handles...Miod Vallat
2003-06-24a.out emulation for dynamic binaries: intercept the right system callsMarc Espie
2003-06-24Use the common Power9000 definitions.Miod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-06-24Revert the addition of the blanking code - it will corrupt displays after longMiod Vallat
2003-06-24For now depend on the gccism __CHAR_UNSIGNED__ to define if we have (un)signedDale Rahn
2003-06-23bus_space_*_raw*_1() do not exist; drahn@ okMichael Shalayeff
2003-06-23*_raw_*_1() functions do not existMichael Shalayeff
2003-06-23no need to check nintr late in the code... it's verified pretty earlyJason Wright
2003-06-23Properly account for fast interrupt vectors; this was accidentally brokenMiod Vallat
2003-06-23strange things happen if we ack latched lasi ints on older machinesMichael Shalayeff
2003-06-23Remove some debugging cruft.Jason Wright
2003-06-23Attachment glue for stp and tslot drivers, and add them, as well as wi0,Miod Vallat
2003-06-23Driver for the pcmcia slots in the Tadpole SPARCbook machines.Miod Vallat
2003-06-23Split the stp driver into its core, and md attachment routines, and provideMiod Vallat
2003-06-23Add a very straightforward subset of the bus_space API, where all functionsMiod Vallat
2003-06-23Handle SBus cards with an "interrupts" property but no "intr" property.Miod Vallat
2003-06-23Fix NAP/DOZE sleeping on powerpc. also on newer 745x machines use NAP notDale Rahn
2003-06-20Screen blanker routine for Creator, adapted from the X11 sunffb driver code.Miod Vallat
2003-06-19ack all unmasked cpu interrupts here to cancel effect of device probing activ...Michael Shalayeff
2003-06-18oops, missed this part of the hme vlan stuffJason Wright
2003-06-18configure the interface to properly support vlan framesJason Wright
2003-06-18Oops, previous commit removed the rcsid by mistake.Miod Vallat
2003-06-18Rename p9k to pninek, since device base names with digits are confusing;Miod Vallat
2003-06-18When reporting unknown sbus hardware, also report the hardware class (audio,Miod Vallat
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat
2003-06-17Extend the sunfb structure to take care of the PROM cursor positionMiod Vallat
2003-06-17typosJean-Francois Brousseau