summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sioreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
| | | | | | | license, per letter dated July 22, 1999 and email from Peter Wemm, Alan Cox and Robert Watson. Approved by: core, peter, alc, rwatson
* Moved the definitions of the bits in the ns*50 registers from sioreg.hbde2003-09-161-85/+0
| | | | | | | | to ns16550.h. The organization of these files was sort of backwards. The bits in the registers have no driver or bus dependencies but they but the offsets of the registers in bus space are very bus-dependent. However, it does no harm to keep the definitions of the register offsets in ns16550.h provided they are thought of as internal ns*50 offsets.
* Brucify.sobomax2003-03-181-1/+7
| | | | | Requested and reviewed by: bde MFC after: 2 weeks
* Move the com_emr register definition to sioreg.h.nyan2002-09-241-0/+1
|
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-181-0/+5
| | | | | | This facilitates the use in circumstances where you are using a serial console as well. GDB doesn't support anything higher than 9600 baud (19k2 if you are lucky), but the console does.
* Remove obsolete COMBRD* definitions.nyan2002-01-311-6/+0
|
* Add support for different serial clock frequencies and not just thejhay2002-01-301-1/+3
| | | | | | | standard one of 1.8432MHz. This will be used by the puc (PCI "universal" communication card) device driver. Reviewed by: bde
* Break out the bus front ends into their own files. Rewriteimp2001-10-231-0/+2
| | | | | | | | | | | sio_pccard_detach to use new siodetach. Add an extra arg to sioprobe to tell driver to probe/not probe the device for IRQs. This incorporates most of Bruce's review material. I'm at a good checkpoint, but there will be more to come based on bde's further reviews. Reviewed by: bde
* Restore the old sio* - bruce can fix it himself.peter1999-09-081-0/+128
|
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-061-128/+0
| | | | | including pci. Also, eliminate NSIOTOT and do it dynamically where it matters.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Merge missing changes from i386/isa/sioreg.h (PC98 related)peter1999-04-181-1/+14
|
* Underlying ,v files were copied and detagged. Re-commit old versionspeter1998-09-261-1/+1
| | | | onto the head revision. (mainly using sys/bus.h etc for alpha)
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-041-2/+7
| | | | | | any other way. Requested by: dfr
* If the boot blocks were using the serial port, read the system consolepst1997-06-041-4/+3
| | | | | | | | | | | | speed using the boot blocks, instead of a hardcoded value stuck in the kernel. This way, you can have systems using the same kernel but different console speeds. Add a sysctl entry for changing the system console speed. Lock the user tty speed to match the system console speed. Nuke CONSPEED. Reviewed by: bde
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add in CONSPEED option which controls console serial port speedpst1996-11-021-1/+5
|
* Staticize and cleanup.phk1995-12-101-5/+5
|
* Submitted by: Bill Paul (wpaul@ctr.columbia.edu)wpaul1995-01-201-2/+9
| | | | | | | | | | Obtained from: sio.c and sioreg.c changed to allow autodetecting the RB_SERIAL flag passed by the boot blocks so that the kernel can switch to 'serial console' mode automagically. 'options COMCONSOLE' can still be specified to force the kernel to always use the serial port as a console. CONUNIT and CONADDR can also be specified in the kernel config file if the user wants to shift the console to a different port.
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-1/+2
| | | | minor cleanup. Added $Id$ to files that did not have any version info, etc
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+113
OpenPOWER on IntegriCloud