#
1571f899 |
| 21-Feb-1999 |
Nick Hibma <n_hibma@FreeBSD.org> |
Rename hid device to uhid (HID: Human Interface Device)
|
#
bca70763 |
| 21-Feb-1999 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Fix controller/device ppc0 inconsistency with GENERIC
Suggested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
#
af1b53b1 |
| 21-Feb-1999 |
Nick Hibma <n_hibma@FreeBSD.org> |
Removed uhub from list. Mandatory with usb device and this was already forced in conf/files. Unneccessary entry.
|
#
722012cc |
| 20-Feb-1999 |
Julian Elischer <julian@FreeBSD.org> |
World, I'd like you to meet the first FreeBSD token Ring driver. This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring.
World, I'd like you to meet the first FreeBSD token Ring driver. This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below)
Submitted by: Larry Lile <lile@stdio.com>
show more ...
|
Revision tags: release/3.1.0 |
|
#
fdf94d1a |
| 14-Feb-1999 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Rename nlpt to lpt.
Remove from ppi.c the old depreciated module stuff. Print info when if_plip can't use interrupts.
|
#
c5ea635c |
| 13-Feb-1999 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Add alpm, Acer Aladdin-IV/V/Pro2 Power Management Unit. See alpm(4).
|
#
a360b6bd |
| 12-Feb-1999 |
Brian Somers <brian@FreeBSD.org> |
Correct i/o addresses for dgb & dgm Submitted for dgm by: Andre Oppermann <opi@opi.flirtbox.ch>
|
#
807ef708 |
| 10-Feb-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Remove the lpt driver, as discussed on -hackers.
|
#
017b0edc |
| 09-Feb-1999 |
Matt Jacob <mjacob@FreeBSD.org> |
add isp specific config options and explanations
|
#
a467384b |
| 07-Feb-1999 |
Joerg Wunsch <joerg@FreeBSD.org> |
Reorder the pcvt(4) options to the appropriate section, so i can close docs/1855. :)
PR: docs/1855 Submitted by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
|
#
38ebe562 |
| 04-Feb-1999 |
Adam David <adam@FreeBSD.org> |
replace previous stupid comment with one more appropriate where it will be easily found
|
#
d1721fe1 |
| 30-Jan-1999 |
Mark Newton <newton@FreeBSD.org> |
Add streams pseudo-device
|
#
b4e36adf |
| 27-Jan-1999 |
Matthew Dillon <dillon@FreeBSD.org> |
Fix warnings preparing for -Wall -Wcast-qual
Also disable one usb module in LINT due to fatal compilation errors, temporary.
|
#
04fb1490 |
| 25-Jan-1999 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Terminate commit for the Intel PIIX4 SMBus support. Already committed files are sys/pci/intpm*
Submitted by: Takanori Watanabe <takawata@shidahara1.planet.sci.kobe-u.ac.jp>
|
#
97b3f983 |
| 25-Jan-1999 |
Peter Wemm <peter@FreeBSD.org> |
NO_LKM is no longer an option. LKM support is an option itself.
|
#
be174c7e |
| 24-Jan-1999 |
Greg Lehey <grog@FreeBSD.org> |
Add comment indicating that the vinum pseudo-device is experimental, and that vinum should be started as a kld.
Tripped-over-by: many people
|
#
ef8f7626 |
| 23-Jan-1999 |
Nicolas Souchu <nsouch@FreeBSD.org> |
Add various documented ppbus options
|
#
a29a2986 |
| 23-Jan-1999 |
Robert Nordier <rnordier@FreeBSD.org> |
Fix a dot too many in path. PR: 9445 Noticed by: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw>
|
#
c619f2ac |
| 23-Jan-1999 |
Kazutaka YOKOTA <yokota@FreeBSD.org> |
- Remove reference to obsolete options. - Describe options for the vga driver. Reviewed by: bde
|
#
053a2b61 |
| 21-Jan-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Move EXT2FS to be more visible, and give it a description. Also make the text from my last commit somewhat better.
|
Revision tags: release/3.0.0, release/2.2.8 |
|
#
15a1057c |
| 20-Jan-1999 |
Eivind Eklund <eivind@FreeBSD.org> |
Add 'options DEBUG_LOCKS', which stores extra information in struct lock, and add some macros and function parameters to make sure that the information get to the point where it can be put in the loc
Add 'options DEBUG_LOCKS', which stores extra information in struct lock, and add some macros and function parameters to make sure that the information get to the point where it can be put in the lock structure.
While I'm here, add DEBUG_VFS_LOCKS to LINT.
show more ...
|
#
36b5facd |
| 20-Jan-1999 |
Mike Smith <msmith@FreeBSD.org> |
Remove 'alog'. G'bye Jamil.
|
#
1857b6fe |
| 19-Jan-1999 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
Fix comment wording.
|
#
90b66aad |
| 17-Jan-1999 |
Peter Wemm <peter@FreeBSD.org> |
Add LKM option so that the remaining code (hopefully) doesn't go stale.
|
#
b8cf6ea7 |
| 15-Jan-1999 |
Bruce Evans <bde@FreeBSD.org> |
Use a fast interrupt handler for the PCI version of the cy driver if option CY_PCI_FASTINTR is configured and mapping the irq to a fastintr is possible. Unfortunately, this has to be optional becaus
Use a fast interrupt handler for the PCI version of the cy driver if option CY_PCI_FASTINTR is configured and mapping the irq to a fastintr is possible. Unfortunately, this has to be optional because pci_map_int_right() doesn't handle the INTR_EXCL flag right -- INTR_EXCL is honoured even if the interrupt needs to be non-exclusive for other devices to work.
show more ...
|