Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-28 | add support for the i830 that has 8 pci irq lines configure by the extra ↵ | Michael Shalayeff | |
0x68 pci config reg. does not change the behaviour for the other chipsets; ho@ testing | |||
2003-03-28 | a small boot for a cd | Michael Shalayeff | |
2003-03-28 | s/SADIR/STANDIR/ to avoid conflict w/ the libsa; install raw boot as well as ↵ | Michael Shalayeff | |
cooked | |||
2003-03-28 | regen | Alexander Yurchenko | |
2003-03-28 | Little consistency in SiS section | Alexander Yurchenko | |
ok deraadt@ | |||
2003-03-28 | another const char * from David Hill | Henning Brauer | |
2003-03-28 | Improve debug output a bit | Alexander Yurchenko | |
2003-03-28 | Fix the color inversion of the cursor (now it's not a solid block of black =) | Jason Wright | |
2003-03-28 | const char * | Henning Brauer | |
from David Hill <david at phobia.ms> | |||
2003-03-28 | unbreak | Henning Brauer | |
STRIOCCLONE and SYSTR_CLONE have the same value now ok mickey@ | |||
2003-03-28 | fake off the SYSTR_CLONE through a normally numbered other ioctl; as of ↵ | Michael Shalayeff | |
previous rename; after discussion w/ niels | |||
2003-03-28 | OCHIO* dies horrible death by dd; as per renaming done before | Michael Shalayeff | |
2003-03-28 | zero'd -> zeroed; | Jason McIntyre | |
ok art@, miod@ | |||
2003-03-28 | Ip -> IP; | Jason McIntyre | |
ok miod@ | |||
2003-03-28 | mu-law and A-law spelling; | Jason McIntyre | |
mu-law and u-law are the same, so used mu-law for consistency; ok jason@ | |||
2003-03-28 | more register defns (from linux) | Jason Wright | |
2003-03-28 | Use the brand new types instead of WSDISPLAY_TYPE_UNKNOWN | Jason Wright | |
2003-03-28 | add a whole bunch of display types (will be used by the accelerated X | Jason Wright | |
stuff coming soon to a tree near you). | |||
2003-03-28 | In ccdsize(), check for CCDF_INITED before doing the ccdopen(). | Todd C. Miller | |
Adapted from NetBSD. | |||
2003-03-28 | Add a sysctl to option USER_LDT, to control its behaviour, which will be | Miod Vallat | |
disabled by default. Enable with sysctl -w machdep.userldt=1 This will allow people to use the few ports that require this functionality to work without requiring the user to recompile a kernel. The option USER_LDT remains in order to not increase size on the installation media. It is now enabled in GENERIC. Per espie@'s idea, but my diff was much simpler than his; ok deraadt@ | |||
2003-03-28 | Fix VIA C3 comment. | Tobias Weingartner | |
Ok deraadt@ | |||
2003-03-28 | If console acceleration was not enabled, do not reinitialize the blitter | Miod Vallat | |
when leaving X11. | |||
2003-03-28 | Fix various gremlins in the hilms code my simple test program did not catch, | Miod Vallat | |
but XFree did. | |||
2003-03-28 | Better message to report an empty loop during probe. | Miod Vallat | |
2003-03-28 | Fix REQUEST SENSE handling based on lessons learned struggling with | Kenneth R Westerback | |
osiop. 1) bus_dmamap_sync(POSTREAD) the request sense buffer *before* copying it to xs->sense. 2) Always terminate timeout on completion of command, starting new one for any REQUEST SENSE that is issued for non-polling commands. 3) Use pScb->SCB_Flags rather than xs->flags to ensure correct flags are used during REQUEST_SENSE processing. 4) bzero() sense buffer before reading data into it. This fixes a long standing problem where my Yamaha SCSI CD reported bogus errors during probe. | |||
2003-03-27 | - Add support for the *CURS* ioctls (requires mapping the DAC registers | Jason Wright | |
and tweaking appropriately) - add support for VADDR->PADDR mappings expected by the X server - fix attachment error handling (it depended on bus_space_vaddr() working for non-linear mappings). | |||
2003-03-27 | map vid mem based on linebytes and height | Jason Wright | |
2003-03-27 | Whoops, the rest of the *CURS* ioctl support | Jason Wright | |
2003-03-27 | add support for *CURS* ioctls | Jason Wright | |
2003-03-27 | double ; | Henning Brauer | |
Patrick Latifi, Thanks! | |||
2003-03-27 | don't need linear maps here either | Jason Wright | |
2003-03-27 | Improve disassmbly of powerpc branch instructions, print the conditional | Dale Rahn | |
information in a readable form. | |||
2003-03-27 | map the vid mem based on linebytes and height | Jason Wright | |
2003-03-27 | const and static cleaning | Jason Wright | |
2003-03-27 | Don't need linear mappings in here. | Jason Wright | |
2003-03-27 | no sbus in here | Jason Wright | |
2003-03-27 | 3.3-current | Miod Vallat | |
2003-03-27 | idx is unsigned | Henning Brauer | |
from Patrick Latifi | |||
2003-03-25 | Clear interrupts (set to IDLE) as they are established. | Jason Wright | |
ok deraadt | |||
2003-03-25 | Missing splx(); Patrick Latifi | Todd C. Miller | |
2003-03-24 | Tree patches from c.pascoe at itee dot uq dot edu dot au: | Jason Wright | |
- mask of vlan tag to ensure upper bit isn't present from hardware - avoid mbuf leak on error - make sure sizeof(ether_header) bytes are present in the firest mbuf before passing it up to ether_input() | |||
2003-03-24 | splimp() around xl_reset() during autoconf. something in xl_reset() wants | Jason Wright | |
to generate an interrupt before the rings are setup correctly on some variants; ok deraadt. | |||
2003-03-24 | fix error return values (NULL to ENOMEM) and add missing ellist_destroy() | Kenjiro Cho | |
in error handling of hfsc_add_altq(). report and fix by millert@ | |||
2003-03-21 | install a real handler for correctable ECC errors and make a count of | Jason Wright | |
them available via sysctl (doc update in a bit); ok millert. | |||
2003-03-21 | install a powerhook to restore the AC97 state after suspend; | Jason Wright | |
aditya at dsl dot cis dot upenn dot edu via pr 3165; ok millert | |||
2003-03-21 | Regen | Miod Vallat | |
2003-03-21 | its obwous``renassiance'' apeers too be a spelink mistaek. | Miod Vallat | |
2003-03-21 | Now that ahc has the necessary endian fixes, enable it on macppc. | Dale Rahn | |
2003-03-21 | Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc. | Dale Rahn | |
ok millert@ miod@ krw@ | |||
2003-03-21 | - Add missing "\n" to some pf_table.c printf() | Cedric Berger | |
- Fix two problems with pfr_update_stats(). Filtering was done properly, only stats were wrong. People should upgrade their kernel if: - They use bidirectional rules (without "in" or "out") with tables. - They use tables in negated statements, like "block from !<foo>" Thanks to David Krause for discovering the problem. Ok dhartmei@ henning@ |