Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-18 | Well, we don't have a GENERIC yet, but we will have. | Artur Grabowski | |
2001-08-18 | Some more includes from NetBSD. | Artur Grabowski | |
No modifications. | |||
2001-08-18 | I am sick and tired of bug reports LACKING INFORMATION. | Artur Grabowski | |
2001-08-18 | Some more includes from NetBSD. | Artur Grabowski | |
2001-08-18 | M_DEBUG is no longer needed. | Artur Grabowski | |
2001-08-18 | Make use of ax88190_stop_card and dl10019_stop_card. | Aaron Campbell | |
2001-08-18 | ofwboot.net compiles/links, too | Jason Wright | |
2001-08-18 | oops | Jason Wright | |
2001-08-18 | More files needed to compile/link ofwboot | Jason Wright | |
2001-08-18 | Support for PCMCIA network cards with an ASIX AX88190. Committing this over | Aaron Campbell | |
a Linksys PCMPC100 Ver 3 10/100 card that now works. | |||
2001-08-18 | Add MII routines to support the ASIX AX88190 MAC controller; from NetBSD. | Aaron Campbell | |
2001-08-18 | Enough of NetBSD/sparc64 for ofwboot to compile/link | Jason Wright | |
2001-08-18 | probe for ps2 model and check if kbd controller is present | Michael Shalayeff | |
for deciding on a20 method to use. based on csapuntz@'s info provided. | |||
2001-08-18 | write output port | Michael Shalayeff | |
2001-08-18 | Get rid of the opt_ PITA. | Artur Grabowski | |
2001-08-18 | remove pv_table, it is not referenced any longer. | Dale Rahn | |
2001-08-18 | make apm use kqueue for transferring events to luse listener. | Michael Shalayeff | |
apparently i thought i comitted this already before apmd. tested by me, art@ and jason@ . | |||
2001-08-18 | Only map memory above 256MB if the memory is present in the system. | Dale Rahn | |
2001-08-18 | make this compile __with__ akdb in the kernel configuration. | Dale Rahn | |
Without this, it would not configure on systems with akbd. | |||
2001-08-18 | Enough of NetBSD/sparc64 to get compilable/working bootblk... more to come. | Jason Wright | |
2001-08-18 | Add a possibility to add a random offset to the stack on exec. This makes | Artur Grabowski | |
it slightly harder to write generic buffer overflows. This doesn't really give any real security, but it raises the bar for script-kiddies and it's really cheap. The range of the random offsets is controlled by the sysctl kern.stackgap_random (must be a power of 2). This is disabled by default right now, but we'll set it to a reasonable value (1024?) soon, after some more testing. | |||
2001-08-18 | consistency nit, add some missing preprocessor symbols. | Brad Smith | |
-- Ok'd by: d@ | |||
2001-08-18 | Make siop pay attention to quirks table. This not only eliminates the | Kenneth R Westerback | |
ugly INQUIRY snooping but avoids adding even uglier #ifdef's to turn off stuff, e.g. tagged queuing. Add two disk drives now known to lie about supporting tagged queuing to quirks table. One from millert@ (<MICROP, 4421-07 0329SJ, 0329>) and one from Hakan Olsson (<SEAGATE, ST150176LW, 0002>). Add field 'inquiry_flags2' to struct scsi_link to hold flags2 field from struct scsi_inquiry_data. These flags relate to SCSI-3 specific features. Clean up some logic, eliminating need for TARF_PPR flag. | |||
2001-08-18 | Timeout non-functional KBC (e.g. when missing) and gate A20 using port 0x92 | Constantine Sapuntzakis | |
2001-08-17 | When this code was imported to NetBSD by Jason Thorpe he did a bunch of | Artur Grabowski | |
useful changes (and a lot of cleanup). Bring in them. | |||
2001-08-17 | cut and paste typos; from art@ | Michael Shalayeff | |
2001-08-17 | cut and paste typo | Michael Shalayeff | |
2001-08-17 | When rounding up to the next page size, add NBPG-1, not NBPG before | Dale Rahn | |
trunc_page. | |||
2001-08-17 | provide a way to get the number used for irq line, not only a string | Michael Shalayeff | |
representation, this is needed for devices like cbb which pass the interrupt line down to the cardbus attachment and not getting the right line before pci_intr_map() has done it's dirty deed. tested on i386 by jason@, compiles on alpha by art@. ppc and mveppc are to be test-compiled, but should work (; | |||
2001-08-17 | quieten pcmcia/cardbus interrupt handling at unsuspend time | Theo de Raadt | |
2001-08-17 | depend wscons_machdep.c on wsdisplay; from Peter Galbavy ↵ | Michael Shalayeff | |
<peter.galbavy@knowtion.net> | |||
2001-08-17 | Back out pcic_delay() since we cannot call tsleep() in interupt context. | Todd C. Miller | |
For this to work pcmcia would have to be a kernel thread w/ process context. | |||
2001-08-17 | Add RC4 support. | ben | |
2001-08-17 | cdev_decl cleanup; jason@ ok | Michael Shalayeff | |
2001-08-17 | Oops, maxseglen and maxlen were backwards in call to bus_dmamap_create(). | Jason Wright | |
2001-08-16 | Typo | Miod Vallat | |
2001-08-16 | do not try to undefine CAC_DEBUG | Brad Smith | |
2001-08-16 | state that this skeleton file is in the public domain. | Kenjiro Cho | |
2001-08-15 | New timeouts, tested by beck@. | Miod Vallat | |
2001-08-15 | More 197 support breakage. | Miod Vallat | |
2001-08-15 | There is no need explaining how to do manually what libkvm does for you, | Miod Vallat | |
and how the HP MMU works, on an arch which doesn't have this MMU. | |||
2001-08-15 | There is no need to alter the MAX_KMAP and MAX_KMAPENT formulae for | Miod Vallat | |
this port. | |||
2001-08-15 | - Attempt to recover from PCI aborts. This is a heavy handed approach which | Jason Wright | |
involves running down what's in the queue and resetting the chip. - remove a DELAY() from reset and just wait for the proc unit to come out of reset. - never set the LAST bit in a JUMP descriptor - use lengths from each map (not just source map) for total_*_length in command [This does not fix problems with net4501, but may address problems with CA810] | |||
2001-08-15 | Add some stuff missed in a previous FreeBSD merge... Fixes the problem where | Jason Wright | |
sk busy loops when carrier is lost until it returns; based on patch from david langhorst <dirt@monkey.org> and tested by John Ladwig <jladwig@mango.lioness.net> | |||
2001-08-15 | Same fix as for mvmeppc needed there, forgot this one. | Miod Vallat | |
2001-08-15 | bcmp done wrong, detected at bakeoff. Hint: always use | Niklas Hallqvist | |
relational operators when using *cmp APIs in conditional expressions. | |||
2001-08-14 | One char was wrong. -moj | Mats O Jansson | |
2001-08-14 | Allow latin-1 chars. -moj | Mats O Jansson | |
2001-08-14 | add missing latin-1 chars. -moj | Mats O Jansson | |
2001-08-14 | Call dc_read_srom with the correct width; patch from gluk@. Fixes problems | Aaron Campbell | |
with multiple 21143 interfaces. |