Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | use ffs.c | Michael Shalayeff | |
2000-07-02 | sync w/ libc | Michael Shalayeff | |
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-02 | sync | Jason Wright | |
2000-07-02 | add via vt6102 id; freebsd-gnats | Jason Wright | |
2000-07-01 | sync | Aaron Campbell | |
2000-07-01 | Oops, forgot to commit these new device IDs last night. | Aaron Campbell | |
2000-07-01 | - Make the 3CCFE575BT work. | Aaron Campbell | |
- Add support for the 3CCFEM656C. - Lots of code cleanup. | |||
2000-07-01 | correct struct name in comment | Paul Janzen | |
2000-06-30 | Oops, put back this call to spltty(). When our timeout expires and we poll the | Aaron Campbell | |
pcic, we don't want to be interrupted by real interrupts generated by the pcic. | |||
2000-06-30 | suppress too noisy warning on forward-over-loopback case. from kame | Jun-ichiro itojun Hagino | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-06-30 | My previous two attempts at fixing the "scrolling region" problem were wrong. | Aaron Campbell | |
Instead of using cur_offset to determine if we should scroll, calculate based on the current row. This is how Linux does it, and it seems to work. | |||
2000-06-30 | Convert to new timeout API. | Artur Grabowski | |
2000-06-30 | New timeout API. | Artur Grabowski | |
2000-06-30 | .es kbd; from nbsd | Michael Shalayeff | |
2000-06-30 | some more display types; from nbsd | Michael Shalayeff | |
2000-06-30 | Driver for the cs4280 Crystal Clear audio found on some laptops. | Artur Grabowski | |
At last my Thinkpad plays german music. | |||
2000-06-30 | Problem and fix found on OpenBSD, fix confirmed with NetBSD. | Dale S. Rahn | |
2000-06-30 | Don't cast to int when checking if we have exceeded our rlimit in sbrk. | Artur Grabowski | |
Plus misc cleanup. | |||
2000-06-30 | Remove redundant declaration of nfs_init. | Artur Grabowski | |
2000-06-30 | Convert to use new timeout API. | Artur Grabowski | |
2000-06-30 | Convert some parts to new timeouts. | Artur Grabowski | |
2000-06-30 | Convert to new timeouts. | Artur Grabowski | |
2000-06-29 | bcmp.S bye-bye; use generic bcmp.c version which is as good as this one | Michael Shalayeff | |
2000-06-29 | do not use <string.h> for _STANDALONE | Michael Shalayeff | |
2000-06-29 | fix building bzero out of memset.c; from miod@ | Michael Shalayeff | |
(that makefile:kerndir fix was needed to build the kernel ;) | |||
2000-06-29 | in order to build bzero from memset KERNDIR has to be exported. | Michael Shalayeff | |
i think other archs can adopt this instead of using .s versions. also compress arguments to make in fewer lines, so they do not abuse screen space. | |||
2000-06-29 | do not use <string.h> for _STANDALONE, like others | Michael Shalayeff | |
2000-06-29 | after computing the hash value, inform the card [delete-o from when this | Jason Wright | |
was imported]. Also, backout previous. | |||
2000-06-29 | Allow USB to compile with USB_DEBUG defined; binkertn@umich.edu | Aaron Campbell | |
2000-06-29 | regen | Niklas Hallqvist | |
2000-06-29 | Devices found in a Sony VAIO PCG/XG28 | Niklas Hallqvist | |
2000-06-29 | Be more detach friendly. In particular, remove the infinite while() loops | Aaron Campbell | |
waiting on S_COMMAND_IN_PROGRESS and replace them with a bounded loop count plus a small delay; from NetBSD. | |||
2000-06-29 | No need to call bpfdetach(), that's done in if_detach(). | Aaron Campbell | |
2000-06-29 | Enable UKC | Miod Vallat | |
2000-06-29 | Sync adw files with (almost) latest NetBSD versions: | Kenneth R Westerback | |
adw.c synched with v1.23 (from v1.14) adw.h v1.9 ( v1.5 ) adwlib.c v1.17 ( v1.7 ) adwlib.h v1.13 ( v1.7 ) adwmcode.c v1.5 ( v1.2 ) adwmcode.h v1.5 ( v1.2 ) microcode for cards is updated to latest version, loss of carrier problems are solved in a more robust manner than before, lots of code cleanup. first support for upcoming U3W cards added, as a result of which the driver is now too large for RAMDISK and has been moved to RAMDISKB. Most of the work done by dante@ NetBSD. | |||
2000-06-28 | sync | Federico G. Schwindt | |
2000-06-28 | sync with NetBSD v1.7 | Kenneth R Westerback | |
2000-06-28 | add creat64 and mmap64. | Federico G. Schwindt | |
2000-06-28 | disable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | enable adw (Advansys Ultra Wide) driver that is now too big for RAMDISK but ↵ | Kenneth R Westerback | |
still fits on RAMDISKB | |||
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob | |
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob | |
2000-06-28 | repair panic message; bugfix@163.net | Theo de Raadt | |
2000-06-28 | Remove pointless variable. It is set to 0, then returned without modification. | Todd C. Miller | |
2000-06-28 | Make suspend -> eject card -> resume work. | Aaron Campbell | |
On suspend, the apm code calls each function in its powerhook list. This list contains pointers to functions that are to be executed on PWR_SUSPEND and PWR_RESUME. One of these functions is pcmcia_power() which calls xxx_activate() for each PC Card that is connected with the action DVACT_ACTIVATE (where xxx is the name of the driver for the PC Card). On resume, the same thing happens, except the action is DVACT_ACTIVATE. Clearly, if a card is gone when we resume, trying to activate it is a bad idea. This commit adds a pcic_power() function that runs before pcmcia_power(). On resume, it uses pcic_intr_socket() to detect any events that occurred while we were suspended. (I had to split pcic_event_thread() into a threaded part and a non-threaded part, since the thread will not run when we are in interrupt context, but I need the events to be processed before pcmcia_power() runs.) So, by the time pcic_power() is through, all events that occurred during suspend have been processed, and pcmcia_power() will not try to activate cards that are not there since they have already been completely and properly detached. Note that event handling for card removals first calls the deactivate functions on the card then the detach functions. When we suspend, apm does the deactivate for us. So on resume, if we detect a card has been removed, we skip the deactivation step and just detach. We use the DVF_ACTIVE bit to determine whether or not deactivation has already occurred. Deactivating a device that has already been deactivated causes a panic. | |||
2000-06-28 | Don't call the drivers' xxx_activate() function directly -- use the system | Aaron Campbell | |
config_activate() and config_deactivate() routines instead. This way, the DVF_ACTIVE bit gets updated appropriately. | |||
2000-06-27 | Move ac97 register defines into ac97.h | Artur Grabowski | |