Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-07 | Indentation fix. | Aaron Campbell | |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski | |
This is to match (make diffs smaller) the code in NetBSD. new gcc inlines those functions, so this could also be a performance win. | |||
2000-09-07 | During the last FreeBSD dc(4) sync, I very stupidly forgot to check for changes | Aaron Campbell | |
in dcphy(4) as well, breaking some cards (i.e., the Macronix PMAC 98715). This commit brings dcphy up-to-date. Thanks to cgruber@troba.com and ericj@ for providing me with Macronix cards for testing. | |||
2000-09-07 | Try to unbreak TAILQ_FOREACH_REVERSE. | Artur Grabowski | |
No tested, but now it should at least build. | |||
2000-09-07 | New timeouts. | Artur Grabowski | |
2000-09-07 | Use new timeouts for ttrstrt. | Artur Grabowski | |
2000-09-07 | On resume run the powerhook in installation order. | Artur Grabowski | |
(the powerhooks were always run in reverse order). | |||
2000-09-07 | Put powerhooks on a CIRCLEQ instead of LIST. | Artur Grabowski | |
Use FOREACH macros instead of walking the list manually. | |||
2000-09-07 | avoid excessive wakeup(). we think this is safe... | Theo de Raadt | |
2000-09-07 | Run powerhooks at splhigh. | Artur Grabowski | |
2000-09-07 | cleaner | Theo de Raadt | |
2000-09-07 | Add bounds checking to stackgap_alloc and return NULL if space cant be | Eric Jackson | |
given. Make emul_find() check for this situation as well. Changes based partly on FreeBSD and NetBSD changes. aaron@ ok | |||
2000-09-07 | common/compat_util.c | Eric Jackson | |
2000-09-07 | if an interface comes up with a bad ethernet address, change it -- | Theo de Raadt | |
setting it to fe:e1:ba:d0:xx where xx is a random number. this avoids various network catastrophies, and also client machines will complain everytime that server is rebooted... | |||
2000-09-07 | add OF_interpret, to obtain output from openfirmware commands. | Dale S. Rahn | |
2000-09-07 | Fix cursor unplot bug. pointer to cursor was not initialized, thus it | Dale S. Rahn | |
would unmap the cursor at y,y rather than the real position. | |||
2000-09-07 | Fix base address of screen (obtained from openfirmware) | Dale S. Rahn | |
Fill screen with background color. | |||
2000-09-07 | Use the vt100 console emulation, remove dumb just for space. | Dale S. Rahn | |
2000-09-06 | cardbus too | Theo de Raadt | |
2000-09-06 | user_config needs ifdef BOOT_CONFIG protection. | Dale S. Rahn | |
2000-09-06 | catch misaligned access exception for user mode. | Dale S. Rahn | |
wasn't here before because supposedly the processor would handle misaligned accesses itself. | |||
2000-09-06 | Add usb keyboard. from NetBSD. | Dale S. Rahn | |
2000-09-06 | Match Free/Net macros for le32toh/letoh32, define in terms of the other. | Dale S. Rahn | |
2000-09-06 | take offset from hardware clock specified with 'option TIMEZONE=' and | Matthieu Herrb | |
'option DST=' into account when initializing the clock. ok drahn@ | |||
2000-09-06 | add mag tape ioctl emulation; from freebsd. Other cleanup. | Eric Jackson | |
2000-09-06 | Update to use vga console, USB keyboard, adb for reset/poweroff. | Dale S. Rahn | |
2000-09-06 | First cut at vga console support for PowerMac (USB keyboard) | Dale S. Rahn | |
uses adb to reboot or power-off system. add support for various USB devices into device table, as well as some other missing devices. | |||
2000-09-06 | Version with latest features. to be merged into GENERIC shortly. | Dale S. Rahn | |
2000-09-06 | Remove _very_ old unused config files. | Dale S. Rahn | |
2000-09-06 | Remove isa pieces, add vgafb as a powerpc specific device. | Dale S. Rahn | |
2000-09-06 | Update README a bit, mostly remove old/incorrect information. | Dale S. Rahn | |
State that the primary supported machines are the imac and G4 machines. | |||
2000-09-06 | The ISA based systems are not currently supported. When or If they are | Dale S. Rahn | |
supported in the future, some of this code can be revived, or rewritten as appropriate. But since it not maintained and will likely not compile, there is little reason to keep it around for now. | |||
2000-09-06 | Add header file for adb subsystem. | Dale S. Rahn | |
2000-09-06 | Add machine specific vga framebuffer code. Probably should be machine | Dale S. Rahn | |
independant, but not now. | |||
2000-09-06 | If the bridge is an MPC106 (Grackle) print it's revision. | Dale S. Rahn | |
2000-09-06 | Add adb support, no devices attached to adb supported yet, but it | Dale S. Rahn | |
is used to power-off and reboot newer machines (that claim to not have adb). | |||
2000-09-06 | boot message cleanup. | Dale S. Rahn | |
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn | |
be an MI device. This old version was based on old wscons and will not build. | |||
2000-09-06 | Add support for smaller font, default 23point font is too large for 800x600 | Dale S. Rahn | |
or 640x480 screen. Move font initialization into source file, rather than in header file. New font added, 8x16, derived from ic/font8x16.c If gallant font will give 80 or more columns, it is used, if not the 8x16 font is used. | |||
2000-09-06 | Remove #ifdef/#endif around various bits of INQUIRY response | Kenneth R Westerback | |
information. Left over from old attempt to fit adw with U3W on floppyxx.fs instead of floppyBxx.fs. Puts 'sdx at ...' msgs back at the start of their own lines so the drives can be found during (I)nstall or (U)pgrade! | |||
2000-09-05 | various fixes to SACK and FACK from adesai@cisco.com, tomh@tomh.org and | Niels Provos | |
osuga@mml.yrp.nttdocomo.co.jp | |||
2000-09-05 | Wrap power hooks in splimp(), fixes WaveLAN suspend problem; thanks art@ | Aaron Campbell | |
2000-09-05 | init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabled | Michael Shalayeff | |
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell | |
3Com575-based CardBus PC Cards; from nate@ | |||
2000-09-05 | Fix the way that I/O port and memory space is allocated to cards. ok aaron@ | Nathan Binkert | |
2000-09-05 | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful | Federico G. Schwindt | |
w/ other drivers as well. The iomem change has changed long ago to keep using 4 pages; From NetBSD. | |||
2000-09-04 | oops recycle variable, only used when mem mode enabled | Michael Shalayeff | |
2000-09-04 | - Changes to mouse_copy_extend() to behave more like an xterm. | Aaron Campbell | |
- Removed some unused code. - From Jean-Baptiste.Marchand@epita.fr |