Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-23 | Move the alloc_screen, free_screen and show_screen wsdisplay accessops to | Miod Vallat | |
the common frame buffer code, rather than duplicating it in every driver. No functional change. | |||
2005-03-23 | Do not set up accelerated operations if we fail to unbusy the blitter in | Miod Vallat | |
a reasonable amount of time. | |||
2005-03-23 | Move wzero() and wcopy() from machdep.c to where they are really used. | Miod Vallat | |
2005-03-23 | Match power on the SPARCbook's auxio2, but prefer tctrl poweroff if | Miod Vallat | |
both power0 and tctrl0 are configured. This allows installation media to poweroff quickly on SPARCbooks. | |||
2005-03-23 | Kill the sparc-specific mountroot hooks (which are run before the root | Miod Vallat | |
filesystem is mounted, unlike the MI mountroot hooks). They were only used to allow root on floppy in the long dead two-floppies installation method. | |||
2005-03-22 | Use a sane interrupt priority for serial. Has a better chance of working. | Dale Rahn | |
2005-03-21 | Remove unused st_crazymap(). | Miod Vallat | |
2005-03-21 | Do not print anything on console for can't happen situations unless option | Miod Vallat | |
DEBUG_SVR4. | |||
2005-03-19 | +bce +axe +ural | Theo de Raadt | |
2005-03-19 | enable ural(4) | Martin Reindl | |
ok deraadt@ | |||
2005-03-19 | pci de(4) unlikely on laptop compared to others | Theo de Raadt | |
2005-03-18 | oops, i was a teeny tiny bit over... | Theo de Raadt | |
2005-03-18 | shut off aac(4) unless Adaptec stops behaving like assholes | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | another re* at cardbus missing, arghcvs diff -u RAMDISK_CD | Theo de Raadt | |
2005-03-18 | sk(4) fits | Theo de Raadt | |
2005-03-18 | disable a bunch of old devices (mostly ISA, or stuff people are unlikely | Theo de Raadt | |
to use on a laptop) enable a bunch of newer devices. For instance, a whole whack of new gigabit & wireless cards -- pci and cardbus | |||
2005-03-18 | enable ural since it works fine here too | David Gwynne | |
ok deraadt@ | |||
2005-03-18 | +bge(4), ok deraadt@ | Brad Smith | |
2005-03-18 | Add bge. ok deraadt@. | Kenneth R Westerback | |
2005-03-17 | fix comment wrt previous change | Michael Shalayeff | |
2005-03-17 | Increase timeout in fdcresult(), this allows fdformat(8) to work now. | Miod Vallat | |
ok deraadt@ | |||
2005-03-17 | add two more revs of romless cards; from netbsd | Michael Shalayeff | |
2005-03-17 | enable ural | David Gwynne | |
"do it" deraadt@ | |||
2005-03-17 | +vge, ciphy; requests by pvalchev | Theo de Raadt | |
2005-03-16 | ural will be here too | Theo de Raadt | |
2005-03-16 | permit ramdisks to compile | Theo de Raadt | |
2005-03-16 | enable ural | Theo de Raadt | |
2005-03-16 | +rtw, ral, but a few rare ethernet devices go away.. | Theo de Raadt | |
2005-03-16 | ath, atw, ral, rtw on CD ramdisk | Theo de Raadt | |
2005-03-16 | more wireless chipsets | Theo de Raadt | |
2005-03-16 | play the relied-upon-xlation proper; deraadt@ ok | Michael Shalayeff | |
2005-03-16 | amd64 also fails copyoutstr regress, missed in the first round. | Ted Unangst | |
need to checker the to address. patch from netbsd. ok deraadt mickey | |||
2005-03-15 | s/IPL_BIO/IPL_TTY. ok drahn@, deraadt@ | Uwe Stuehler | |
2005-03-15 | enable hotplug on macppc, been using it for some time, forgot it wasn't enabled. | Dale Rahn | |
2005-03-15 | Skip empty pci ranges rather than aborting probe, as done on sparc64. | Miod Vallat | |
ok drahn@ | |||
2005-03-15 | Only warn if pci_{io,mem}_find fails if the returned value is not ENOENT - empty | Miod Vallat | |
ranges are skipped and considered harmless. | |||
2005-03-15 | A potpourri of cgfourteen fixes and improvements: | Miod Vallat | |
- use the autoincremented luts for faster colormap programming. - colormap changes are now deferred to the vertical retrace interrupt, causes less display flickering under X11 (still some visible at boot time because interrupts are disabled at this point). - if the resolution choosen does not allow the VSIMM to run in 32bit mode, do not allow mmap()ing past the frame buffer area. - print the VSIMM revision at boot time, and be more friendly to revision 0, which needs to be handled in a slightly different way. | |||
2005-03-15 | If no "intr" property exists, correctly handle the "interrupts" property for | Miod Vallat | |
non-SBus devices, such as cgfourteen@obio. | |||
2005-03-15 | Nuke matchbyname(), which isn't used anymore. | Miod Vallat | |
ok deraadt@ | |||
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat | |
code, rather than doing this in only a subset of the fb drivers. | |||
2005-03-15 | Seperate delay for discharge and charge, otherwise discharge period may not | Dale Rahn | |
be long enough. should fix most of the extra keys on rollover. | |||
2005-03-15 | no need to flush a few fpregs since soon the whole pcb get flushed | Michael Shalayeff | |
2005-03-15 | hafta flush pcb once active (and a tush tush tush) | Michael Shalayeff | |
2005-03-15 | Try harder to prevent spurious touch screen 'down' events. | Dale Rahn | |
2005-03-15 | Restructure the keyboard code so that the keys in rawkey are always sent | Dale Rahn | |
as expected. zero both keystate structures, keystate may not be fully initialized. worked on with uwe. | |||
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat | |
2005-03-13 | Only use bangpxe calling on PXE 2.1 and above. Makes no difference on | Tom Cosgrove | |
current-spec PXE systems, but should allow some older ones to get a bit further. Diff from krw@. Tested by krw@ on several PXE 2.1 cards. Many thanks. ok krw@; "get these changes into the amd64" deraadt@ | |||
2005-03-13 | KNF | Tom Cosgrove | |
2005-03-13 | On return from real mode, reload the GDT using a 16-bit pointer rather | Tom Cosgrove | |
than a 32-bit value. Found by Tim Fletcher <tim (at) parrswood (dot) manchester (dot) sch (dot) uk> using Etherboot; thanks to Tim and the Etherboot developers who narrowed this down. Also bump the pxeboot version to 1.01. Tested by Okan Demirmen <okan (at) demirmen (dot) com> and krw@: thanks guys. "get these changes into the amd64" deraadt@ |