Age | Commit message (Expand) | Author |
2004-09-30 | rl(4) support for sparc64; ok jason@ | Robert Nagy |
2004-09-29 | Ratibibugle now useless evcnt structures. | Miod Vallat |
2004-09-29 | map correct register set for the blinky lights and the slot description | Jason Wright |
2004-09-28 | nuke unused variable | Jason Wright |
2004-09-28 | use prom mappings when availavk | Jason Wright |
2004-09-28 | debugging stuff nuke I will | Jason Wright |
2004-09-28 | get the offsets of imap/iclr correct (zs now interrupts more than once) | Jason Wright |
2004-09-28 | allow booting from isp devices | Jason Wright |
2004-09-28 | Like Yoda Jason trying to speak is. | Miod Vallat |
2004-09-28 | add clkbrd@fhc | Jason Wright |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information abou... | Jason Wright |
2004-09-28 | missing \n | Jason Wright |
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright |
2004-09-27 | setup ign based on board number | Jason Wright |
2004-09-27 | shift value for the ign | Jason Wright |
2004-09-27 | compute the board number of each fhc | Jason Wright |
2004-09-27 | setup control register correctly and clear interrupts before attaching children | Jason Wright |
2004-09-27 | map registers for fhc@mainbus | Jason Wright |
2004-09-27 | check malloc return correctly; from Patrick Latifi | Jason Wright |
2004-09-24 | Whoops, need to include the IGN... zs@fhc now sorta works (kinda...) | Jason Wright |
2004-09-24 | zs@fhc | Jason Wright |
2004-09-24 | fix up attachment of zs@fhc | Jason Wright |
2004-09-24 | setup interrupt handling for fhc attached devices | Jason Wright |
2004-09-24 | clean | Jason Wright |
2004-09-24 | need linear mappings for the intrmap/clr register sets | Jason Wright |
2004-09-24 | fhc registers (enough for now anyway) | Jason Wright |
2004-09-23 | Correctly test for prom memory mapping failure. Fortunately no system we | Miod Vallat |
2004-09-23 | prepare the way for multi-bus attachment of zs (specifically zs@fhc). | Jason Wright |
2004-09-23 | central@mainbus, fhc@central, fhc@mainbus, and clock@fhc | Jason Wright |
2004-09-23 | clock@fhc | Jason Wright |
2004-09-23 | - fix the bus_map functions (get the parent node right) | Jason Wright |
2004-09-22 | infrastructure for central, fhc(mainbus/central), and clock@fhc | Jason Wright |
2004-09-22 | firehose controller driver (not quite working) for the e4500 (and others) | Jason Wright |
2004-09-22 | driver for the "central" controller on the E4500 (and others) [fhc and others... | Jason Wright |
2004-09-21 | change sbus0 to sbus* for consistency, miod@ | Dale Rahn |
2004-09-21 | Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miod | Dale Rahn |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev |
2004-09-16 | Rely upon __LP64__ to choose {U,}LONG_{MIN,MAX} values, rather than a | Miod Vallat |
2004-09-16 | spacing | Theo de Raadt |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-09-13 | for pcons tty and kernel console (ie. boot -a) input, replace prom ^H | Theo de Raadt |
2004-08-26 | sync with GENERIC for PCI NICs and MII PHY drivers | Brad Smith |
2004-08-19 | Enable puc and com@puc; fixes PR 3823 | Miod Vallat |
2004-08-10 | Print the newline after vgafb_mapregs(), not before since vgafb_mapregs() | Todd C. Miller |
2004-08-09 | Needs a non-empty pmap_unuse_final() as sparc. | Miod Vallat |
2004-08-08 | Oops, OF_poweroff is not attribute(noreturn) anymore... | Miod Vallat |
2004-08-08 | Do not panic if OF_poweroff() returns, this is handled correctly by | Miod Vallat |
2004-08-06 | rename sparc kill_user_windows() to pmap_unuse_final(). provide empty stubs | Theo de Raadt |
2004-08-06 | provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok | Michael Shalayeff |
2004-08-02 | _bus_dmamap_load_mbuf: check and process pmap_extract failure. | Brad Smith |