Link to home
Start Free TrialLog in
Avatar of akant74
akant74

asked on

Zaptel Driver Asterisk Question

Hello everyone I am trying to get Asterisk up and running and am having some troubles;  I installing on a Debian Unstable System and after doing a cat /proc/version I am told I am running the Linux 2.6.8 Kernel.

I am trying to comile the zaptel drivers, I have the testing kit from Digium and currently only have the X100P card placed in my machine.

What I have done:

- apt-get install kernel-srouce-2.6.8
- Decompressed the bz2 file it gave me in /usr/src
- ln -s kernel-source-2.6.8 linux


I then check'ed out the zaptel source from their CVS and have it installed in /usr/src/zaptel

I change to zaptel directory and do:

- make clean
- make linux26

Which then errors out and says:"You do not appear to have the kernel sources for your current kernel installed." But I do ?????

grrrrr



Avatar of akant74
akant74

ASKER

Ok, I have an update on this.  I did some digging in the zaptel directory and found a file which tells me to make a symlink between two directories.  In order for the entire deal to find my source.  How does one make a symlink?  Everything I find on google makes it look like a line I put in Makefile or something like that?  Is it a shell command?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> - make linux26
Please post the Makefile here.
Avatar of akant74

ASKER

Thank you for your help thus far.  Since my last post on this thread I made some changes.  I reinstalled Debian using the bf24 option to start with a 2.4 Kernel.  I then did the following:

- upgraded via apt-get to the 2.4.27-2-686 binary image
- Installed the kernel source via apt-get (for the respective 2.4.27-2-686 kernel)
- Installed the kernel headers via apt-get (for the respective 2.4.27-2-686 kernel)
- created a linux directory in /usr/src (mkdir /usr/src/linux)
- created symlinks from the kernel source and header directories directories to the linux directory

When I ls my /usr/src/linux I see:

debian:/usr/src/linux# ls
kernel-headers-2.4.27-2-686  kernel-source-2.4.27
debian:/usr/src/linux#


I then copy the config-2.4.27-2-686 file from /boot to my kernel-source directory renaming is to .config

I then switch to my kernel source dir and do:

make oldconfig
make dep

All this seems to go well.

I then switch to my /usr/src/zaptel  which holds the source for the zaptel card I am trying to install

and do:

make clean
make install

(the make linux26 is not needed as I am using 2.4 kernel)

results from this make action are:


=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2005.04.08 10:45:53 =~=~=~=~=~=~=~=~=~=~=~=
make -w install
make: Entering directory `/usr/src/zaptel'
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net   -DSTANDALONE_ZAPATA -c zaptel.c
In file included from zaptel.c:42:
/usr/include/linux/kernel.h:72: error: parse error before "size_t"
/usr/include/linux/kernel.h:74: error: parse error before "size_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h:14: error: parse error before "time_t"
/usr/include/linux/time.h:16: error: parse error before '}' token
/usr/include/linux/time.h:20: error: parse error before "time_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h: In function `timespec_to_jiffies':
/usr/include/linux/time.h:198: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:199: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timespec':
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timeval_to_jiffies':
/usr/include/linux/time.h:237: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:238: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timeval':
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:258: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timespec_equal':
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `get_seconds':
/usr/include/linux/time.h:305: error: invalid use of undefined type `struct timespec'
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:329: error: parse error before "time_t"
/usr/include/linux/time.h: In function `set_normalized_timespec':
/usr/include/linux/time.h:331: error: `nsec' undeclared (first use in this function)
/usr/include/linux/time.h:331: error: (Each undeclared identifier is reported only once
/usr/include/linux/time.h:331: error: for each function it appears in.)
/usr/include/linux/time.h:333: error: `sec' undeclared (first use in this function)
/usr/include/linux/time.h:339: error: `ts' undeclared (first use in this function)
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:359: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:360: error: field `it_value' has incomplete type
/usr/include/linux/time.h:364: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:365: error: field `it_value' has incomplete type
In file included from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/timex.h:203: error: field `time' has incomplete type
In file included from /usr/include/linux/string.h:23,
                 from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/string.h:41: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncpy':
/usr/include/asm/string.h:55: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:77: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncat':
/usr/include/asm/string.h:94: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:121: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncmp':
/usr/include/asm/string.h:139: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `ct' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:180: error: parse error before "strlen"
/usr/include/asm/string.h:193: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memcpy':
/usr/include/asm/string.h:206: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:215: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_memcpy':
/usr/include/asm/string.h:217: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:299: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memmove':
/usr/include/asm/string.h:302: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:302: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:307: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:326: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memchr':
/usr/include/asm/string.h:330: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:342: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memset_generic':
/usr/include/asm/string.h:349: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:362: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_memset':
/usr/include/asm/string.h:375: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:382: error: parse error before "strnlen"
/usr/include/asm/string.h:382: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strnlen':
/usr/include/asm/string.h:397: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:397: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:410: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_and_count_memset':
/usr/include/asm/string.h:412: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:414: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:416: error: `pattern' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:469: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memscan':
/usr/include/asm/string.h:471: error: `size' undeclared (first use in this function)
/usr/include/asm/string.h:472: error: `addr' undeclared (first use in this function)
/usr/include/asm/string.h:478: error: `c' undeclared (first use in this function)
In file included from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/string.h: At top level:
/usr/include/linux/string.h:32: error: parse error before "strlcpy"
/usr/include/linux/string.h:32: error: parse error before "size_t"
/usr/include/linux/string.h:41: error: parse error before "strlcat"
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not in a function)
In file included from /usr/include/asm/smp.h:20,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs'
/usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
In file included from /usr/include/linux/sem.h:4,
                 from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/ipc.h:61: error: parse error before "key_t"
/usr/include/linux/ipc.h:63: error: parse error before "gid"
/usr/include/linux/ipc.h:64: error: parse error before "cuid"
/usr/include/linux/ipc.h:65: error: parse error before "cgid"
/usr/include/linux/ipc.h:66: error: parse error before "mode"
/usr/include/linux/ipc.h:69: error: parse error before '}' token
In file included from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sem.h:90: error: field `sem_perm' has incomplete type
/usr/include/linux/sem.h:91: error: parse error before "time_t"
/usr/include/linux/sem.h:98: error: parse error before '}' token
/usr/include/linux/sem.h:137: error: parse error before "key"
In file included from /usr/include/linux/signal.h:6,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/signal.h:176: error: parse error before "size_t"
In file included from /usr/include/asm/siginfo.h:4,
                 from /usr/include/linux/signal.h:7,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm-generic/siginfo.h:45: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:51: error: parse error before "timer_t"
/usr/include/asm-generic/siginfo.h:53: error: `uid_t' undeclared here (not in a function)
/usr/include/asm-generic/siginfo.h:53: error: size of array `_pad' is too large
/usr/include/asm-generic/siginfo.h:56: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:60: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:63: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:67: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:70: error: parse error before "_utime"
/usr/include/asm-generic/siginfo.h:71: error: parse error before "_stime"
/usr/include/asm-generic/siginfo.h:87: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:88: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h: In function `copy_siginfo':
/usr/include/asm-generic/siginfo.h:274: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/signal.h: At top level:
/usr/include/linux/signal.h:18: error: parse error before "siginfo_t"
/usr/include/linux/signal.h:215: error: parse error before '*' token
In file included from /usr/include/linux/gfp.h:4,
                 from /usr/include/linux/slab.h:15,
                 from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/mmzone.h:286: error: parse error before "size_t"
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:58: error: parse error before "int"
/usr/include/linux/slab.h:59: error: parse error before "size_t"
/usr/include/linux/slab.h:60: error: `kmem_cache_create' declared as function returning a function
/usr/include/linux/slab.h:61: error: parse error before "void"
/usr/include/linux/slab.h:70: error: parse error before "size_t"
/usr/include/linux/slab.h:73: error: parse error before '}' token
/usr/include/linux/slab.h:75: error: parse error before "int"
/usr/include/linux/slab.h:77: error: parse error before "size"
/usr/include/linux/slab.h: In function `kmalloc':
/usr/include/linux/slab.h:79: error: `size' undeclared (first use in this function)
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:93: error: `flags' undeclared (first use in this function)
/usr/include/linux/slab.h:94: error: invalid use of undefined type `struct cache_sizes'
/usr/include/linux/slab.h:95: error: invalid use of undefined type `struct cache_sizes'
In file included from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/percpu.h: At top level:
/usr/include/linux/percpu.h:36: error: parse error before "size"
In file included from /usr/include/linux/sched.h:101,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/resource.h:22: error: field `ru_utime' has incomplete type
/usr/include/linux/resource.h:23: error: field `ru_stime' has incomplete type
In file included from /usr/include/linux/sched.h:183,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/aio.h:64: error: parse error before "loff_t"
/usr/include/linux/aio.h:67: error: parse error before '}' token
/usr/include/linux/aio.h:143: error: parse error before "wait_on_sync_kiocb"
/usr/include/linux/aio.h: In function `list_kiocb':
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
/usr/include/linux/aio.h:166: error: `size_t' undeclared (first use in this function)
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:299: error: parse error before "uid_t"
/usr/include/linux/sched.h:315: error: parse error before "clockid_t"
/usr/include/linux/sched.h:327: error: parse error before '}' token
/usr/include/linux/sched.h:368: error: parse error before "pid_t"
/usr/include/linux/sched.h:370: error: parse error before "tty_old_pgrp"
/usr/include/linux/sched.h:371: error: parse error before "session"
/usr/include/linux/sched.h:372: error: parse error before "tgid"
/usr/include/linux/sched.h:405: error: parse error before "uid"
/usr/include/linux/sched.h:406: error: parse error before "gid"
/usr/include/linux/sched.h:408: error: parse error before "groups"
/usr/include/linux/sched.h:410: error: parse error before ':' token
/usr/include/linux/sched.h:437: error: parse error before "sas_ss_size"
/usr/include/linux/sched.h:466: error: parse error before '*' token
/usr/include/linux/sched.h:467: error: parse error before '}' token
/usr/include/linux/sched.h:469: error: parse error before "process_group"
/usr/include/linux/sched.h: In function `process_group':
/usr/include/linux/sched.h:471: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:560: error: parse error before "session"
/usr/include/linux/sched.h:561: error: parse error before "session"
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h:580: error: parse error before "pid"
/usr/include/linux/sched.h:588: error: parse error before "siginfo_t"
/usr/include/linux/sched.h:590: error: parse error before "siginfo_t"
/usr/include/linux/sched.h: In function `dequeue_signal_lock':
/usr/include/linux/sched.h:595: error: `tsk' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `mask' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `info' undeclared (first use in this function)
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:609: error: parse error before "pid_t"
/usr/include/linux/sched.h:610: error: parse error before "pid_t"
/usr/include/linux/sched.h:611: error: parse error before "pid_t"
/usr/include/linux/sched.h:612: error: parse error before "pid_t"
/usr/include/linux/sched.h:619: error: parse error before "int"
/usr/include/linux/sched.h:620: error: parse error before "int"
/usr/include/linux/sched.h:621: error: parse error before "int"
/usr/include/linux/sched.h:627: error: parse error before '*' token
/usr/include/linux/sched.h: In function `on_sig_stack':
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `sas_ss_flags':
/usr/include/linux/sched.h:643: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `capable':
/usr/include/linux/sched.h:654: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:655: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `thread_group_empty':
/usr/include/linux/sched.h:749: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_lock':
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_unlock':
/usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `get_task_mm':
/usr/include/linux/sched.h:785: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_tsk_thread_flag':
/usr/include/linux/sched.h:799: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `clear_tsk_thread_flag':
/usr/include/linux/sched.h:804: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_set_tsk_thread_flag':
/usr/include/linux/sched.h:809: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_clear_tsk_thread_flag':
/usr/include/linux/sched.h:814: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_tsk_thread_flag':
/usr/include/linux/sched.h:819: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_cpu':
/usr/include/linux/sched.h:883: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_task_cpu':
/usr/include/linux/sched.h:888: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:13,
                 from zaptel.c:44:
/usr/include/linux/stat.h: At top level:
/usr/include/linux/stat.h:61: error: parse error before "dev_t"
/usr/include/linux/stat.h:62: error: conflicting types for `mode'
/usr/include/linux/ipc.h:66: error: previous declaration of `mode'
/usr/include/linux/stat.h:63: error: parse error before "nlink"
/usr/include/linux/stat.h:64: error: parse error before "uid"
/usr/include/linux/stat.h:65: error: parse error before "gid"
/usr/include/linux/stat.h:66: error: parse error before "rdev"
/usr/include/linux/stat.h:67: error: parse error before "size"
/usr/include/linux/stat.h:67: error: `size' used prior to declaration
/usr/include/linux/stat.h:73: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:14,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kdev_t.h:21: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_valid_dev':
/usr/include/linux/kdev_t.h:23: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:26: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_encode_dev':
/usr/include/linux/kdev_t.h:28: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:31: error: parse error before "old_decode_dev"
/usr/include/linux/kdev_t.h:36: error: parse error before "dev"
/usr/include/linux/kdev_t.h:41: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `new_encode_dev':
/usr/include/linux/kdev_t.h:43: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:48: error: parse error before "new_decode_dev"
/usr/include/linux/kdev_t.h:55: error: parse error before "dev"
/usr/include/linux/kdev_t.h:60: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `huge_encode_dev':
/usr/include/linux/kdev_t.h:62: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:65: error: parse error before "huge_decode_dev"
/usr/include/linux/kdev_t.h:70: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_valid_dev':
/usr/include/linux/kdev_t.h:72: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:75: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_encode_dev':
/usr/include/linux/kdev_t.h:77: error: `dev' undeclared (first use in this function)
In file included from /usr/include/linux/kobject.h:20,
                 from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/sysfs.h: At top level:
/usr/include/linux/sysfs.h:18: error: parse error before "mode_t"
/usr/include/linux/sysfs.h:22: error: field `attr' has incomplete type
/usr/include/linux/sysfs.h:23: error: parse error before "size_t"
/usr/include/linux/sysfs.h:24: error: parse error before '*' token
/usr/include/linux/sysfs.h:24: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:24: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:25: error: parse error before '*' token
/usr/include/linux/sysfs.h:25: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:25: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:32: error: parse error before "ssize_t"
/usr/include/linux/sysfs.h:33: error: parse error before '*' token
/usr/include/linux/sysfs.h:33: error: parse error before "size_t"
/usr/include/linux/sysfs.h:33: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kobject.h: In function `to_kset':
/usr/include/linux/kobject.h:108: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: In function `subsys_get':
/usr/include/linux/kobject.h:206: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: At top level:
/usr/include/linux/kobject.h:215: error: field `attr' has incomplete type
/usr/include/linux/kobject.h:216: error: parse error before "ssize_t"
/usr/include/linux/kobject.h:217: error: parse error before '*' token
/usr/include/linux/kobject.h:217: error: parse error before "size_t"
/usr/include/linux/kobject.h:217: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:226: error: parse error before "loff_t"
/usr/include/linux/fs.h:259: error: parse error before "uid_t"
/usr/include/linux/fs.h:261: error: parse error before "ia_size"
/usr/include/linux/fs.h:266: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:280,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/quota.h:151: error: parse error before "time_t"
/usr/include/linux/quota.h:223: error: parse error before "loff_t"
/usr/include/linux/quota.h:227: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:315: error: parse error before "loff_t"
/usr/include/linux/fs.h:342: error: parse error before "dev_t"
/usr/include/linux/fs.h:356: error: parse error before '}' token
/usr/include/linux/fs.h:377: error: parse error before "uid_t"
/usr/include/linux/fs.h:379: error: parse error before "i_rdev"
/usr/include/linux/fs.h:380: error: parse error before "i_size"
/usr/include/linux/fs.h:422: error: parse error before '}' token
/usr/include/linux/fs.h:434: error: parse error before "i_size_read"
/usr/include/linux/fs.h: In function `i_size_read':
/usr/include/linux/fs.h:437: error: `loff_t' undeclared (first use in this function)
/usr/include/linux/fs.h:437: error: parse error before "i_size"
/usr/include/linux/fs.h:441: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:442: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:443: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:458: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `i_size_write':
/usr/include/linux/fs.h:461: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `iminor':
/usr/include/linux/fs.h:475: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `imajor':
/usr/include/linux/fs.h:480: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:486: error: parse error before "uid_t"
/usr/include/linux/fs.h:489: error: parse error before '}' token
/usr/include/linux/fs.h:513: error: parse error before "mode_t"
/usr/include/linux/fs.h:529: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:581: error: parse error before "loff_t"
/usr/include/linux/fs.h:594: error: parse error before '}' token
In file included from /usr/include/linux/fcntl.h:4,
                 from /usr/include/linux/fs.h:605,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/asm/fcntl.h:72: error: parse error before "off_t"
/usr/include/asm/fcntl.h:74: error: parse error before "l_pid"
/usr/include/asm/fcntl.h:80: error: parse error before "loff_t"
/usr/include/asm/fcntl.h:82: error: parse error before "l_pid"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:631: error: parse error before "loff_t"
/usr/include/linux/fs.h:632: error: parse error before "loff_t"
/usr/include/linux/fs.h:668: error: parse error before "dev_t"
/usr/include/linux/fs.h:709: error: parse error before '}' token
/usr/include/linux/fs.h: In function `lock_super':
/usr/include/linux/fs.h:716: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `unlock_super':
/usr/include/linux/fs.h:721: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:729: error: parse error before "dev_t"
/usr/include/linux/fs.h:758: error: parse error before "loff_t"
/usr/include/linux/fs.h:779: error: parse error before "size_t"
/usr/include/linux/fs.h:780: error: `count' used prior to declaration
/usr/include/linux/fs.h:783: error: parse error before '}' token
/usr/include/linux/fs.h:785: error: parse error before '*' token
/usr/include/linux/fs.h:794: error: parse error before "loff_t"
/usr/include/linux/fs.h:795: error: parse error before '*' token
/usr/include/linux/fs.h:795: error: parse error before "size_t"
/usr/include/linux/fs.h:795: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:796: error: parse error before '*' token
/usr/include/linux/fs.h:796: error: parse error before "size_t"
/usr/include/linux/fs.h:796: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:797: error: parse error before '*' token
/usr/include/linux/fs.h:797: error: parse error before "size_t"
/usr/include/linux/fs.h:797: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:798: error: parse error before '*' token
/usr/include/linux/fs.h:798: error: parse error before "size_t"
/usr/include/linux/fs.h:798: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:810: error: parse error before '*' token
/usr/include/linux/fs.h:810: error: parse error before "loff_t"
/usr/include/linux/fs.h:810: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:811: error: parse error before '*' token
/usr/include/linux/fs.h:811: error: parse error before "loff_t"
/usr/include/linux/fs.h:811: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:812: error: parse error before '*' token
/usr/include/linux/fs.h:812: error: parse error before "loff_t"
/usr/include/linux/fs.h:812: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:813: error: parse error before '*' token
/usr/include/linux/fs.h:813: error: parse error before "size_t"
/usr/include/linux/fs.h:813: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:815: error: parse error before '}' token
/usr/include/linux/fs.h:825: error: parse error before "dev_t"
/usr/include/linux/fs.h:834: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: parse error before '*' token
/usr/include/linux/fs.h:836: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:838: error: parse error before '}' token
/usr/include/linux/fs.h:842: error: parse error before "vfs_read"
/usr/include/linux/fs.h:842: error: parse error before "size_t"
/usr/include/linux/fs.h:843: error: parse error before "vfs_write"
/usr/include/linux/fs.h:843: error: parse error before "size_t"
/usr/include/linux/fs.h:844: error: parse error before "vfs_readv"
/usr/include/linux/fs.h:845: error: parse error before "loff_t"
/usr/include/linux/fs.h:846: error: parse error before "vfs_writev"
/usr/include/linux/fs.h:847: error: parse error before "loff_t"
/usr/include/linux/fs.h:1059: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_locked':
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1076: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_area':
/usr/include/linux/fs.h:1079: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `read_write' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `offset' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1086: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_truncate':
/usr/include/linux/fs.h:1088: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1090: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `break_lease':
/usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1109: error: parse error before "loff_t"
/usr/include/linux/fs.h:1131: error: parse error before "unsigned"
/usr/include/linux/fs.h:1139: error: parse error before "mode_t"
/usr/include/linux/fs.h:1146: error: parse error before '*' token
/usr/include/linux/fs.h:1147: error: parse error before "unsigned"
/usr/include/linux/fs.h:1151: error: parse error before "unsigned"
/usr/include/linux/fs.h:1156: error: parse error before "char"
/usr/include/linux/fs.h:1162: error: parse error before "dev_t"
/usr/include/linux/fs.h:1192: error: parse error before "pgoff_t"
/usr/include/linux/fs.h: In function `invalidate_remote_inode':
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1197: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1198: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `put_write_access':
/usr/include/linux/fs.h:1220: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `allow_write_access':
/usr/include/linux/fs.h:1225: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1237: error: parse error before "find_inode_number"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:1242: error: parse error before "default_llseek"
/usr/include/linux/fs.h:1242: error: parse error before "loff_t"
/usr/include/linux/fs.h:1247: error: parse error before "iunique"
/usr/include/linux/fs.h:1247: error: parse error before "ino_t"
/usr/include/linux/fs.h: In function `iget':
/usr/include/linux/fs.h:1263: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1264: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `insert_inode_hash':
/usr/include/linux/fs.h:1280: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1295: error: parse error before '*' token
/usr/include/linux/fs.h:1296: error: parse error before '*' token
/usr/include/linux/fs.h:1297: error: parse error before "generic_file_read"
/usr/include/linux/fs.h:1297: error: parse error before "size_t"
/usr/include/linux/fs.h:1299: error: parse error before "loff_t"
/usr/include/linux/fs.h:1300: error: parse error before "generic_file_write"
/usr/include/linux/fs.h:1300: error: parse error before "size_t"
/usr/include/linux/fs.h:1301: error: parse error before "generic_file_aio_read"
/usr/include/linux/fs.h:1301: error: parse error before "size_t"
/usr/include/linux/fs.h:1302: error: parse error before "__generic_file_aio_read"
/usr/include/linux/fs.h:1302: error: parse error before "loff_t"
/usr/include/linux/fs.h:1303: error: parse error before "generic_file_aio_write"
/usr/include/linux/fs.h:1303: error: parse error before "size_t"
/usr/include/linux/fs.h:1304: error: parse error before "generic_file_aio_write_nolock"
/usr/include/linux/fs.h:1305: error: parse error before "loff_t"
/usr/include/linux/fs.h:1306: error: parse error before "do_sync_read"
/usr/include/linux/fs.h:1306: error: parse error before "size_t"
/usr/include/linux/fs.h:1307: error: parse error before "do_sync_write"
/usr/include/linux/fs.h:1307: error: parse error before "size_t"
/usr/include/linux/fs.h:1308: error: parse error before "generic_file_write_nolock"
/usr/include/linux/fs.h:1309: error: parse error before "loff_t"
/usr/include/linux/fs.h:1310: error: parse error before "generic_file_sendfile"
/usr/include/linux/fs.h:1310: error: parse error before "loff_t"
/usr/include/linux/fs.h:1312: error: parse error before "loff_t"
/usr/include/linux/fs.h:1315: error: parse error before "generic_file_direct_IO"
/usr/include/linux/fs.h:1316: error: parse error before "loff_t"
/usr/include/linux/fs.h:1318: error: parse error before "loff_t"
/usr/include/linux/fs.h:1320: error: parse error before "generic_file_readv"
/usr/include/linux/fs.h:1321: error: parse error before "loff_t"
/usr/include/linux/fs.h:1322: error: parse error before "generic_file_writev"
/usr/include/linux/fs.h:1323: error: parse error before "loff_t"
/usr/include/linux/fs.h:1324: error: parse error before "no_llseek"
/usr/include/linux/fs.h:1324: error: parse error before "loff_t"
/usr/include/linux/fs.h:1325: error: parse error before "generic_file_llseek"
/usr/include/linux/fs.h:1325: error: parse error before "loff_t"
/usr/include/linux/fs.h:1326: error: parse error before "remote_llseek"
/usr/include/linux/fs.h:1326: error: parse error before "loff_t"
/usr/include/linux/fs.h:1329: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `do_generic_file_read':
/usr/include/linux/fs.h:1333: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1336: error: `ppos' undeclared (first use in this function)
/usr/include/linux/fs.h:1337: error: `desc' undeclared (first use in this function)
/usr/include/linux/fs.h:1338: error: `actor' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1353: error: parse error before "loff_t"
/usr/include/linux/fs.h:1354: error: parse error before "loff_t"
/usr/include/linux/fs.h:1355: error: parse error before "inode_get_bytes"
/usr/include/linux/fs.h:1356: error: parse error before "loff_t"
/usr/include/linux/fs.h:1371: error: parse error before "dcache_dir_lseek"
/usr/include/linux/fs.h:1371: error: parse error before "loff_t"
/usr/include/linux/fs.h:1388: error: parse error before "generic_read_dir"
/usr/include/linux/fs.h:1388: error: parse error before "size_t"
/usr/include/linux/fs.h:1401: error: parse error before "parent_ino"
/usr/include/linux/fs.h: In function `parent_ino':
/usr/include/linux/fs.h:1403: error: `ino_t' undeclared (first use in this function)
/usr/include/linux/fs.h:1403: error: parse error before "res"
/usr/include/linux/fs.h:1406: error: `res' undeclared (first use in this function)
/usr/include/linux/fs.h:1406: error: dereferencing pointer to incomplete type
In file included from zaptel.c:45:
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:49: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:53: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:59: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:61: error: parse error before "uid"
/usr/include/linux/proc_fs.h:62: error: parse error before "gid"
/usr/include/linux/proc_fs.h:63: error: conflicting types for `size'
/usr/include/linux/stat.h:67: error: previous declaration of `size'
/usr/include/linux/proc_fs.h:68: error: conflicting types for `parent'
/usr/include/linux/sched.h:381: error: previous declaration of `parent'
/usr/include/linux/proc_fs.h:72: error: conflicting types for `count'
/usr/include/linux/fs.h:780: error: previous declaration of `count'
/usr/include/linux/proc_fs.h:74: error: parse error before '}' token
/usr/include/linux/proc_fs.h:79: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:99: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:146: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_read_entry':
/usr/include/linux/proc_fs.h:149: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:149: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:151: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:152: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:158: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_info_entry':
/usr/include/linux/proc_fs.h:160: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:160: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:161: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:166: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_create':
/usr/include/linux/proc_fs.h:168: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:172: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_fops_create':
/usr/include/linux/proc_fs.h:174: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:176: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:176: error: `fops' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:232: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:244: error: field `vfs_inode' has incomplete type
/usr/include/linux/proc_fs.h: In function `PROC_I':
/usr/include/linux/proc_fs.h:249: error: `size_t' undeclared (first use in this function)
In file included from /usr/include/linux/pci.h:347,
                 from zaptel.c:46:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:87: error: field `attr' has incomplete type
/usr/include/linux/device.h:88: error: parse error before "ssize_t"
/usr/include/linux/device.h:89: error: parse error before '*' token
/usr/include/linux/device.h:89: error: parse error before "size_t"
/usr/include/linux/device.h:89: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:128: error: field `attr' has incomplete type
/usr/include/linux/device.h:129: error: parse error before "ssize_t"
/usr/include/linux/device.h:130: error: parse error before '*' token
/usr/include/linux/device.h:130: error: parse error before "size_t"
/usr/include/linux/device.h:130: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:168: error: field `attr' has incomplete type
/usr/include/linux/device.h:169: error: parse error before "ssize_t"
/usr/include/linux/device.h:170: error: parse error before '*' token
/usr/include/linux/device.h:170: error: parse error before "size_t"
/usr/include/linux/device.h:170: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:220: error: field `attr' has incomplete type
/usr/include/linux/device.h:221: error: parse error before "ssize_t"
/usr/include/linux/device.h:222: error: parse error before '*' token
/usr/include/linux/device.h:222: error: parse error before "size_t"
/usr/include/linux/device.h:222: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h: In function `list_to_dev':
/usr/include/linux/device.h:285: error: `size_t' undeclared (first use in this function)
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:324: error: field `attr' has incomplete type
/usr/include/linux/device.h:325: error: parse error before "ssize_t"
/usr/include/linux/device.h:326: error: parse error before '*' token
/usr/include/linux/device.h:326: error: parse error before "size_t"
/usr/include/linux/device.h:326: error: `ssize_t' declared as function returning a function
In file included from zaptel.c:46:
/usr/include/linux/pci.h:690: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:7,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/linux/mm.h:409: error: parse error before "loff_t"
/usr/include/linux/mm.h:427: error: parse error before "loff_t"
/usr/include/linux/mm.h:429: error: parse error before "loff_t"
/usr/include/linux/mm.h:439: error: parse error before "loff_t"
/usr/include/linux/mm.h:518: error: `get_unmapped_area' redeclared as different kind of symbol
/usr/include/linux/fs.h:814: error: previous declaration of `get_unmapped_area'
/usr/include/linux/mm.h:537: error: parse error before "size_t"
/usr/include/linux/mm.h:563: error: parse error before "loff_t"
/usr/include/linux/mm.h:584: error: parse error before "pgoff_t"
In file included from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/pci.h:80: error: parse error before "size_t"
In file included from /usr/include/linux/dma-mapping.h:13,
                 from /usr/include/asm-generic/pci-dma-compat.h:7,
                 from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/dma-mapping.h:9: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:12: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:16: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_single':
/usr/include/asm/dma-mapping.h:19: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:21: error: `ptr' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:25: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_single':
/usr/include/asm/dma-mapping.h:28: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:51: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_page':
/usr/include/asm/dma-mapping.h:53: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `page' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `offset' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:58: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_page':
/usr/include/asm/dma-mapping.h:61: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:73: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:81: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:131: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm-generic/pci-dma-compat.h:19: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_alloc_consistent':
/usr/include/asm-generic/pci-dma-compat.h:22: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:22: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:26: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_free_consistent':
/usr/include/asm-generic/pci-dma-compat.h:29: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `vaddr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:33: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_single':
/usr/include/asm-generic/pci-dma-compat.h:35: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `ptr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:40: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_single':
/usr/include/asm-generic/pci-dma-compat.h:42: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `dma_addr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:47: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
/usr/include/asm-generic/pci-dma-compat.h:49: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `page' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `offset' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:54: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_page':
/usr/include/asm-generic/pci-dma-compat.h:56: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `dma_address' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:75: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_dma_sync_single':
/usr/include/asm-generic/pci-dma-compat.h:77: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `direction' undeclared (first use in this function)
In file included from zaptel.c:56:
/usr/include/linux/ppp_defs.h: At top level:
/usr/include/linux/ppp_defs.h:176: error: parse error before "time_t"
In file included from ecdis.h:30,
                 from zaptel.h:51,
                 from zaptel.c:82:
biquad.h:31: error: parse error before "int32_t"
biquad.h:31: warning: no semicolon at end of struct or union
biquad.h:32: warning: type defaults to `int' in declaration of `a1'
biquad.h:32: warning: data definition has no type or storage class
biquad.h:33: error: parse error before "a2"
biquad.h:33: warning: type defaults to `int' in declaration of `a2'
biquad.h:33: warning: data definition has no type or storage class
biquad.h:34: error: parse error before "b1"
biquad.h:34: warning: type defaults to `int' in declaration of `b1'
biquad.h:34: warning: data definition has no type or storage class
biquad.h:35: error: parse error before "b2"
biquad.h:35: warning: type defaults to `int' in declaration of `b2'
biquad.h:35: warning: data definition has no type or storage class
biquad.h:37: error: parse error before "z1"
biquad.h:37: warning: type defaults to `int' in declaration of `z1'
biquad.h:37: warning: data definition has no type or storage class
biquad.h:38: error: parse error before "z2"
biquad.h:38: warning: type defaults to `int' in declaration of `z2'
biquad.h:38: warning: data definition has no type or storage class
biquad.h:39: warning: type defaults to `int' in declaration of `biquad2_state_t'
biquad.h:39: warning: data definition has no type or storage class
biquad.h:41: error: parse error before '*' token
biquad.h:47: warning: function declaration isn't a prototype
biquad.h: In function `biquad2_init':
biquad.h:48: error: `bq' undeclared (first use in this function)
biquad.h:48: error: `gain' undeclared (first use in this function)
biquad.h: At top level:
biquad.h:59: error: parse error before "biquad2"
biquad.h:59: error: parse error before '*' token
biquad.h:60: warning: return type defaults to `int'
biquad.h:60: warning: function declaration isn't a prototype
biquad.h: In function `biquad2':
biquad.h:61: error: `int32_t' undeclared (first use in this function)
biquad.h:61: error: parse error before "y"
biquad.h:64: error: `z0' undeclared (first use in this function)
biquad.h:64: error: `sample' undeclared (first use in this function)
biquad.h:64: error: `bq' undeclared (first use in this function)
biquad.h:65: error: `y' undeclared (first use in this function)
In file included from zaptel.h:51,
                 from zaptel.c:82:
ecdis.h: At top level:
ecdis.h:34: error: parse error before "biquad2_state_t"
ecdis.h:34: warning: no semicolon at end of struct or union
ecdis.h:41: error: parse error before '}' token
ecdis.h:41: warning: type defaults to `int' in declaration of `echo_can_disable_detector_state_t'
ecdis.h:41: warning: data definition has no type or storage class
ecdis.h:47: error: parse error before '*' token
ecdis.h:48: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_init':
ecdis.h:52: error: `det' undeclared (first use in this function)
ecdis.h:53: error: `int32_t' undeclared (first use in this function)
ecdis.h: At top level:
ecdis.h:68: error: parse error before '*' token
ecdis.h:70: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_update':
ecdis.h:71: error: `int16_t' undeclared (first use in this function)
ecdis.h:71: error: parse error before "notched"
ecdis.h:73: error: `notched' undeclared (first use in this function)
ecdis.h:73: error: `det' undeclared (first use in this function)
ecdis.h:73: error: `amp' undeclared (first use in this function)
In file included from zaptel.c:82:
zaptel.h: At top level:
zaptel.h:919: error: parse error before "u_char"
zaptel.h:919: warning: no semicolon at end of struct or union
zaptel.h:920: warning: type defaults to `int' in declaration of `buf'
zaptel.h:920: error: conflicting types for `buf'
/usr/include/linux/fs.h:781: error: previous declaration of `buf'
zaptel.h:920: warning: data definition has no type or storage class
zaptel.h:923: error: parse error before '}' token
zaptel.h:971: error: parse error before "u_char"
zaptel.h:971: warning: no semicolon at end of struct or union
zaptel.h:972: warning: type defaults to `int' in declaration of `swritechunk'
zaptel.h:972: warning: data definition has no type or storage class
zaptel.h:973: error: parse error before '*' token
zaptel.h:973: warning: type defaults to `int' in declaration of `readchunk'
zaptel.h:973: warning: data definition has no type or storage class
zaptel.h:974: error: parse error before "sreadchunk"
zaptel.h:974: warning: type defaults to `int' in declaration of `sreadchunk'
zaptel.h:974: warning: data definition has no type or storage class
zaptel.h:977: error: parse error before '*' token
zaptel.h:977: warning: type defaults to `int' in declaration of `rxgain'
zaptel.h:977: warning: data definition has no type or storage class
zaptel.h:978: error: parse error before '*' token
zaptel.h:978: warning: type defaults to `int' in declaration of `txgain'
zaptel.h:978: warning: data definition has no type or storage class
zaptel.h:995: error: parse error before '*' token
zaptel.h:995: warning: type defaults to `int' in declaration of `readbuf'
zaptel.h:995: warning: data definition has no type or storage class
zaptel.h:1000: error: parse error before '*' token
zaptel.h:1000: warning: type defaults to `int' in declaration of `writebuf'
zaptel.h:1000: warning: data definition has no type or storage class
zaptel.h:1031: error: `ts' used prior to declaration
zaptel.h:1081: error: parse error before "txecdis"
zaptel.h:1081: warning: type defaults to `int' in declaration of `txecdis'
zaptel.h:1081: warning: data definition has no type or storage class
zaptel.h:1082: error: parse error before "rxecdis"
zaptel.h:1082: warning: type defaults to `int' in declaration of `rxecdis'
zaptel.h:1082: warning: data definition has no type or storage class
zaptel.h:1143: error: parse error before '}' token
zaptel.h:1376: error: parse error before "__zt_lin2mu"
zaptel.h:1376: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.h:1376: warning: data definition has no type or storage class
zaptel.h:1377: error: parse error before "__zt_lin2a"
zaptel.h:1377: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.h:1377: warning: data definition has no type or storage class
zaptel.h: In function `zt_txtone_nextsample':
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1431: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:351: error: parse error before "__zt_lin2mu"
zaptel.c:351: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.c:351: warning: data definition has no type or storage class
zaptel.c:353: error: parse error before "__zt_lin2a"
zaptel.c:353: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.c:353: warning: data definition has no type or storage class
zaptel.c:356: error: parse error before "defgain"
zaptel.c:356: warning: type defaults to `int' in declaration of `defgain'
zaptel.c:356: warning: data definition has no type or storage class
zaptel.c: In function `zt_q_sig':
zaptel.c:396: error: dereferencing pointer to incomplete type
zaptel.c:398: error: dereferencing pointer to incomplete type
zaptel.c:399: error: dereferencing pointer to incomplete type
zaptel.c:400: error: dereferencing pointer to incomplete type
zaptel.c:405: error: dereferencing pointer to incomplete type
zaptel.c:408: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:457: error: parse error before "off_t"
zaptel.c:458: warning: function declaration isn't a prototype
zaptel.c: In function `zaptel_proc_read':
zaptel.c:464: error: `off' undeclared (first use in this function)
zaptel.c:473: error: `page' undeclared (first use in this function)
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:536: error: dereferencing pointer to incomplete type
zaptel.c:537: error: dereferencing pointer to incomplete type
zaptel.c:538: error: dereferencing pointer to incomplete type
zaptel.c:539: error: dereferencing pointer to incomplete type
zaptel.c:540: error: dereferencing pointer to incomplete type
zaptel.c:542: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:547: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_check_conf':
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c: In function `__qevent':
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:658: error: dereferencing pointer to incomplete type
zaptel.c:659: error: dereferencing pointer to incomplete type
zaptel.c:660: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_qevent_lock':
zaptel.c:672: error: dereferencing pointer to incomplete type
zaptel.c:674: error: dereferencing pointer to incomplete type
zaptel.c: In function `schluffen':
zaptel.c:682: error: dereferencing pointer to incomplete type
zaptel.c:684: error: dereferencing pointer to incomplete type
zaptel.c: In function `calc_fcs':
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_reallocbufs':
zaptel.c:726: error: dereferencing pointer to incomplete type
zaptel.c:727: error: dereferencing pointer to incomplete type
zaptel.c:728: error: dereferencing pointer to incomplete type
zaptel.c:729: error: dereferencing pointer to incomplete type
zaptel.c:732: error: dereferencing pointer to incomplete type
zaptel.c:733: error: dereferencing pointer to incomplete type
zaptel.c:737: error: dereferencing pointer to incomplete type
zaptel.c:738: error: dereferencing pointer to incomplete type
zaptel.c:743: error: dereferencing pointer to incomplete type
zaptel.c:744: error: dereferencing pointer to incomplete type
zaptel.c:745: error: dereferencing pointer to incomplete type
zaptel.c:746: error: dereferencing pointer to incomplete type
zaptel.c:751: error: dereferencing pointer to incomplete type
zaptel.c:752: error: dereferencing pointer to incomplete type
zaptel.c:754: error: dereferencing pointer to incomplete type
zaptel.c:755: error: dereferencing pointer to incomplete type
zaptel.c:757: error: dereferencing pointer to incomplete type
zaptel.c:758: error: dereferencing pointer to incomplete type
zaptel.c:759: error: dereferencing pointer to incomplete type
zaptel.c:760: error: dereferencing pointer to incomplete type
zaptel.c:761: error: dereferencing pointer to incomplete type
zaptel.c:763: error: dereferencing pointer to incomplete type
zaptel.c:765: error: dereferencing pointer to incomplete type
zaptel.c:766: error: dereferencing pointer to incomplete type
zaptel.c:768: error: dereferencing pointer to incomplete type
zaptel.c:770: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:782: error: parse error before "u_char"
zaptel.c:783: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_pull':
zaptel.c:784: error: `q' undeclared (first use in this function)
zaptel.c:788: error: `c' undeclared (first use in this function)
zaptel.c: At top level:
zaptel.c:810: error: parse error before '*' token
zaptel.c:811: warning: return type defaults to `int'
zaptel.c: In function `__buf_pushpeek':
zaptel.c:812: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:817: error: parse error before '*' token
zaptel.c:818: warning: return type defaults to `int'
zaptel.c: In function `__buf_peek':
zaptel.c:819: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:853: error: parse error before "u_char"
zaptel.c:854: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_push':
zaptel.c:855: error: `q' undeclared (first use in this function)
zaptel.c: In function `reset_conf':
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:884: error: dereferencing pointer to incomplete type
zaptel.c:885: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:889: error: dereferencing pointer to incomplete type
zaptel.c:890: error: dereferencing pointer to incomplete type
zaptel.c: In function `close_channel':
zaptel.c:905: error: dereferencing pointer to incomplete type
zaptel.c:910: error: dereferencing pointer to incomplete type
zaptel.c:911: error: dereferencing pointer to incomplete type
zaptel.c:912: error: dereferencing pointer to incomplete type
zaptel.c:913: error: dereferencing pointer to incomplete type
zaptel.c:914: error: dereferencing pointer to incomplete type
zaptel.c:915: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:918: error: dereferencing pointer to incomplete type
zaptel.c:919: error: dereferencing pointer to incomplete type
zaptel.c:920: error: dereferencing pointer to incomplete type
zaptel.c:921: error: dereferencing pointer to incomplete type
zaptel.c:922: error: dereferencing pointer to incomplete type
zaptel.c:923: error: dereferencing pointer to incomplete type
zaptel.c:924: error: dereferencing pointer to incomplete type
zaptel.c:925: error: dereferencing pointer to incomplete type
zaptel.c:926: error: dereferencing pointer to incomplete type
zaptel.c:927: error: dereferencing pointer to incomplete type
zaptel.c:928: error: dereferencing pointer to incomplete type
zaptel.c:929: error: dereferencing pointer to incomplete type
zaptel.c:931: error: dereferencing pointer to incomplete type
zaptel.c:933: error: dereferencing pointer to incomplete type
zaptel.c:935: error: dereferencing pointer to incomplete type
zaptel.c:936: error: dereferencing pointer to incomplete type
zaptel.c:937: error: dereferencing pointer to incomplete type
zaptel.c:938: error: dereferencing pointer to incomplete type
zaptel.c:940: error: dereferencing pointer to incomplete type
zaptel.c:943: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:947: error: dereferencing pointer to incomplete type
zaptel.c:949: error: dereferencing pointer to incomplete type
zaptel.c:950: error: dereferencing pointer to incomplete type
zaptel.c:951: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:953: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:961: error: dereferencing pointer to incomplete type
zaptel.c: In function `start_tone':
zaptel.c:1022: error: dereferencing pointer to incomplete type
zaptel.c:1023: error: dereferencing pointer to incomplete type
zaptel.c:1024: error: dereferencing pointer to incomplete type
zaptel.c:1025: error: dereferencing pointer to incomplete type
zaptel.c:1026: error: dereferencing pointer to incomplete type
zaptel.c:1032: error: dereferencing pointer to incomplete type
zaptel.c:1034: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1041: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_tone_zone':
zaptel.c:1058: error: dereferencing pointer to incomplete type
zaptel.c:1059: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_set_law':
zaptel.c:1072: error: dereferencing pointer to incomplete type
zaptel.c:1073: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1079: error: dereferencing pointer to incomplete type
zaptel.c:1083: error: dereferencing pointer to incomplete type
zaptel.c:1086: error: dereferencing pointer to incomplete type
zaptel.c:1090: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_reg':
zaptel.c:1149: error: dereferencing pointer to incomplete type
zaptel.c:1153: error: dereferencing pointer to incomplete type
zaptel.c:1154: error: dereferencing pointer to incomplete type
zaptel.c:1155: error: dereferencing pointer to incomplete type
zaptel.c:1156: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1158: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1164: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_unreg':
zaptel.c:1540: error: dereferencing pointer to incomplete type
zaptel.c:1541: error: dereferencing pointer to incomplete type
zaptel.c:1542: error: dereferencing pointer to incomplete type
zaptel.c:1555: error: dereferencing pointer to incomplete type
zaptel.c:1556: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1559: error: dereferencing pointer to incomplete type
zaptel.c:1560: error: dereferencing pointer to incomplete type
zaptel.c:1561: error: dereferencing pointer to incomplete type
zaptel.c:1564: error: dereferencing pointer to incomplete type
zaptel.c:1565: error: dereferencing pointer to incomplete type
zaptel.c:1566: error: dereferencing pointer to incomplete type
zaptel.c:1567: error: dereferencing pointer to incomplete type
zaptel.c:1568: error: dereferencing pointer to incomplete type
zaptel.c:1571: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1575: error: parse error before "zt_chan_read"
zaptel.c:1575: error: parse error before "size_t"
zaptel.c:1576: warning: return type defaults to `int'
zaptel.c:1576: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_read':
zaptel.c:1577: error: `unit' undeclared (first use in this function)
zaptel.c:1583: error: invalid operands to binary &
zaptel.c:1586: error: invalid operands to binary <
zaptel.c:1589: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1591: error: dereferencing pointer to incomplete type
zaptel.c:1594: error: dereferencing pointer to incomplete type
zaptel.c:1595: error: dereferencing pointer to incomplete type
zaptel.c:1597: error: dereferencing pointer to incomplete type
zaptel.c:1599: error: dereferencing pointer to incomplete type
zaptel.c:1601: error: dereferencing pointer to incomplete type
zaptel.c:1604: error: incompatible types in assignment
zaptel.c:1605: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1621: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1635: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1638: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1642: error: dereferencing pointer to incomplete type
zaptel.c:1643: error: dereferencing pointer to incomplete type
zaptel.c:1644: error: dereferencing pointer to incomplete type
zaptel.c:1646: error: dereferencing pointer to incomplete type
zaptel.c:1648: error: dereferencing pointer to incomplete type
zaptel.c:1650: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1655: error: parse error before "zt_chan_write"
zaptel.c:1655: error: parse error before "size_t"
zaptel.c:1656: warning: return type defaults to `int'
zaptel.c:1656: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_write':
zaptel.c:1658: error: `unit' undeclared (first use in this function)
zaptel.c:1661: error: invalid operands to binary &
zaptel.c:1664: error: invalid operands to binary <
zaptel.c:1667: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1669: error: dereferencing pointer to incomplete type
zaptel.c:1670: error: dereferencing pointer to incomplete type
zaptel.c:1671: error: dereferencing pointer to incomplete type
zaptel.c:1672: error: dereferencing pointer to incomplete type
zaptel.c:1673: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1676: error: dereferencing pointer to incomplete type
zaptel.c:1679: error: dereferencing pointer to incomplete type
zaptel.c:1680: error: dereferencing pointer to incomplete type
zaptel.c:1683: error: dereferencing pointer to incomplete type
zaptel.c:1686: error: dereferencing pointer to incomplete type
zaptel.c:1691: error: incompatible types in assignment
zaptel.c:1692: error: dereferencing pointer to incomplete type
zaptel.c:1693: error: dereferencing pointer to incomplete type
zaptel.c:1694: error: dereferencing pointer to incomplete type
zaptel.c:1696: error: dereferencing pointer to incomplete type
zaptel.c:1697: error: dereferencing pointer to incomplete type
zaptel.c:1706: error: dereferencing pointer to incomplete type
zaptel.c:1717: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1730: error: dereferencing pointer to incomplete type
zaptel.c:1732: error: dereferencing pointer to incomplete type
zaptel.c:1733: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1738: error: dereferencing pointer to incomplete type
zaptel.c:1740: error: dereferencing pointer to incomplete type
zaptel.c:1742: error: dereferencing pointer to incomplete type
zaptel.c:1744: error: dereferencing pointer to incomplete type
zaptel.c:1746: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_txtone':
zaptel.c:1791: error: dereferencing pointer to incomplete type
zaptel.c:1792: error: dereferencing pointer to incomplete type
zaptel.c:1795: error: dereferencing pointer to incomplete type
zaptel.c:1796: error: dereferencing pointer to incomplete type
zaptel.c:1797: error: dereferencing pointer to incomplete type
zaptel.c:1798: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbs_sethook':
zaptel.c:1838: error: dereferencing pointer to incomplete type
zaptel.c:1839: error: dereferencing pointer to incomplete type
zaptel.c:1840: error: dereferencing pointer to incomplete type
zaptel.c:1844: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1853: error: dereferencing pointer to incomplete type
zaptel.c:1855: error: dereferencing pointer to incomplete type
zaptel.c:1858: error: dereferencing pointer to incomplete type
zaptel.c:1860: error: dereferencing pointer to incomplete type
zaptel.c:1861: error: dereferencing pointer to incomplete type
zaptel.c:1863: error: dereferencing pointer to incomplete type
zaptel.c:1864: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1873: error: dereferencing pointer to incomplete type
zaptel.c:1876: error: dereferencing pointer to incomplete type
zaptel.c:1877: error: dereferencing pointer to incomplete type
zaptel.c:1878: error: dereferencing pointer to incomplete type
zaptel.c:1879: error: dereferencing pointer to incomplete type
zaptel.c:1883: error: dereferencing pointer to incomplete type
zaptel.c:1887: error: dereferencing pointer to incomplete type
zaptel.c:1888: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1890: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_cas_setbits':
zaptel.c:1901: error: dereferencing pointer to incomplete type
zaptel.c:1902: error: dereferencing pointer to incomplete type
zaptel.c:1903: error: dereferencing pointer to incomplete type
zaptel.c:1904: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hangup':
zaptel.c:1916: error: dereferencing pointer to incomplete type
zaptel.c:1919: error: dereferencing pointer to incomplete type
zaptel.c:1922: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1928: error: dereferencing pointer to incomplete type
zaptel.c:1929: error: dereferencing pointer to incomplete type
zaptel.c:1930: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1938: error: dereferencing pointer to incomplete type
zaptel.c:1939: error: dereferencing pointer to incomplete type
zaptel.c:1942: error: dereferencing pointer to incomplete type
zaptel.c:1944: error: dereferencing pointer to incomplete type
zaptel.c:1945: error: dereferencing pointer to incomplete type
zaptel.c:1946: error: dereferencing pointer to incomplete type
zaptel.c:1947: error: dereferencing pointer to incomplete type
zaptel.c:1948: error: dereferencing pointer to incomplete type
zaptel.c:1950: error: dereferencing pointer to incomplete type
zaptel.c:1951: error: dereferencing pointer to incomplete type
zaptel.c:1952: error: dereferencing pointer to incomplete type
zaptel.c:1954: error: dereferencing pointer to incomplete type
zaptel.c:1955: error: dereferencing pointer to incomplete type
zaptel.c:1957: error: dereferencing pointer to incomplete type
zaptel.c:1958: error: dereferencing pointer to incomplete type
zaptel.c:1959: error: dereferencing pointer to incomplete type
zaptel.c:1960: error: dereferencing pointer to incomplete type
zaptel.c:1961: error: dereferencing pointer to incomplete type
zaptel.c:1962: error: dereferencing pointer to incomplete type
zaptel.c:1963: error: dereferencing pointer to incomplete type
zaptel.c:1964: error: dereferencing pointer to incomplete type
zaptel.c: In function `initialize_channel':
zaptel.c:1977: error: dereferencing pointer to incomplete type
zaptel.c:1979: error: dereferencing pointer to incomplete type
zaptel.c:1980: error: dereferencing pointer to incomplete type
zaptel.c:1983: error: dereferencing pointer to incomplete type
zaptel.c:1984: error: dereferencing pointer to incomplete type
zaptel.c:1985: error: dereferencing pointer to incomplete type
zaptel.c:1986: error: dereferencing pointer to incomplete type
zaptel.c:1987: error: dereferencing pointer to incomplete type
zaptel.c:1988: error: dereferencing pointer to incomplete type
zaptel.c:1990: error: dereferencing pointer to incomplete type
zaptel.c:1991: error: dereferencing pointer to incomplete type
zaptel.c:1993: error: dereferencing pointer to incomplete type
zaptel.c:1994: error: dereferencing pointer to incomplete type
zaptel.c:1995: error: dereferencing pointer to incomplete type
zaptel.c:1997: error: dereferencing pointer to incomplete type
zaptel.c:1998: error: dereferencing pointer to incomplete type
zaptel.c:2001: error: dereferencing pointer to incomplete type
zaptel.c:2002: error: dereferencing pointer to incomplete type
zaptel.c:2003: error: dereferencing pointer to incomplete type
zaptel.c:2006: error: dereferencing pointer to incomplete type
zaptel.c:2007: error: dereferencing pointer to incomplete type
zaptel.c:2008: error: dereferencing pointer to incomplete type
zaptel.c:2009: error: dereferencing pointer to incomplete type
zaptel.c:2011: error: dereferencing pointer to incomplete type
zaptel.c:2012: error: dereferencing pointer to incomplete type
zaptel.c:2014: error: dereferencing pointer to incomplete type
zaptel.c:2015: error: dereferencing pointer to incomplete type
zaptel.c:2016: error: dereferencing pointer to incomplete type
zaptel.c:2017: error: dereferencing pointer to incomplete type
zaptel.c:2018: error: dereferencing pointer to incomplete type
zaptel.c:2019: error: dereferencing pointer to incomplete type
zaptel.c:2020: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2024: error: dereferencing pointer to incomplete type
zaptel.c:2026: error: dereferencing pointer to incomplete type
zaptel.c:2027: error: dereferencing pointer to incomplete type
zaptel.c:2028: error: dereferencing pointer to incomplete type
zaptel.c:2029: error: dereferencing pointer to incomplete type
zaptel.c:2030: error: dereferencing pointer to incomplete type
zaptel.c:2036: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2039: error: dereferencing pointer to incomplete type
zaptel.c:2040: error: dereferencing pointer to incomplete type
zaptel.c:2041: error: dereferencing pointer to incomplete type
zaptel.c:2043: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2047: error: dereferencing pointer to incomplete type
zaptel.c:2048: error: dereferencing pointer to incomplete type
zaptel.c:2049: error: dereferencing pointer to incomplete type
zaptel.c:2050: error: dereferencing pointer to incomplete type
zaptel.c:2051: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2054: error: dereferencing pointer to incomplete type
zaptel.c:2055: error: dereferencing pointer to incomplete type
zaptel.c:2056: error: dereferencing pointer to incomplete type
zaptel.c:2057: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2063: error: dereferencing pointer to incomplete type
zaptel.c:2064: error: dereferencing pointer to incomplete type
zaptel.c:2066: error: dereferencing pointer to incomplete type
zaptel.c:2067: error: dereferencing pointer to incomplete type
zaptel.c:2069: error: dereferencing pointer to incomplete type
zaptel.c:2070: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2077: error: dereferencing pointer to incomplete type
zaptel.c:2079: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timing_open':
zaptel.c:2098: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_release':
zaptel.c:2113: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_open':
zaptel.c:2147: error: dereferencing pointer to incomplete type
zaptel.c:2149: error: dereferencing pointer to incomplete type
zaptel.c:2151: error: dereferencing pointer to incomplete type
zaptel.c:2153: error: dereferencing pointer to incomplete type
zaptel.c:2155: error: dereferencing pointer to incomplete type
zaptel.c:2160: error: dereferencing pointer to incomplete type
zaptel.c:2161: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2163: error: dereferencing pointer to incomplete type
zaptel.c:2165: error: dereferencing pointer to incomplete type
zaptel.c:2170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_release':
zaptel.c:2184: error: dereferencing pointer to incomplete type
zaptel.c:2185: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2188: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alloc_pseudo':
zaptel.c:2204: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2208: error: dereferencing pointer to incomplete type
zaptel.c:2209: error: dereferencing pointer to incomplete type
zaptel.c:2210: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_open':
zaptel.c:2234: error: dereferencing pointer to incomplete type
zaptel.c:2252: error: dereferencing pointer to incomplete type
zaptel.c:2253: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:2275: error: parse error before "zt_read"
zaptel.c:2275: error: parse error before "size_t"
zaptel.c:2276: warning: return type defaults to `int'
zaptel.c:2276: warning: function declaration isn't a prototype
zaptel.c: In function `zt_read':
zaptel.c:2277: error: dereferencing pointer to incomplete type
zaptel.c:2289: error: dereferencing pointer to incomplete type
zaptel.c:2292: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2292: error: dereferencing pointer to incomplete type
zaptel.c:2296: error: dereferencing pointer to incomplete type
zaptel.c:2301: error: dereferencing pointer to incomplete type
zaptel.c:2303: error: invalid operands to binary <
zaptel.c: At top level:
zaptel.c:2309: error: parse error before "zt_write"
zaptel.c:2309: error: parse error before "size_t"
zaptel.c:2310: warning: return type defaults to `int'
zaptel.c:2310: warning: function declaration isn't a prototype
zaptel.c: In function `zt_write':
zaptel.c:2311: error: dereferencing pointer to incomplete type
zaptel.c:2316: error: invalid operands to binary <
zaptel.c:2321: error: dereferencing pointer to incomplete type
zaptel.c:2324: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2324: error: dereferencing pointer to incomplete type
zaptel.c:2327: error: dereferencing pointer to incomplete type
zaptel.c:2332: error: dereferencing pointer to incomplete type
zaptel.c: In function `__do_dtmf':
zaptel.c:2501: error: dereferencing pointer to incomplete type
zaptel.c:2502: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2508: error: dereferencing pointer to incomplete type
zaptel.c:2509: error: dereferencing pointer to incomplete type
zaptel.c:2513: error: dereferencing pointer to incomplete type
zaptel.c:2514: error: dereferencing pointer to incomplete type
zaptel.c:2518: error: dereferencing pointer to incomplete type
zaptel.c:2519: error: dereferencing pointer to incomplete type
zaptel.c:2522: error: dereferencing pointer to incomplete type
zaptel.c:2524: error: dereferencing pointer to incomplete type
zaptel.c:2526: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2530: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2535: error: dereferencing pointer to incomplete type
zaptel.c:2537: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2545: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_release':
zaptel.c:2551: error: dereferencing pointer to incomplete type
zaptel.c:2561: error: dereferencing pointer to incomplete type
zaptel.c:2565: error: dereferencing pointer to incomplete type
zaptel.c:2568: error: dereferencing pointer to incomplete type
zaptel.c:2570: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alarm_notify':
zaptel.c:2614: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2614: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_common_ioctl':
zaptel.c:2724: error: dereferencing pointer to incomplete type
zaptel.c:2726: error: dereferencing pointer to incomplete type
zaptel.c:2729: error: dereferencing pointer to incomplete type
zaptel.c:2732: error: dereferencing pointer to incomplete type
zaptel.c:2733: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2737: error: dereferencing pointer to incomplete type
zaptel.c:2738: error: dereferencing pointer to incomplete type
zaptel.c:2739: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2746: error: dereferencing pointer to incomplete type
zaptel.c:2747: error: dereferencing pointer to incomplete type
zaptel.c:2748: error: dereferencing pointer to incomplete type
zaptel.c:2753: error: dereferencing pointer to incomplete type
zaptel.c:2754: error: dereferencing pointer to incomplete type
zaptel.c:2755: error: dereferencing pointer to incomplete type
zaptel.c:2756: error: dereferencing pointer to incomplete type
zaptel.c:2757: error: dereferencing pointer to incomplete type
zaptel.c:2758: error: dereferencing pointer to incomplete type
zaptel.c:2759: error: dereferencing pointer to incomplete type
zaptel.c:2760: error: dereferencing pointer to incomplete type
zaptel.c:2761: error: dereferencing pointer to incomplete type
zaptel.c:2762: error: dereferencing pointer to incomplete type
zaptel.c:2763: error: dereferencing pointer to incomplete type
zaptel.c:2764: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2767: error: dereferencing pointer to incomplete type
zaptel.c:2768: error: dereferencing pointer to incomplete type
zaptel.c:2770: error: dereferencing pointer to incomplete type
zaptel.c:2788: error: dereferencing pointer to incomplete type
zaptel.c:2789: error: dereferencing pointer to incomplete type
zaptel.c:2790: error: dereferencing pointer to incomplete type
zaptel.c:2791: error: dereferencing pointer to incomplete type
zaptel.c:2792: error: dereferencing pointer to incomplete type
zaptel.c:2794: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2796: error: dereferencing pointer to incomplete type
zaptel.c:2797: error: dereferencing pointer to incomplete type
zaptel.c:2798: error: dereferencing pointer to incomplete type
zaptel.c:2799: error: dereferencing pointer to incomplete type
zaptel.c:2800: error: dereferencing pointer to incomplete type
zaptel.c:2801: error: dereferencing pointer to incomplete type
zaptel.c:2812: error: dereferencing pointer to incomplete type
zaptel.c:2815: error: dereferencing pointer to incomplete type
zaptel.c:2816: error: dereferencing pointer to incomplete type
zaptel.c:2829: error: dereferencing pointer to incomplete type
zaptel.c:2830: error: dereferencing pointer to incomplete type
zaptel.c:2831: error: dereferencing pointer to incomplete type
zaptel.c:2832: error: dereferencing pointer to incomplete type
zaptel.c:2833: error: dereferencing pointer to incomplete type
zaptel.c:2836: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2842: error: dereferencing pointer to incomplete type
zaptel.c:2843: error: dereferencing pointer to incomplete type
zaptel.c:2845: error: dereferencing pointer to incomplete type
zaptel.c:2846: error: dereferencing pointer to incomplete type
zaptel.c:2849: error: dereferencing pointer to incomplete type
zaptel.c:2850: error: dereferencing pointer to incomplete type
zaptel.c:2851: error: dereferencing pointer to incomplete type
zaptel.c:2852: error: dereferencing pointer to incomplete type
zaptel.c:2853: error: dereferencing pointer to incomplete type
zaptel.c:2866: error: dereferencing pointer to incomplete type
zaptel.c:2887: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2887: error: dereferencing pointer to incomplete type
zaptel.c: In function `recalc_slaves':
zaptel.c:2962: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2971: error: dereferencing pointer to incomplete type
zaptel.c:2976: error: dereferencing pointer to incomplete type
zaptel.c:2977: error: dereferencing pointer to incomplete type
zaptel.c:2980: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ctl_ioctl':
zaptel.c:3027: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3027: error: dereferencing pointer to incomplete type
zaptel.c:3028: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3028: error: dereferencing pointer to incomplete type
zaptel.c:3029: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3029: error: dereferencing pointer to incomplete type
zaptel.c:3030: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3030: error: dereferencing pointer to incomplete type
zaptel.c:3031: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3031: error: dereferencing pointer to incomplete type
zaptel.c:3032: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3032: error: dereferencing pointer to incomplete type
zaptel.c:3052: error: dereferencing pointer to incomplete type
zaptel.c:3063: error: dereferencing pointer to incomplete type
zaptel.c:3085: error: dereferencing pointer to incomplete type
zaptel.c:3090: error: dereferencing pointer to incomplete type
zaptel.c:3099: error: dereferencing pointer to incomplete type
zaptel.c:3100: error: dereferencing pointer to incomplete type
zaptel.c:3101: error: dereferencing pointer to incomplete type
zaptel.c:3103: error: dereferencing pointer to incomplete type
zaptel.c:3104: error: dereferencing pointer to incomplete type
zaptel.c:3107: error: dereferencing pointer to incomplete type
zaptel.c:3108: error: dereferencing pointer to incomplete type
zaptel.c:3109: error: dereferencing pointer to incomplete type
zaptel.c:3111: error: dereferencing pointer to incomplete type
zaptel.c:3114: error: dereferencing pointer to incomplete type
zaptel.c:3115: error: dereferencing pointer to incomplete type
zaptel.c:3118: error: dereferencing pointer to incomplete type
zaptel.c:3119: error: dereferencing pointer to incomplete type
zaptel.c:3123: error: dereferencing pointer to incomplete type
zaptel.c:3126: error: dereferencing pointer to incomplete type
zaptel.c:3130: error: dereferencing pointer to incomplete type
zaptel.c:3133: error: dereferencing pointer to incomplete type
zaptel.c:3137: error: dereferencing pointer to incomplete type
zaptel.c:3138: error: dereferencing pointer to incomplete type
zaptel.c:3140: error: dereferencing pointer to incomplete type
zaptel.c:3143: error: dereferencing pointer to incomplete type
zaptel.c:3203: error: dereferencing pointer to incomplete type
zaptel.c:3205: error: dereferencing pointer to incomplete type
zaptel.c:3206: error: dereferencing pointer to incomplete type
zaptel.c:3209: error: dereferencing pointer to incomplete type
zaptel.c:3211: error: dereferencing pointer to incomplete type
zaptel.c:3214: error: dereferencing pointer to incomplete type
zaptel.c:3218: error: dereferencing pointer to incomplete type
zaptel.c:3219: error: dereferencing pointer to incomplete type
zaptel.c:3224: error: dereferencing pointer to incomplete type
zaptel.c:3230: error: dereferencing pointer to incomplete type
zaptel.c:3231: error: dereferencing pointer to incomplete type
zaptel.c:3232: error: dereferencing pointer to incomplete type
zaptel.c:3233: error: dereferencing pointer to incomplete type
zaptel.c:3234: error: dereferencing pointer to incomplete type
zaptel.c:3235: error: dereferencing pointer to incomplete type
zaptel.c:3236: error: dereferencing pointer to incomplete type
zaptel.c:3237: error: dereferencing pointer to incomplete type
zaptel.c:3238: error: dereferencing pointer to incomplete type
zaptel.c:3241: error: dereferencing pointer to incomplete type
zaptel.c:3242: error: dereferencing pointer to incomplete type
zaptel.c:3251: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chanandpseudo_ioctl':
zaptel.c:3368: error: dereferencing pointer to incomplete type
zaptel.c:3369: error: dereferencing pointer to incomplete type
zaptel.c:3370: error: dereferencing pointer to incomplete type
zaptel.c:3380: error: dereferencing pointer to incomplete type
zaptel.c:3383: error: dereferencing pointer to incomplete type
zaptel.c:3384: error: dereferencing pointer to incomplete type
zaptel.c:3385: error: dereferencing pointer to incomplete type
zaptel.c:3386: error: dereferencing pointer to incomplete type
zaptel.c:3387: error: dereferencing pointer to incomplete type
zaptel.c:3390: error: dereferencing pointer to incomplete type
zaptel.c:3391: error: dereferencing pointer to incomplete type
zaptel.c:3395: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3401: error: dereferencing pointer to incomplete type
zaptel.c:3403: error: dereferencing pointer to incomplete type
zaptel.c:3410: error: dereferencing pointer to incomplete type
zaptel.c:3413: error: dereferencing pointer to incomplete type
zaptel.c:3414: error: dereferencing pointer to incomplete type
zaptel.c:3415: error: dereferencing pointer to incomplete type
zaptel.c:3416: error: dereferencing pointer to incomplete type
zaptel.c:3432: error: dereferencing pointer to incomplete type
zaptel.c:3433: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3448: error: dereferencing pointer to incomplete type
zaptel.c:3453: error: dereferencing pointer to incomplete type
zaptel.c:3457: error: dereferencing pointer to incomplete type
zaptel.c:3458: error: dereferencing pointer to incomplete type
zaptel.c:3459: error: dereferencing pointer to incomplete type
zaptel.c:3461: error: dereferencing pointer to incomplete type
zaptel.c:3462: error: dereferencing pointer to incomplete type
zaptel.c:3464: error: dereferencing pointer to incomplete type
zaptel.c:3465: error: dereferencing pointer to incomplete type
zaptel.c:3470: error: dereferencing pointer to incomplete type
zaptel.c:3471: error: dereferencing pointer to incomplete type
zaptel.c:3472: error: dereferencing pointer to incomplete type
zaptel.c:3474: error: dereferencing pointer to incomplete type
zaptel.c:3475: error: dereferencing pointer to incomplete type
zaptel.c:3477: error: dereferencing pointer to incomplete type
zaptel.c:3478: error: dereferencing pointer to incomplete type
zaptel.c:3481: error: dereferencing pointer to incomplete type
zaptel.c:3482: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3489: error: dereferencing pointer to incomplete type
zaptel.c:3494: error: dereferencing pointer to incomplete type
zaptel.c:3496: error: dereferencing pointer to incomplete type
zaptel.c:3497: error: dereferencing pointer to incomplete type
zaptel.c:3499: error: dereferencing pointer to incomplete type
zaptel.c:3504: error: dereferencing pointer to incomplete type
zaptel.c:3505: error: dereferencing pointer to incomplete type
zaptel.c:3510: error: dereferencing pointer to incomplete type
zaptel.c:3512: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3519: error: dereferencing pointer to incomplete type
zaptel.c:3521: error: dereferencing pointer to incomplete type
zaptel.c:3525: error: dereferencing pointer to incomplete type
zaptel.c:3528: error: dereferencing pointer to incomplete type
zaptel.c:3529: error: dereferencing pointer to incomplete type
zaptel.c:3533: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3539: error: dereferencing pointer to incomplete type
zaptel.c:3541: error: dereferencing pointer to incomplete type
zaptel.c:3547: error: dereferencing pointer to incomplete type
zaptel.c:3551: error: dereferencing pointer to incomplete type
zaptel.c:3556: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3563: error: dereferencing pointer to incomplete type
zaptel.c:3564: error: dereferencing pointer to incomplete type
zaptel.c:3566: error: dereferencing pointer to incomplete type
zaptel.c:3571: error: dereferencing pointer to incomplete type
zaptel.c:3573: error: dereferencing pointer to incomplete type
zaptel.c:3577: error: dereferencing pointer to incomplete type
zaptel.c:3578: error: dereferencing pointer to incomplete type
zaptel.c:3584: error: dereferencing pointer to incomplete type
zaptel.c:3586: error: dereferencing pointer to incomplete type
zaptel.c:3589: error: dereferencing pointer to incomplete type
zaptel.c:3590: error: dereferencing pointer to incomplete type
zaptel.c:3591: error: dereferencing pointer to incomplete type
zaptel.c:3594: error: dereferencing pointer to incomplete type
zaptel.c:3599: error: dereferencing pointer to incomplete type
zaptel.c:3601: error: dereferencing pointer to incomplete type
zaptel.c:3607: error: dereferencing pointer to incomplete type
zaptel.c:3610: error: dereferencing pointer to incomplete type
zaptel.c:3612: error: dereferencing pointer to incomplete type
zaptel.c:3613: error: dereferencing pointer to incomplete type
zaptel.c:3620: error: dereferencing pointer to incomplete type
zaptel.c:3623: error: dereferencing pointer to incomplete type
zaptel.c:3638: error: dereferencing pointer to incomplete type
zaptel.c:3643: error: dereferencing pointer to incomplete type
zaptel.c:3648: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3653: error: dereferencing pointer to incomplete type
zaptel.c:3654: error: dereferencing pointer to incomplete type
zaptel.c:3655: error: dereferencing pointer to incomplete type
zaptel.c:3656: error: dereferencing pointer to incomplete type
zaptel.c:3664: error: dereferencing pointer to incomplete type
zaptel.c:3666: error: dereferencing pointer to incomplete type
zaptel.c:3671: error: dereferencing pointer to incomplete type
zaptel.c:3679: error: dereferencing pointer to incomplete type
zaptel.c:3686: error: dereferencing pointer to incomplete type
zaptel.c:3737: error: dereferencing pointer to incomplete type
zaptel.c:3741: error: dereferencing pointer to incomplete type
zaptel.c:3752: error: dereferencing pointer to incomplete type
zaptel.c:3756: error: dereferencing pointer to incomplete type
zaptel.c:3785: error: dereferencing pointer to incomplete type
zaptel.c:3789: error: dereferencing pointer to incomplete type
zaptel.c:3791: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3799: error: dereferencing pointer to incomplete type
zaptel.c:3802: error: dereferencing pointer to incomplete type
zaptel.c:3803: error: dereferencing pointer to incomplete type
zaptel.c:3804: error: dereferencing pointer to incomplete type
zaptel.c:3810: error: dereferencing pointer to incomplete type
zaptel.c:3811: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3815: error: dereferencing pointer to incomplete type
zaptel.c:3816: error: dereferencing pointer to incomplete type
zaptel.c:3817: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3824: error: dereferencing pointer to incomplete type
zaptel.c:3832: error: dereferencing pointer to incomplete type
zaptel.c:3833: error: dereferencing pointer to incomplete type
zaptel.c:3834: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_ioctl':
zaptel.c:3884: error: dereferencing pointer to incomplete type
zaptel.c:3886: error: dereferencing pointer to incomplete type
zaptel.c:3888: error: dereferencing pointer to incomplete type
zaptel.c:3890: error: dereferencing pointer to incomplete type
zaptel.c:3893: error: dereferencing pointer to incomplete type
zaptel.c:3894: error: dereferencing pointer to incomplete type
zaptel.c:3898: error: dereferencing pointer to incomplete type
zaptel.c:3903: error: dereferencing pointer to incomplete type
zaptel.c:3906: error: dereferencing pointer to incomplete type
zaptel.c:3907: error: dereferencing pointer to incomplete type
zaptel.c:3908: error: dereferencing pointer to incomplete type
zaptel.c:3909: error: dereferencing pointer to incomplete type
zaptel.c:3914: error: dereferencing pointer to incomplete type
zaptel.c:3915: error: dereferencing pointer to incomplete type
zaptel.c:3917: error: dereferencing pointer to incomplete type
zaptel.c:3919: error: dereferencing pointer to incomplete type
zaptel.c:3920: error: dereferencing pointer to incomplete type
zaptel.c:3921: error: dereferencing pointer to incomplete type
zaptel.c:3922: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3926: error: dereferencing pointer to incomplete type
zaptel.c:3927: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3931: error: dereferencing pointer to incomplete type
zaptel.c:3935: error: dereferencing pointer to incomplete type
zaptel.c:3936: error: dereferencing pointer to incomplete type
zaptel.c:3937: error: dereferencing pointer to incomplete type
zaptel.c:3938: error: dereferencing pointer to incomplete type
zaptel.c:4011: error: dereferencing pointer to incomplete type
zaptel.c:4013: error: dereferencing pointer to incomplete type
zaptel.c:4015: error: dereferencing pointer to incomplete type
zaptel.c:4016: error: dereferencing pointer to incomplete type
zaptel.c:4017: error: dereferencing pointer to incomplete type
zaptel.c:4021: error: dereferencing pointer to incomplete type
zaptel.c:4023: error: dereferencing pointer to incomplete type
zaptel.c:4025: error: dereferencing pointer to incomplete type
zaptel.c:4026: error: dereferencing pointer to incomplete type
zaptel.c:4027: error: dereferencing pointer to incomplete type
zaptel.c:4031: error: dereferencing pointer to incomplete type
zaptel.c:4046: error: dereferencing pointer to incomplete type
zaptel.c:4048: error: dereferencing pointer to incomplete type
zaptel.c:4049: error: dereferencing pointer to incomplete type
zaptel.c:4050: error: dereferencing pointer to incomplete type
zaptel.c:4051: error: dereferencing pointer to incomplete type
zaptel.c:4052: error: dereferencing pointer to incomplete type
zaptel.c:4053: error: dereferencing pointer to incomplete type
zaptel.c:4054: error: dereferencing pointer to incomplete type
zaptel.c:4055: error: dereferencing pointer to incomplete type
zaptel.c:4056: error: dereferencing pointer to incomplete type
zaptel.c:4060: error: dereferencing pointer to incomplete type
zaptel.c:4061: error: dereferencing pointer to incomplete type
zaptel.c:4062: error: dereferencing pointer to incomplete type
zaptel.c:4063: error: dereferencing pointer to incomplete type
zaptel.c:4064: error: dereferencing pointer to incomplete type
zaptel.c:4065: error: dereferencing pointer to incomplete type
zaptel.c:4066: error: dereferencing pointer to incomplete type
zaptel.c:4067: error: dereferencing pointer to incomplete type
zaptel.c:4077: error: dereferencing pointer to incomplete type
zaptel.c:4079: error: dereferencing pointer to incomplete type
zaptel.c:4080: error: dereferencing pointer to incomplete type
zaptel.c:4085: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4097: error: dereferencing pointer to incomplete type
zaptel.c:4099: error: dereferencing pointer to incomplete type
zaptel.c:4102: error: dereferencing pointer to incomplete type
zaptel.c:4103: error: dereferencing pointer to incomplete type
zaptel.c:4105: error: dereferencing pointer to incomplete type
zaptel.c:4106: error: dereferencing pointer to incomplete type
zaptel.c:4107: error: dereferencing pointer to incomplete type
zaptel.c:4108: error: dereferencing pointer to incomplete type
zaptel.c:4109: error: dereferencing pointer to incomplete type
zaptel.c:4110: error: dereferencing pointer to incomplete type
zaptel.c:4111: error: dereferencing pointer to incomplete type
zaptel.c:4114: error: dereferencing pointer to incomplete type
zaptel.c:4116: error: dereferencing pointer to incomplete type
zaptel.c:4119: error: dereferencing pointer to incomplete type
zaptel.c:4120: error: dereferencing pointer to incomplete type
zaptel.c:4121: error: dereferencing pointer to incomplete type
zaptel.c:4122: error: dereferencing pointer to incomplete type
zaptel.c:4125: error: dereferencing pointer to incomplete type
zaptel.c:4126: error: dereferencing pointer to incomplete type
zaptel.c:4130: error: dereferencing pointer to incomplete type
zaptel.c:4131: error: dereferencing pointer to incomplete type
zaptel.c:4132: error: dereferencing pointer to incomplete type
zaptel.c:4135: error: dereferencing pointer to incomplete type
zaptel.c:4137: error: dereferencing pointer to incomplete type
zaptel.c:4138: error: dereferencing pointer to incomplete type
zaptel.c:4141: error: dereferencing pointer to incomplete type
zaptel.c:4142: error: dereferencing pointer to incomplete type
zaptel.c:4143: error: dereferencing pointer to incomplete type
zaptel.c:4152: error: dereferencing pointer to incomplete type
zaptel.c:4153: error: dereferencing pointer to incomplete type
zaptel.c:4154: error: dereferencing pointer to incomplete type
zaptel.c:4157: error: dereferencing pointer to incomplete type
zaptel.c:4158: error: dereferencing pointer to incomplete type
zaptel.c:4159: error: dereferencing pointer to incomplete type
zaptel.c:4161: error: dereferencing pointer to incomplete type
zaptel.c:4165: error: dereferencing pointer to incomplete type
zaptel.c:4166: error: dereferencing pointer to incomplete type
zaptel.c:4167: error: dereferencing pointer to incomplete type
zaptel.c:4170: error: dereferencing pointer to incomplete type
zaptel.c:4171: error: dereferencing pointer to incomplete type
zaptel.c:4172: error: dereferencing pointer to incomplete type
zaptel.c:4174: error: dereferencing pointer to incomplete type
zaptel.c:4178: error: dereferencing pointer to incomplete type
zaptel.c:4180: error: dereferencing pointer to incomplete type
zaptel.c:4185: error: dereferencing pointer to incomplete type
zaptel.c:4186: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_prechan_ioctl':
zaptel.c:4212: error: dereferencing pointer to incomplete type
zaptel.c:4230: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ioctl':
zaptel.c:4243: error: dereferencing pointer to incomplete type
zaptel.c:4250: error: dereferencing pointer to incomplete type
zaptel.c:4257: error: dereferencing pointer to incomplete type
zaptel.c:4259: error: dereferencing pointer to incomplete type
zaptel.c:4264: error: dereferencing pointer to incomplete type
zaptel.c:4269: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_register':
zaptel.c:4312: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4312: error: dereferencing pointer to incomplete type
zaptel.c:4313: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4313: error: dereferencing pointer to incomplete type
zaptel.c:4336: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4336: error: dereferencing pointer to incomplete type
zaptel.c:4337: warning: implicit declaration of function `class_simple_device_add'
zaptel.c:4337: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4337: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_unregister':
zaptel.c:4387: warning: implicit declaration of function `class_simple_device_remove'
zaptel.c:4387: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4387: error: dereferencing pointer to incomplete type
zaptel.c:4395: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4395: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:4519: error: parse error before "alaw"
zaptel.c:4520: warning: function declaration isn't a prototype
zaptel.c: In function `alaw2linear':
zaptel.c:4524: error: `alaw' undeclared (first use in this function)
zaptel.c: In function `__zt_process_getaudio_chunk':
zaptel.c:4569: error: dereferencing pointer to incomplete type
zaptel.c:4576: error: dereferencing pointer to incomplete type
zaptel.c:4578: error: dereferencing pointer to incomplete type
zaptel.c:4581: error: dereferencing pointer to incomplete type
zaptel.c:4582: error: dereferencing pointer to incomplete type
zaptel.c:4583: error: dereferencing pointer to incomplete type
zaptel.c:4584: error: dereferencing pointer to incomplete type
zaptel.c:4585: error: dereferencing pointer to incomplete type
zaptel.c:4586: error: dereferencing pointer to incomplete type
zaptel.c:4587: error: dereferencing pointer to incomplete type
zaptel.c:4588: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4596: error: dereferencing pointer to incomplete type
zaptel.c:4602: error: dereferencing pointer to incomplete type
zaptel.c:4604: error: dereferencing pointer to incomplete type
zaptel.c:4605: error: dereferencing pointer to incomplete type
zaptel.c:4607: error: dereferencing pointer to incomplete type
zaptel.c:4610: error: dereferencing pointer to incomplete type
zaptel.c:4614: error: dereferencing pointer to incomplete type
zaptel.c:4616: error: dereferencing pointer to incomplete type
zaptel.c:4617: error: dereferencing pointer to incomplete type
zaptel.c:4619: error: dereferencing pointer to incomplete type
zaptel.c:4623: error: dereferencing pointer to incomplete type
zaptel.c:4627: error: dereferencing pointer to incomplete type
zaptel.c:4628: error: dereferencing pointer to incomplete type
zaptel.c:4629: error: dereferencing pointer to incomplete type
zaptel.c:4631: error: dereferencing pointer to incomplete type
zaptel.c:4639: error: dereferencing pointer to incomplete type
zaptel.c:4643: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4656: error: dereferencing pointer to incomplete type
zaptel.c:4660: error: dereferencing pointer to incomplete type
zaptel.c:4663: error: dereferencing pointer to incomplete type
zaptel.c:4667: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4675: error: dereferencing pointer to incomplete type
zaptel.c:4681: error: dereferencing pointer to incomplete type
zaptel.c:4683: error: dereferencing pointer to incomplete type
zaptel.c:4685: error: dereferencing pointer to incomplete type
zaptel.c:4688: error: dereferencing pointer to incomplete type
zaptel.c:4693: error: dereferencing pointer to incomplete type
zaptel.c:4697: error: dereferencing pointer to incomplete type
zaptel.c:4699: error: dereferencing pointer to incomplete type
zaptel.c:4701: error: dereferencing pointer to incomplete type
zaptel.c:4704: error: dereferencing pointer to incomplete type
zaptel.c:4708: error: dereferencing pointer to incomplete type
zaptel.c:4710: error: dereferencing pointer to incomplete type
zaptel.c:4711: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4718: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4726: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4731: error: dereferencing pointer to incomplete type
zaptel.c:4733: error: dereferencing pointer to incomplete type
zaptel.c:4735: error: dereferencing pointer to incomplete type
zaptel.c:4736: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4751: error: dereferencing pointer to incomplete type
zaptel.c:4756: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getbuf_chunk':
zaptel.c:4763: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4783: error: dereferencing pointer to incomplete type
zaptel.c:4787: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4790: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4802: error: dereferencing pointer to incomplete type
zaptel.c:4804: error: dereferencing pointer to incomplete type
zaptel.c:4805: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4811: error: dereferencing pointer to incomplete type
zaptel.c:4812: error: dereferencing pointer to incomplete type
zaptel.c:4813: error: dereferencing pointer to incomplete type
zaptel.c:4815: error: dereferencing pointer to incomplete type
zaptel.c:4816: error: dereferencing pointer to incomplete type
zaptel.c:4818: error: dereferencing pointer to incomplete type
zaptel.c:4821: error: dereferencing pointer to incomplete type
zaptel.c:4833: error: dereferencing pointer to incomplete type
zaptel.c:4834: error: dereferencing pointer to incomplete type
zaptel.c:4835: error: dereferencing pointer to incomplete type
zaptel.c:4836: error: dereferencing pointer to incomplete type
zaptel.c:4837: error: dereferencing pointer to incomplete type
zaptel.c:4840: error: dereferencing pointer to incomplete type
zaptel.c:4841: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4860: error: dereferencing pointer to incomplete type
zaptel.c:4862: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4867: error: dereferencing pointer to incomplete type
zaptel.c:4868: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4870: error: dereferencing pointer to incomplete type
zaptel.c:4872: error: dereferencing pointer to incomplete type
zaptel.c:4875: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4879: error: dereferencing pointer to incomplete type
zaptel.c:4882: error: dereferencing pointer to incomplete type
zaptel.c:4883: error: dereferencing pointer to incomplete type
zaptel.c:4884: error: dereferencing pointer to incomplete type
zaptel.c:4887: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c: In function `rbs_itimer_expire':
zaptel.c:4904: error: dereferencing pointer to incomplete type
zaptel.c:4910: error: dereferencing pointer to incomplete type
zaptel.c: In function `__rbs_otimer_expire':
zaptel.c:4924: error: dereferencing pointer to incomplete type
zaptel.c:4926: error: dereferencing pointer to incomplete type
zaptel.c:4929: error: dereferencing pointer to incomplete type
zaptel.c:4930: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4945: error: dereferencing pointer to incomplete type
zaptel.c:4946: error: dereferencing pointer to incomplete type
zaptel.c:4947: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4951: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4962: error: dereferencing pointer to incomplete type
zaptel.c:4967: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4975: error: dereferencing pointer to incomplete type
zaptel.c:4980: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4987: error: dereferencing pointer to incomplete type
zaptel.c:4993: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4995: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5002: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5009: error: dereferencing pointer to incomplete type
zaptel.c:5013: error: dereferencing pointer to incomplete type
zaptel.c:5016: error: dereferencing pointer to incomplete type
zaptel.c:5017: error: dereferencing pointer to incomplete type
zaptel.c:5022: error: dereferencing pointer to incomplete type
zaptel.c:5023: error: dereferencing pointer to incomplete type
zaptel.c:5027: error: dereferencing pointer to incomplete type
zaptel.c:5028: error: dereferencing pointer to incomplete type
zaptel.c:5029: error: dereferencing pointer to incomplete type
zaptel.c:5032: error: dereferencing pointer to incomplete type
zaptel.c:5035: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5037: error: dereferencing pointer to incomplete type
zaptel.c:5041: error: dereferencing pointer to incomplete type
zaptel.c:5043: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_hooksig_pvt':
zaptel.c:5057: error: dereferencing pointer to incomplete type
zaptel.c:5059: error: dereferencing pointer to incomplete type
zaptel.c:5061: error: dereferencing pointer to incomplete type
zaptel.c:5062: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5074: error: dereferencing pointer to incomplete type
zaptel.c:5078: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5088: error: dereferencing pointer to incomplete type
zaptel.c:5092: error: dereferencing pointer to incomplete type
zaptel.c:5093: error: dereferencing pointer to incomplete type
zaptel.c:5094: error: dereferencing pointer to incomplete type
zaptel.c:5095: error: dereferencing pointer to incomplete type
zaptel.c:5103: error: dereferencing pointer to incomplete type
zaptel.c:5105: error: dereferencing pointer to incomplete type
zaptel.c:5114: error: dereferencing pointer to incomplete type
zaptel.c:5117: error: dereferencing pointer to incomplete type
zaptel.c:5121: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5128: error: dereferencing pointer to incomplete type
zaptel.c:5129: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5131: error: dereferencing pointer to incomplete type
zaptel.c:5138: error: dereferencing pointer to incomplete type
zaptel.c:5140: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5148: error: dereferencing pointer to incomplete type
zaptel.c:5149: error: dereferencing pointer to incomplete type
zaptel.c:5150: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5153: error: dereferencing pointer to incomplete type
zaptel.c:5154: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hooksig':
zaptel.c:5168: error: dereferencing pointer to incomplete type
zaptel.c:5170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbsbits':
zaptel.c:5176: error: dereferencing pointer to incomplete type
zaptel.c:5179: error: dereferencing pointer to incomplete type
zaptel.c:5181: error: dereferencing pointer to incomplete type
zaptel.c:5182: error: dereferencing pointer to incomplete type
zaptel.c:5209: error: dereferencing pointer to incomplete type
zaptel.c:5225: error: dereferencing pointer to incomplete type
zaptel.c:5226: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ec_chunk':
zaptel.c:5234: error: dereferencing pointer to incomplete type
zaptel.c:5236: error: dereferencing pointer to incomplete type
zaptel.c:5240: error: dereferencing pointer to incomplete type
zaptel.c:5243: error: dereferencing pointer to incomplete type
zaptel.c:5244: error: dereferencing pointer to incomplete type
zaptel.c:5245: error: dereferencing pointer to incomplete type
zaptel.c:5246: error: dereferencing pointer to incomplete type
zaptel.c:5247: error: dereferencing pointer to incomplete type
zaptel.c:5248: error: dereferencing pointer to incomplete type
zaptel.c:5251: error: dereferencing pointer to incomplete type
zaptel.c:5252: error: dereferencing pointer to incomplete type
zaptel.c:5253: error: dereferencing pointer to incomplete type
zaptel.c:5255: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5260: error: dereferencing pointer to incomplete type
zaptel.c:5264: error: dereferencing pointer to incomplete type
zaptel.c:5268: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5270: error: dereferencing pointer to incomplete type
zaptel.c:5277: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_process_putaudio_chunk':
zaptel.c:5333: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5342: error: dereferencing pointer to incomplete type
zaptel.c:5346: error: dereferencing pointer to incomplete type
zaptel.c:5347: error: dereferencing pointer to incomplete type
zaptel.c:5351: error: dereferencing pointer to incomplete type
zaptel.c:5353: error: dereferencing pointer to incomplete type
zaptel.c:5354: error: dereferencing pointer to incomplete type
zaptel.c:5355: error: dereferencing pointer to incomplete type
zaptel.c:5356: error: dereferencing pointer to incomplete type
zaptel.c:5357: error: dereferencing pointer to incomplete type
zaptel.c:5358: error: dereferencing pointer to incomplete type
zaptel.c:5359: error: dereferencing pointer to incomplete type
zaptel.c:5360: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5373: error: dereferencing pointer to incomplete type
zaptel.c:5376: error: dereferencing pointer to incomplete type
zaptel.c:5378: error: dereferencing pointer to incomplete type
zaptel.c:5379: error: dereferencing pointer to incomplete type
zaptel.c:5387: error: dereferencing pointer to incomplete type
zaptel.c:5392: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5400: error: dereferencing pointer to incomplete type
zaptel.c:5401: error: dereferencing pointer to incomplete type
zaptel.c:5407: error: dereferencing pointer to incomplete type
zaptel.c:5409: error: dereferencing pointer to incomplete type
zaptel.c:5410: error: dereferencing pointer to incomplete type
zaptel.c:5412: error: dereferencing pointer to incomplete type
zaptel.c:5416: error: dereferencing pointer to incomplete type
zaptel.c:5420: error: dereferencing pointer to incomplete type
zaptel.c:5422: error: dereferencing pointer to incomplete type
zaptel.c:5423: error: dereferencing pointer to incomplete type
zaptel.c:5425: error: dereferencing pointer to incomplete type
zaptel.c:5429: error: dereferencing pointer to incomplete type
zaptel.c:5433: error: dereferencing pointer to incomplete type
zaptel.c:5438: error: dereferencing pointer to incomplete type
zaptel.c:5439: error: dereferencing pointer to incomplete type
zaptel.c:5442: error: dereferencing pointer to incomplete type
zaptel.c:5446: error: dereferencing pointer to incomplete type
zaptel.c:5450: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5459: error: dereferencing pointer to incomplete type
zaptel.c:5461: error: dereferencing pointer to incomplete type
zaptel.c:5463: error: dereferencing pointer to incomplete type
zaptel.c:5467: error: dereferencing pointer to incomplete type
zaptel.c:5470: error: dereferencing pointer to incomplete type
zaptel.c:5472: error: dereferencing pointer to incomplete type
zaptel.c:5474: error: dereferencing pointer to incomplete type
zaptel.c:5476: error: dereferencing pointer to incomplete type
zaptel.c:5480: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5486: error: dereferencing pointer to incomplete type
zaptel.c:5490: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5502: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5508: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5521: error: dereferencing pointer to incomplete type
zaptel.c:5523: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_putbuf_chunk':
zaptel.c:5537: error: dereferencing pointer to incomplete type
zaptel.c:5559: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5565: error: dereferencing pointer to incomplete type
zaptel.c:5568: error: dereferencing pointer to incomplete type
zaptel.c:5570: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5598: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5602: error: dereferencing pointer to incomplete type
zaptel.c:5603: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5620: error: dereferencing pointer to incomplete type
zaptel.c:5621: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5696: error: dereferencing pointer to incomplete type
zaptel.c:5698: error: dereferencing pointer to incomplete type
zaptel.c:5700: error: dereferencing pointer to incomplete type
zaptel.c:5701: error: dereferencing pointer to incomplete type
zaptel.c:5713: error: dereferencing pointer to incomplete type
zaptel.c:5719: error: dereferencing pointer to incomplete type
zaptel.c:5720: error: dereferencing pointer to incomplete type
zaptel.c:5721: error: dereferencing pointer to incomplete type
zaptel.c:5722: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5729: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5756: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_poll':
zaptel.c:5823: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_poll':
zaptel.c:5848: error: dereferencing pointer to incomplete type
zaptel.c:5850: error: dereferencing pointer to incomplete type
zaptel.c:5852: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5863: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_poll':
zaptel.c:5871: error: dereferencing pointer to incomplete type
zaptel.c:5881: error: dereferencing pointer to incomplete type
zaptel.c:5884: error: dereferencing pointer to incomplete type
zaptel.c:5887: error: dereferencing pointer to incomplete type
zaptel.c:5892: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_transmit_chunk':
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_transmit':
zaptel.c:5919: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5923: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getempty':
zaptel.c:5938: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5945: error: dereferencing pointer to incomplete type
zaptel.c:5947: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5952: error: dereferencing pointer to incomplete type
zaptel.c:5953: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5955: error: dereferencing pointer to incomplete type
zaptel.c:5957: error: dereferencing pointer to incomplete type
zaptel.c:5960: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_receive_chunk':
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_receive':
zaptel.c:5997: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:6001: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_transmit':
zaptel.c:6012: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6012: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6014: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6014: error: dereferencing pointer to incomplete type
zaptel.c:6015: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6015: error: dereferencing pointer to incomplete type
zaptel.c:6016: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6016: error: dereferencing pointer to incomplete type
zaptel.c:6017: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6017: error: dereferencing pointer to incomplete type
zaptel.c:6020: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6020: error: dereferencing pointer to incomplete type
zaptel.c:6021: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6021: error: dereferencing pointer to incomplete type
zaptel.c:6023: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6023: error: dereferencing pointer to incomplete type
zaptel.c:6024: error: `u_char' undeclared (first use in this function)
zaptel.c:6024: error: parse error before "data"
zaptel.c:6033: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6033: error: dereferencing pointer to incomplete type
zaptel.c:6036: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6036: error: dereferencing pointer to incomplete type
zaptel.c:6036: warning: dereferencing `void *' pointer
zaptel.c:6037: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6037: error: dereferencing pointer to incomplete type
zaptel.c:6042: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6042: error: dereferencing pointer to incomplete type
zaptel.c:6045: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6045: error: dereferencing pointer to incomplete type
zaptel.c:6046: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6046: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6056: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6056: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_receive':
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6083: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6083: error: dereferencing pointer to incomplete type
zaptel.c:6084: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6084: error: dereferencing pointer to incomplete type
zaptel.c:6086: error: `u_char' undeclared (first use in this function)
zaptel.c:6086: error: parse error before "data"
zaptel.c:6092: warning: dereferencing `void *' pointer
zaptel.c:6092: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6092: error: dereferencing pointer to incomplete type
zaptel.c:6092: error: invalid use of void expression
zaptel.c:6094: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6094: error: dereferencing pointer to incomplete type
zaptel.c:6097: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6097: error: dereferencing pointer to incomplete type
zaptel.c:6102: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6102: error: dereferencing pointer to incomplete type
zaptel.c:6104: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6104: error: dereferencing pointer to incomplete type
zaptel.c:6105: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6105: error: dereferencing pointer to incomplete type
zaptel.c:6106: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6106: error: dereferencing pointer to incomplete type
zaptel.c:6107: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6107: error: dereferencing pointer to incomplete type
zaptel.c:6110: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6110: error: dereferencing pointer to incomplete type
zaptel.c:6111: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6111: error: dereferencing pointer to incomplete type
zaptel.c:6112: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6112: error: dereferencing pointer to incomplete type
zaptel.c:6113: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6113: error: dereferencing pointer to incomplete type
zaptel.c:6114: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6114: error: dereferencing pointer to incomplete type
zaptel.c:6115: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6115: error: dereferencing pointer to incomplete type
zaptel.c:6116: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6116: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6119: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6119: error: dereferencing pointer to incomplete type
zaptel.c:6122: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6122: error: dereferencing pointer to incomplete type
zaptel.c:6124: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6124: error: dereferencing pointer to incomplete type
zaptel.c:6125: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6125: error: dereferencing pointer to incomplete type
zaptel.c:6127: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6127: error: dereferencing pointer to incomplete type
zaptel.c:6129: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6129: error: dereferencing pointer to incomplete type
zaptel.c:6132: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6132: error: dereferencing pointer to incomplete type
zaptel.c:6133: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6133: error: dereferencing pointer to incomplete type
zaptel.c:6134: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6134: error: dereferencing pointer to incomplete type
zaptel.c:6135: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6135: error: dereferencing pointer to incomplete type
zaptel.c:6136: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6136: error: dereferencing pointer to incomplete type
zaptel.c:6137: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6137: error: dereferencing pointer to incomplete type
zaptel.c:6138: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6138: error: dereferencing pointer to incomplete type
zaptel.c:6139: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6139: error: dereferencing pointer to incomplete type
zaptel.c:6141: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6141: error: dereferencing pointer to incomplete type
zaptel.c:6142: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6142: error: dereferencing pointer to incomplete type
zaptel.c:6144: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6144: error: dereferencing pointer to incomplete type
zaptel.c:6148: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6148: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6165: error: dereferencing pointer to incomplete type
zaptel.c:6166: error: dereferencing pointer to incomplete type
zaptel.c:6169: error: dereferencing pointer to incomplete type
zaptel.c:6170: error: dereferencing pointer to incomplete type
zaptel.c:6177: error: dereferencing pointer to incomplete type
zaptel.c:6178: error: dereferencing pointer to incomplete type
zaptel.c:6180: error: dereferencing pointer to incomplete type
zaptel.c:6201: error: dereferencing pointer to incomplete type
zaptel.c:6203: error: dereferencing pointer to incomplete type
zaptel.c:6206: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6212: error: dereferencing pointer to incomplete type
zaptel.c:6213: error: dereferencing pointer to incomplete type
zaptel.c:6216: error: dereferencing pointer to incomplete type
zaptel.c:6217: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:6240: error: variable `zt_fops' has initializer but incomplete type
zaptel.c:6241: error: unknown field `owner' specified in initializer
zaptel.c:6241: warning: excess elements in struct initializer
zaptel.c:6241: warning: (near initialization for `zt_fops')
zaptel.c:6242: error: unknown field `llseek' specified in initializer
zaptel.c:6242: warning: excess elements in struct initializer
zaptel.c:6242: warning: (near initialization for `zt_fops')
zaptel.c:6243: error: unknown field `open' specified in initializer
zaptel.c:6243: warning: excess elements in struct initializer
zaptel.c:6243: warning: (near initialization for `zt_fops')
zaptel.c:6244: error: unknown field `release' specified in initializer
zaptel.c:6244: warning: excess elements in struct initializer
zaptel.c:6244: warning: (near initialization for `zt_fops')
zaptel.c:6245: error: unknown field `ioctl' specified in initializer
zaptel.c:6245: warning: excess elements in struct initializer
zaptel.c:6245: warning: (near initialization for `zt_fops')
zaptel.c:6246: error: unknown field `read' specified in initializer
zaptel.c:6246: warning: excess elements in struct initializer
zaptel.c:6246: warning: (near initialization for `zt_fops')
zaptel.c:6247: error: unknown field `write' specified in initializer
zaptel.c:6247: warning: excess elements in struct initializer
zaptel.c:6247: warning: (near initialization for `zt_fops')
zaptel.c:6248: error: unknown field `poll' specified in initializer
zaptel.c:6248: warning: excess elements in struct initializer
zaptel.c:6248: warning: (near initialization for `zt_fops')
zaptel.c:6249: error: unknown field `mmap' specified in initializer
zaptel.c:6249: warning: excess elements in struct initializer
zaptel.c:6249: warning: (near initialization for `zt_fops')
zaptel.c:6250: error: unknown field `flush' specified in initializer
zaptel.c:6250: warning: excess elements in struct initializer
zaptel.c:6250: warning: (near initialization for `zt_fops')
zaptel.c:6251: error: unknown field `fsync' specified in initializer
zaptel.c:6251: warning: excess elements in struct initializer
zaptel.c:6251: warning: (near initialization for `zt_fops')
zaptel.c:6252: error: unknown field `fasync' specified in initializer
zaptel.c:6252: warning: excess elements in struct initializer
zaptel.c:6252: warning: (near initialization for `zt_fops')
zaptel.c: In function `zt_init':
zaptel.c:6323: warning: implicit declaration of function `class_simple_create'
zaptel.c:6323: warning: assignment makes pointer from integer without a cast
zaptel.c: In function `zt_cleanup':
zaptel.c:6384: warning: implicit declaration of function `class_simple_destroy'
zaptel.c: At top level:
/usr/include/asm-generic/siginfo.h:53: error: storage size of `_pad' isn't known
/usr/include/linux/stat.h:68: error: storage size of `atime' isn't known
/usr/include/linux/stat.h:69: error: storage size of `mtime' isn't known
/usr/include/linux/stat.h:70: error: storage size of `ctime' isn't known
/usr/include/linux/fs.h:262: error: storage size of `ia_atime' isn't known
/usr/include/linux/fs.h:263: error: storage size of `ia_mtime' isn't known
/usr/include/linux/fs.h:264: error: storage size of `ia_ctime' isn't known
/usr/include/linux/quota.h:226: error: storage size of `dq_dqb' isn't known
/usr/include/linux/fs.h:381: error: storage size of `i_atime' isn't known
/usr/include/linux/fs.h:382: error: storage size of `i_mtime' isn't known
/usr/include/linux/fs.h:383: error: storage size of `i_ctime' isn't known
/usr/include/linux/fs.h:515: error: storage size of `f_owner' isn't known
zaptel.h:1065: error: storage size of `confin' isn't known
zaptel.h:1066: error: storage size of `confout' isn't known
zaptel.c:6240: error: storage size of `zt_fops' isn't known
make: *** [zaptel.o] Error 1
make: Leaving directory `/usr/src/zaptel'
debian:/usr/src/zaptel# ls usr      cd usr   /s usr/include
debian:/usr/include# ls
_G_config.h  byteswap.h   dlfcn.h     fmtmsg.h            iconv.h        locale.h       netatalk    panel.h      rpcsvc           stdio_ext.h  termios.h    values.h
a.out.h      complex.h        elf.h       fnmatch.h       ieee754.h   malloc.h       netax25     paths.h      sched.h      stdlib.h        tgmath.h     wait.h
aio.h           cpio.h        endian.h    form.h            ifaddrs.h   math.h       netdb.h     poll.h      scsi           string.h        thread_db.h  wchar.h
aliases.h    crypt.h        envz.h      fpu_control.h   initreq.h   mcheck.h       neteconet   printf.h      search.h     strings.h        time.h       wctype.h
alloca.h     ctype.h        err.h       fstab.h            inttypes.h  memory.h       netinet     protocols      semaphore.h  stropts.h        ttyent.h     wordexp.h
ar.h           curses.h        errno.h     fts.h            langinfo.h  menu.h       netipx      pthread.h      setjmp.h     sys        ucontext.h   xlocale.h
argp.h           cursesapp.h  error.h     ftw.h            lastlog.h   mntent.h       netpacket   pty.h      sgtty.h      syscall.h        ulimit.h
argz.h           cursesf.h        eti.h       gconv.h            libgen.h        monetary.h       netrom      pwd.h      shadow.h     sysexits.h   unctrl.h
arpa           cursesm.h        etip.h      getopt.h            libintl.h   ncurses.h       netrose     re_comp.h      signal.h     syslog.h        unistd.h
asm           cursesp.h        execinfo.h  glob.h            libio.h        ncurses_dll.h  nfs           regex.h      spawn.h      tar.h        ustat.h
asm-generic  cursesw.h        fcntl.h     gnu            limits.h        ncursesw       nl_types.h  regexp.h      stab.h           term.h        utime.h
assert.h     cursslk.h        features.h  gnu-versions.h  link.h        net             nss.h           resolv.h      stdint.h     termcap.h        utmp.h
bits           dirent.h        fenv.h      grp.h            linux        netash       obstack.h   rpc      stdio.h      termio.h        utmpx.h
debian:/usr/include# apt-get install opel  enssl

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 62%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  openssl
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 906kB of archives. After unpacking 2183kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install openssl

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  openssl
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 906kB of archives. After unpacking 2183kB will be used.


0% [Working]
           
0% [Logging in]
               
Get:1 ftp://ftp.debian.org unstable/main openssl 0.9.7e-3 [906kB]

               
0% [1 openssl 0/906kB 0%]
                         
0% [1 openssl 8688/906kB 0%]
                           
3% [1 openssl 30408/906kB 3%]
8% [1 openssl 75296/906kB 8%]
                             
12% [1 openssl 117288/906kB 12%]
16% [1 openssl 152040/906kB 16%]
20% [1 openssl 183896/906kB 20%]
24% [1 openssl 220096/906kB 24%]
28% [1 openssl 260640/906kB 28%]
34% [1 openssl 308424/906kB 34%]
38% [1 openssl 348968/906kB 38%]
                               
42% [1 openssl 386616/906kB 42%]                                                                                                                 62.7kB/s 8s
46% [1 openssl 424264/906kB 46%]                                                                                                                 62.7kB/s 7s
52% [1 openssl 476392/906kB 52%]                                                                                                                 62.7kB/s 6s
56% [1 openssl 514040/906kB 56%]                                                                                                                 62.7kB/s 6s
58% [1 openssl 534312/906kB 58%]                                                                                                                 62.7kB/s 5s
65% [1 openssl 595128/906kB 65%]                                                                                                                 62.7kB/s 4s
71% [1 openssl 647256/906kB 71%]                                                                                                                 62.7kB/s 4s
77% [1 openssl 703728/906kB 77%]                                                                                                                 62.7kB/s 3s
84% [1 openssl 765992/906kB 84%]                                                                                                                 62.7kB/s 2s
91% [1 openssl 826808/906kB 91%]                                                                                                                 62.7kB/s 1s
98% [1 openssl 887624/906kB 98%]                                                                                                                 62.7kB/s 0s
100% [Working]                                                                                                                                   62.7kB/s 0s
                                                                                                                                                           
Fetched 906kB in 11s (80.1kB/s)
Selecting previously deselected package openssl.
(Reading database ... 19440 files and directories currently installed.)
Unpacking openssl (from .../openssl_0.9.7e-3_i386.deb) ...
Creating directory /etc/ssl
Setting up openssl (0.9.7e-3) ...

debian:/usr/include# apt t-get install opense sl-dev

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 62%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

E: Couldn't find package openssl-dev
debian:/usr/include# apt-cace he search openssl
aolserver-nsopenssl - AOLserver module: module for SSL mode.
aolserver4-nsopenssl - AOLserver 4 module: module for SSL mode.
ca-certificates - Common CA Certificates PEM files
cadaver - command-line client for WebDAV server
cl-ssl - Common Lisp interface to OpenSSL package
elfsign - ELF binary signing and verification utilities
etpan-ng - console mail user agent based on libEtPan!
gjots2 - A simple jotter (outline processor) for X11/gtk-gnome
lg-issue87 - Issue 87 of the Linux Gazette.
libapache-mod-php4 - server-side, HTML-embedded scripting language (apache 1.3 module)
libapache-mod-ssl - Strong cryptography (HTTPS support) for Apache
libapache2-mod-php4 - server-side, HTML-embedded scripting language (apache 2.0 module)
libaws-dev - Ada Web Server development files
libcrypt-ssleay-perl - Support for https protocol in LWP
libneon23 - An HTTP and WebDAV client library [old version]
libneon24 - An HTTP and WebDAV client library
libopensc-openssl - OpenSSL engine using PKCS#15 Smart Cards
libopenssl-ruby - OpenSSL interface for Ruby
libopenssl-ruby1.6 - OpenSSL interface for Ruby
libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8
libqssl-dev - qssl development files
libqssl2c102 - SSL wrapper library for qt applications
libssl-dev - SSL development libraries, header files and documentation
libssl0.9.6 - SSL shared libraries (old version)
libssl0.9.7 - SSL shared libraries
libxmlsec1-openssl - Openssl engine for the XML security library
litmus - WebDAV server protocol compliance test suite
openssl - Secure Socket Layer (SSL) binary and related cryptographic tools
php4-cgi - server-side, HTML-embedded scripting language (CGI binary)
php4-cli - command-line interpreter for the php4 scripting language
pyca - Certification Authority written in python
pyopenssl-doc - Documentation for pyOpenSSL
python-pyopenssl - Python wrapper around the OpenSSL library (dummy package)
python2.2-pyopenssl - Python wrapper around the OpenSSL library
python2.3-pyopenssl - Python wrapper around the OpenSSL library
python2.4-pyopenssl - Python wrapper around the OpenSSL library
somaplayer - player audio for the soma suite
ssl-cert - Simple debconf wrapper for openssl
sslwrap - Simple TCP service encryption using TLS/SSL
stone - TCP/IP packet repeater in the application layer.
tcltls - The TLS OpenSSL extension to Tcl
tinyca - graphical frontend for a simple certification authority
zope-externaleditor - Zope External Editor
zopeedit - Helper Application for Zope External Editor
debian:/usr/include# apt-get install readline

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

E: Couldn't find package readline
debian:/usr/include# apt-get upi date


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]^X
debian:/usr/include# apt-get update


0% [Working]
           
0% [Logging in]
               
Hit ftp://ftp.debian.org unstable/main Packages

               
14% [Working]
             
Hit ftp://ftp.debian.org unstable/main Release

28% [Working]
             
Hit ftp://ftp.debian.org unstable/contrib Packages

42% [Working]
             
Hit ftp://ftp.debian.org unstable/contrib Release

57% [Working]
             
Hit ftp://ftp.debian.org unstable/non-free Packages

71% [Working]
             
Hit ftp://ftp.debian.org unstable/non-free Release

85% [Working]
             

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

debian:/usr/include#
debian:/usr/include# apt-get install libssl0.9.7

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Sorry, libssl0.9.7 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 24  not upgraded.
debian:/usr/include# aptget i     -get install libssl

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Package libssl has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and
never uploaded, has been obsoleted or is not available with the contents
of sources.list
However the following packages replace it:
  libssl0.9.6
E: Package libssl has no installation candidate
debian:/usr/include# apt-get install libssl0.9.                       -cache search libssl
dcmtk - The OFFIS DICOM toolkit command line utilities
libdcmtk0 - The OFFIS DICOM toolkit runtime libraries
libdcmtk0-dev - The OFFIS DICOM toolkit development libraries and headers
libssl-dev - SSL development libraries, header files and documentation
libssl0.9.6 - SSL shared libraries (old version)
libssl0.9.7 - SSL shared libraries
debian:/usr/include# apt-get install libssl0.8 9,7  .7

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Sorry, libssl0.9.7 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 24  not upgraded.
debian:/usr/include# apt-get install libss-  sl-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libssl-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 2553kB of archives. After unpacking 7238kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install libssl-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libssl-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 2553kB of archives. After unpacking 7238kB will be used.


0% [Working]
           
0% [Query]
         
Get:1 ftp://ftp.debian.org unstable/main libssl-dev 0.9.7e-3 [2553kB]

         
0% [1 libssl-dev 0/2553kB 0%]
                             
1% [1 libssl-dev 28960/2553kB 1%]
2% [1 libssl-dev 59368/2553kB 2%]
                                 
4% [1 libssl-dev 117288/2553kB 4%]
7% [1 libssl-dev 179552/2553kB 7%]
9% [1 libssl-dev 240368/2553kB 9%]
                                 
10% [1 libssl-dev 275120/2553kB 10%]
14% [1 libssl-dev 359104/2553kB 14%]
16% [1 libssl-dev 419920/2553kB 16%]
18% [1 libssl-dev 480736/2553kB 18%]
21% [1 libssl-dev 541552/2553kB 21%]
                                   
23% [1 libssl-dev 602368/2553kB 23%]                               99.4kB/s 19s
24% [1 libssl-dev 629880/2553kB 24%]                               99.4kB/s 19s
28% [1 libssl-dev 718208/2553kB 28%]                               99.4kB/s 18s
30% [1 libssl-dev 779024/2553kB 30%]                               99.4kB/s 17s
32% [1 libssl-dev 839840/2553kB 32%]                               99.4kB/s 17s
35% [1 libssl-dev 902104/2553kB 35%]                               99.4kB/s 16s
37% [1 libssl-dev 962920/2553kB 37%]                               99.4kB/s 15s
38% [1 libssl-dev 983192/2553kB 38%]                               99.4kB/s 15s
42% [1 libssl-dev 1075864/2553kB 42%]                              99.4kB/s 14s
44% [1 libssl-dev 1136680/2553kB 44%]                              99.4kB/s 14s
46% [1 libssl-dev 1197496/2553kB 46%]                              99.4kB/s 13s
49% [1 libssl-dev 1258312/2553kB 49%]                              99.4kB/s 13s
51% [1 libssl-dev 1320576/2553kB 51%]                               120kB/s 10s
53% [1 libssl-dev 1371256/2553kB 53%]                                120kB/s 9s
55% [1 libssl-dev 1429176/2553kB 55%]                                120kB/s 9s
58% [1 libssl-dev 1489992/2553kB 58%]                                120kB/s 8s
60% [1 libssl-dev 1552256/2553kB 60%]                                120kB/s 8s
63% [1 libssl-dev 1613072/2553kB 63%]                                120kB/s 7s
65% [1 libssl-dev 1673888/2553kB 65%]                                120kB/s 7s
67% [1 libssl-dev 1715880/2553kB 67%]                                120kB/s 6s
70% [1 libssl-dev 1789728/2553kB 70%]                                120kB/s 6s
72% [1 libssl-dev 1849096/2553kB 72%]                                120kB/s 5s
74% [1 libssl-dev 1909912/2553kB 74%]                                120kB/s 5s
77% [1 libssl-dev 1970728/2553kB 77%]                                120kB/s 4s
79% [1 libssl-dev 2024304/2553kB 79%]                                120kB/s 4s
81% [1 libssl-dev 2080776/2553kB 81%]                                117kB/s 4s
83% [1 libssl-dev 2141592/2553kB 83%]                                117kB/s 3s
86% [1 libssl-dev 2202408/2553kB 86%]                                117kB/s 2s
88% [1 libssl-dev 2263224/2553kB 88%]                                117kB/s 2s
91% [1 libssl-dev 2324040/2553kB 91%]                                117kB/s 1s
93% [1 libssl-dev 2384856/2553kB 93%]                                117kB/s 1s
95% [1 libssl-dev 2438432/2553kB 95%]                                117kB/s 0s
97% [1 libssl-dev 2499248/2553kB 97%]                                117kB/s 0s
100% [Working]                                                       117kB/s 0s
                                                                               
Fetched 2553kB in 22s (113kB/s)
Selecting previously deselected package libssl-dev.
(Reading database ... 19800 files and directories currently installed.)
Unpacking libssl-dev (from .../libssl-dev_0.9.7e-3_i386.deb) ...
Setting up libssl-dev (0.9.7e-3) ...

debian:/usr/include# apt-get install libreadline4

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 61%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Sorry, libreadline4 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 24  not upgraded.
debian:/usr/include# apt-get install libreadline-d  4-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libreadline4-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 195kB of archives. After unpacking 483kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install libreadline4-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libreadline4-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 195kB of archives. After unpacking 483kB will be used.


0% [Working]
           
0% [Logging in]
               
Get:1 ftp://ftp.debian.org unstable/main libreadline4-dev 4.3-15 [195kB]

               
0% [1 libreadline4-dev 0/195kB 0%]
                                 
13% [1 libreadline4-dev 26064/195kB 13%]
27% [1 libreadline4-dev 53576/195kB 27%]
43% [1 libreadline4-dev 85432/195kB 43%]
                                       
72% [1 libreadline4-dev 141904/195kB 72%]
                                         
100% [Working]
             
Fetched 195kB in 3s (61.7kB/s)
Selecting previously deselected package libreadline4-dev.
(Reading database ... 20929 files and directories currently installed.)
Unpacking libreadline4-dev (from .../libreadline4-dev_4.3-15_i386.deb) ...
Setting up libreadline4-dev (4.3-15) ...

debian:/usr/include# apt-get libeditline0 [1@ [1@i[1@n[1@s[1@t[1@a[1@l[1@l

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 61%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... 98%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libeditline0
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 11.6kB of archives. After unpacking 69.6kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install libeditline0

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libeditline0
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 11.6kB of archives. After unpacking 69.6kB will be used.


0% [Working]
           
0% [Logging in]
               
Get:1 ftp://ftp.debian.org unstable/main libeditline0 1.12-5 [11.6kB]

               
0% [1 libeditline0 0/11.6kB 0%]
                               
100% [Working]
             
Fetched 11.6kB in 0s (12.1kB/s)
Selecting previously deselected package libeditline0.
(Reading database ... 20958 files and directories currently installed.)
Unpacking libeditline0 (from .../libeditline0_1.12-5_i386.deb) ...
Setting up libeditline0 (1.12-5) ...

debian:/usr/include# apt-get install libeditline0 -dev

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 61%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... 97%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libeditline-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 16.3kB of archives. After unpacking 94.2kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install libeditline-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  libeditline-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 16.3kB of archives. After unpacking 94.2kB will be used.


0% [Working]
           
0% [Query]
         
Get:1 ftp://ftp.debian.org unstable/main libeditline-dev 1.12-5 [16.3kB]

         
0% [1 libeditline-dev 0/16.3kB 0%]
                                 
100% [Working]
             
Fetched 16.3kB in 0s (17.1kB/s)
Selecting previously deselected package libeditline-dev.
(Reading database ... 20963 files and directories currently installed.)
Unpacking libeditline-dev (from .../libeditline-dev_1.12-5_i386.deb) ...
Setting up libeditline-dev (1.12-5) ...
debian:/usr/include# apt-get install libedit2 -dev

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 60%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following extra packages will be installed:
  libedit2
The following NEW packages will be installed:
  libedit-dev libedit2
0 packages upgraded, 2 newly installed, 0 to remove and 24  not upgraded.
Need to get 121kB of archives. After unpacking 377kB will be used.
Do you want to continue? [Y/n] y


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install libedit-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following extra packages will be installed:
  libedit2
The following NEW packages will be installed:
  libedit-dev libedit2
0 packages upgraded, 2 newly installed, 0 to remove and 24  not upgraded.
Need to get 121kB of archives. After unpacking 377kB will be used.
Do you want to continue? [Y/n] y


0% [Working]
           
0% [Query]
         
Get:1 ftp://ftp.debian.org unstable/main libedit2 2.9.cvs.20040827-1 [53.3kB]

         
0% [1 libedit2 0/53.3kB 0%]
                           
26% [1 libedit2 31856/53.3kB 59%]
                                 
43% [Working]
             
Get:2 ftp://ftp.debian.org unstable/main libedit-dev 2.9.cvs.20040827-1 [68.0kB]

             
43% [2 libedit-dev 0/68.0kB 0%]
                               
65% [2 libedit-dev 26064/68.0kB 38%]
84% [2 libedit-dev 49232/68.0kB 72%]
                                   
100% [Working]
             
Fetched 121kB in 2s (42.2kB/s)
Selecting previously deselected package libedit2.
(Reading database ... 20973 files and directories currently installed.)
Unpacking libedit2 (from .../libedit2_2.9.cvs.20040827-1_i386.deb) ...
Selecting previously deselected package libedit-dev.
Unpacking libedit-dev (from .../libedit-dev_2.9.cvs.20040827-1_i386.deb) ...
Setting up libedit2 (2.9.cvs.20040827-1) ...

Setting up libedit-dev (2.9.cvs.20040827-1) ...
debian:/usr/include# apt-e get install libncurses5

Reading Package Lists... 0%

Reading Package Lists... 0%

Reading Package Lists... 60%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Sorry, libncurses5 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 24  not upgraded.
debian:/usr/include# apt-get install libncurses5-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

Sorry, libncurses5-dev is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 24  not upgraded.
debian:/usr/include# apt-get install zlib1g-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  zlib1g-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 488kB of archives. After unpacking 664kB will be used.


0% [Working]
           
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
0% [Connecting to ftp.debian.org (128.101.80.133)]
debian:/usr/include# apt-get install zlib1g-dev

Reading Package Lists... 0%

Reading Package Lists... 100%

Reading Package Lists... Done


Building Dependency Tree... 0%

Building Dependency Tree... 0%

Building Dependency Tree... 50%

Building Dependency Tree... 50%

Building Dependency Tree... Done

The following NEW packages will be installed:
  zlib1g-dev
0 packages upgraded, 1 newly installed, 0 to remove and 24  not upgraded.
Need to get 488kB of archives. After unpacking 664kB will be used.


0% [Working]
           
0% [Logging in]
               
Get:1 ftp://ftp.debian.org unstable/main zlib1g-dev 1:1.2.2-4 [488kB]

               
0% [1 zlib1g-dev 0/488kB 0%]
                           
5% [1 zlib1g-dev 27512/488kB 5%]
9% [1 zlib1g-dev 47784/488kB 9%]
                               
16% [1 zlib1g-dev 81088/488kB 16%]
                                 
29% [1 zlib1g-dev 141904/488kB 29%]
41% [1 zlib1g-dev 204168/488kB 41%]
54% [1 zlib1g-dev 264984/488kB 54%]
66% [1 zlib1g-dev 322904/488kB 66%]
76% [1 zlib1g-dev 372136/488kB 76%]
88% [1 zlib1g-dev 432952/488kB 88%]
                                   
100% [Working]
             
Fetched 488kB in 5s (87.0kB/s)
Selecting previously deselected package zlib1g-dev.
(Reading database ... 21006 files and directories currently installed.)
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.2-4_i386.deb) ...
Setting up zlib1g-dev (1.2.2-4) ...
debian:/usr/include# cd /s usr/src
debian:/usr/src# cdl   ls
kernel-headers-2.4.27-2      kernel-source-2.4.27         linux
kernel-headers-2.4.27-2-686  kernel-source-2.4.27.tar.bz2  zaptel
debian:/usr/src# cd kernel-source-2.4.27
debian:/usr/src/kernel-source-2.4.27# make oldconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/sh scripts/Configure -d arch/i386/config.in
#
# Using defaults found in .config
#
*
* Code maturity level options
*
Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [Y/n/?]
*
* Loadable module support
*
Enable loadable module support (CONFIG_MODULES) [Y/n/?]
  Set version information on all module symbols (CONFIG_MODVERSIONS) [Y/n/?]
  Kernel module loader (CONFIG_KMOD) [Y/n/?]
*
* Processor type and features
*
Processor family (386, 486, 586/K5/5x86/6x86/6x86MX, Pentium-Classic, Pentium-MMX, Pentium-Pro/Celeron/Pentium-II, Pentium-III/Celeron(Coppermine), Pentium-4, K6/K6-II/K6-III, Athlon/Duron/K7, Opteron/Athlon64/Hammer/K8, Elan, Crusoe, Winchip-C6, Winchip-2, Winchip-2A/Winchip-3, CyrixIII/VIA-C3, VIA-C3-2) [Pentium-Pro/Celeron/Pentium-II]
  defined CONFIG_M686
PGE extensions (not for Cyrix/Transmeta) (CONFIG_X86_PGE) [Y/n/?]
Machine Check Exception (CONFIG_X86_MCE) [Y/n/?]
Toshiba Laptop support (CONFIG_TOSHIBA) [M/n/y/?]
Dell laptop support (CONFIG_I8K) [M/n/y/?]
/dev/cpu/microcode - Intel IA32 CPU microcode support (CONFIG_MICROCODE) [M/n/y/?]
/dev/cpu/*/msr - Model-specific register support (CONFIG_X86_MSR) [M/n/y/?]
/dev/cpu/*/cpuid - CPU information support (CONFIG_X86_CPUID) [M/n/y/?]
BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL) (CONFIG_EDD) [M/n/y/?]
High Memory Support (off, 4GB, 64GB) [4GB]
  defined CONFIG_HIGHMEM4G
HIGHMEM I/O support (CONFIG_HIGHIO) [Y/n/?]
Math emulation (CONFIG_MATH_EMULATION) [N/y/?]
MTRR (Memory Type Range Register) support (CONFIG_MTRR) [Y/n/?]
Support for big physical area reservation (CONFIG_BIGPHYS_AREA) [Y/n/?]
Symmetric multi-processing support (CONFIG_SMP) [N/y/?]
Local APIC support on uniprocessors (CONFIG_X86_UP_APIC) [Y/n/?]
IO-APIC support on uniprocessors (CONFIG_X86_UP_IOAPIC) [Y/n/?]
Unsynced TSC support (CONFIG_X86_TSC_DISABLE) [Y/n/?]
*
* General setup
*
Networking support (CONFIG_NET) [Y/n/?]
PCI support (CONFIG_PCI) [Y/n/?]
  PCI access mode (BIOS, Direct, Any) [Any]
  defined CONFIG_PCI_GOANY
ISA bus support (CONFIG_ISA) [Y/n/?]
PCI device name database (CONFIG_PCI_NAMES) [Y/n/?]
EISA support (CONFIG_EISA) [Y/n/?]
MCA support (CONFIG_MCA) [Y/n/?]
Support for hot-pluggable devices (CONFIG_HOTPLUG) [Y/n/?]
*
* PCMCIA/CardBus support
*
PCMCIA/CardBus support (CONFIG_PCMCIA) [M/n/y/?]
  CardBus support (CONFIG_CARDBUS) [Y/n/?]
  Databook TCIC host bridge support (CONFIG_TCIC) [Y/n/?]
  i82092 compatible bridge support (CONFIG_I82092) [Y/n/?]
  i82365 compatible bridge support (CONFIG_I82365) [Y/n/?]
*
* PCI Hotplug Support
*
Support for PCI Hotplug (EXPERIMENTAL) (CONFIG_HOTPLUG_PCI) [M/n/y/?]
  Compaq PCI Hotplug driver (CONFIG_HOTPLUG_PCI_COMPAQ) [M/n/?]
    Save configuration into NVRAM on Compaq servers (CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM) [Y/n/?]
  IBM PCI Hotplug driver (CONFIG_HOTPLUG_PCI_IBM) [M/n/?]
  ACPI PCI Hotplug driver (CONFIG_HOTPLUG_PCI_ACPI) [M/n/?]
  SHPC PCI Hotplug driver (CONFIG_HOTPLUG_PCI_SHPC) [M/n/?]
    Use polling mechanism for hot-plug events (for testing purpose) (CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE) [N/y/?]
  PCI Express Hotplug driver (CONFIG_HOTPLUG_PCI_PCIE) [M/n/?]
    Use polling mechanism for hot-plug events (for testing purpose) (CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE) [N/y/?]
System V IPC (CONFIG_SYSVIPC) [Y/n/?]
BSD Process Accounting (CONFIG_BSD_PROCESS_ACCT) [Y/n/?]
Sysctl support (CONFIG_SYSCTL) [Y/n/?]
Kernel core (/proc/kcore) format (ELF, A.OUT) [ELF]
  defined CONFIG_KCORE_ELF
Kernel support for a.out binaries (CONFIG_BINFMT_AOUT) [M/n/y/?]
Kernel support for ELF binaries (CONFIG_BINFMT_ELF) [Y/m/n/?]
Kernel support for MISC binaries (CONFIG_BINFMT_MISC) [M/n/y/?]
Select task to kill on out of memory condition (CONFIG_OOM_KILLER) [N/y/?]
Power Management support (CONFIG_PM) [Y/n/?]
  Advanced Power Management BIOS support (CONFIG_APM) [M/n/y/?]
    Ignore USER SUSPEND (CONFIG_APM_IGNORE_USER_SUSPEND) [N/y/?]
    Enable PM at boot time (CONFIG_APM_DO_ENABLE) [N/y/?]
    Make CPU Idle calls when idle (CONFIG_APM_CPU_IDLE) [N/y/?]
    Enable console blanking using APM (CONFIG_APM_DISPLAY_BLANK) [N/y/?]
    RTC stores time in GMT (CONFIG_APM_RTC_IS_GMT) [N/y/?]
    Allow interrupts during APM BIOS calls (CONFIG_APM_ALLOW_INTS) [N/y/?]
    Use real mode APM BIOS call to power off (CONFIG_APM_REAL_MODE_POWER_OFF) [N/y/?]
*
* ACPI Support
*
ACPI Support (CONFIG_ACPI) [Y/n/?]
  Off By Default (CONFIG_ACPI_OFF) [Y/n/?]
  AC Adapter (CONFIG_ACPI_AC) [M/n/y/?]
  Battery (CONFIG_ACPI_BATTERY) [M/n/y/?]
  Button (CONFIG_ACPI_BUTTON) [M/n/y/?]
  Fan (CONFIG_ACPI_FAN) [M/n/y/?]
  Processor (CONFIG_ACPI_PROCESSOR) [M/n/y/?]
  Thermal Zone (CONFIG_ACPI_THERMAL) [M/n/?]
  ASUS Laptop Extras (CONFIG_ACPI_ASUS) [M/n/y/?]
  Toshiba Laptop Extras (CONFIG_ACPI_TOSHIBA) [M/n/y/?]
  Debug Statements (CONFIG_ACPI_DEBUG) [N/y/?]
Optimise the kernel by size (CONFIG_OPTIMISE_SIZE) [N/y/?]
*
* Memory Technology Devices (MTD)
*
Memory Technology Device (MTD) support (CONFIG_MTD) [M/n/y/?]
Debugging (CONFIG_MTD_DEBUG) [N/y/?]
  MTD partitioning support (CONFIG_MTD_PARTITIONS) [M/n/?]
  MTD concatenating support (CONFIG_MTD_CONCAT) [M/n/?]
  RedBoot partition table parsing (CONFIG_MTD_REDBOOT_PARTS) [M/n/?]
  Command line partition table parsing (CONFIG_MTD_CMDLINE_PARTS) [M/n/?]
*
* User Modules And Translation Layers
*
  Direct char device access to MTD devices (CONFIG_MTD_CHAR) [M/n/?]
  Caching block device access to MTD devices (CONFIG_MTD_BLOCK) [M/n/?]
  Readonly block device access to MTD devices (CONFIG_MTD_BLOCK_RO) [M/n/?]
  FTL (Flash Translation Layer) support (CONFIG_FTL) [M/n/?]
  NFTL (NAND Flash Translation Layer) support (CONFIG_NFTL) [M/n/?]
    Write support for NFTL (BETA) (CONFIG_NFTL_RW) [Y/n/?]
*
* RAM/ROM/Flash chip drivers
*
  Detect flash chips by Common Flash Interface (CFI) probe (CONFIG_MTD_CFI) [M/n/?]
  Detect JEDEC JESD21c compatible flash chips (CONFIG_MTD_JEDECPROBE) [M/n/?]
  Flash chip driver advanced configuration options (CONFIG_MTD_CFI_ADV_OPTIONS) [N/y/?]
  Support for Intel/Sharp flash chips (CONFIG_MTD_CFI_INTELEXT) [M/n/?]
  Support for AMD/Fujitsu flash chips (CONFIG_MTD_CFI_AMDSTD) [M/n/?]
  Support for ST (Advanced Architecture) flash chips (CONFIG_MTD_CFI_STAA) [M/n/?]
  Support for RAM chips in bus mapping (CONFIG_MTD_RAM) [M/n/?]
  Support for ROM chips in bus mapping (CONFIG_MTD_ROM) [M/n/?]
  Support for absent chips in bus mapping (CONFIG_MTD_ABSENT) [M/n/?]
  Older (theoretically obsoleted now) drivers for non-CFI chips (CONFIG_MTD_OBSOLETE_CHIPS) [N/y/?]
*
* Mapping drivers for chip access
*
  CFI Flash device in physical memory map (CONFIG_MTD_PHYSMAP) [M/n/?]
    Physical start address of flash mapping (CONFIG_MTD_PHYSMAP_START) [8000000]
    Physical length of flash mapping (CONFIG_MTD_PHYSMAP_LEN) [4000000]
    Bus width in octets (CONFIG_MTD_PHYSMAP_BUSWIDTH) [2]
  CFI Flash device mapped on Photron PNC-2000 (CONFIG_MTD_PNC2000) [M/n/?]
  CFI Flash device mapped on AMD SC520 CDP (CONFIG_MTD_SC520CDP) [M/n/?]
  CFI Flash device mapped on AMD NetSc520 (CONFIG_MTD_NETSC520) [M/n/?]
  CFI Flash device mapped on Arcom SBC-GXx boards (CONFIG_MTD_SBC_GXX) [M/n/?]
  CFI Flash device mapped on Arcom ELAN-104NC (CONFIG_MTD_ELAN_104NC) [M/n/?]
  CFI Flash device mapped on DIL/Net PC (CONFIG_MTD_DILNETPC) [M/n/?]
    Size of boot partition (CONFIG_MTD_DILNETPC_BOOTSIZE) [80000]
  Flash device mapped with DOCCS on NatSemi SCx200 (CONFIG_MTD_SCx200_DOCFLASH) [M/n/?]
  BIOS flash chip on Intel L440GX boards (CONFIG_MTD_L440GX) [N/m/?]
  ROM connected to AMD76X southbridge (CONFIG_MTD_AMD76XROM) [M/n/?]
  ROM connected to Intel Hub Controller 2 (CONFIG_MTD_ICH2ROM) [M/n/?]
  CFI Flash device mapped on SnapGear/SecureEdge (CONFIG_MTD_NETtel) [M/n/?]
  BIOS flash chip on Intel SCB2 boards (CONFIG_MTD_SCB2_FLASH) [M/n/?]
  PCI MTD driver (CONFIG_MTD_PCI) [M/n/?]
  PCMCIA MTD driver (CONFIG_MTD_PCMCIA) [M/n/?]
*
* Self-contained MTD device drivers
*
  Ramix PMC551 PCI Mezzanine RAM card support (CONFIG_MTD_PMC551) [M/n/?]
    PMC551 256M DRAM Bugfix (CONFIG_MTD_PMC551_BUGFIX) [N/y/?]
    PMC551 Debugging (CONFIG_MTD_PMC551_DEBUG) [N/y/?]
  Uncached system RAM (CONFIG_MTD_SLRAM) [M/n/?]
  Test driver using RAM (CONFIG_MTD_MTDRAM) [M/n/?]
MTDRAM device size in KiB (CONFIG_MTDRAM_TOTAL_SIZE) [4096]
MTDRAM erase block size in KiB (CONFIG_MTDRAM_ERASE_SIZE) [128]
  MTD emulation using block device (CONFIG_MTD_BLKMTD) [M/n/?]
*
* Disk-On-Chip Device Drivers
*
  M-Systems Disk-On-Chip 1000 (CONFIG_MTD_DOC1000) [M/n/?]
  M-Systems Disk-On-Chip 2000 and Millennium (CONFIG_MTD_DOC2000) [M/n/?]
  M-Systems Disk-On-Chip Millennium-only alternative driver (see help) (CONFIG_MTD_DOC2001) [M/n/?]
    Advanced detection options for DiskOnChip (CONFIG_MTD_DOCPROBE_ADVANCED) [N/y/?]
*
* NAND Flash Device Drivers
*
  NAND Device Support (CONFIG_MTD_NAND) [M/n/?]
    Verify NAND page writes (CONFIG_MTD_NAND_VERIFY_WRITE) [N/y/?]
*
* Parallel port support
*
Parallel port support (CONFIG_PARPORT) [M/n/y/?]
  PC-style hardware (CONFIG_PARPORT_PC) [M/n/?]
    Multi-IO cards (parallel and serial) (CONFIG_PARPORT_SERIAL) [M/n/?]
    Use FIFO/DMA if available (EXPERIMENTAL) (CONFIG_PARPORT_PC_FIFO) [Y/n/?]
    SuperIO chipset support (EXPERIMENTAL) (CONFIG_PARPORT_PC_SUPERIO) [N/y/?]
    Support for PCMCIA management for PC-style ports (CONFIG_PARPORT_PC_PCMCIA) [M/n/?]
  Support foreign hardware (CONFIG_PARPORT_OTHER) [N/y/?]
  IEEE 1284 transfer modes (CONFIG_PARPORT_1284) [Y/n/?]
*
* Plug and Play configuration
*
Plug and Play support (CONFIG_PNP) [M/n/y/?]
  ISA Plug and Play support (CONFIG_ISAPNP) [M/n/?]
*
* Block devices
*
Normal floppy disk support (CONFIG_BLK_DEV_FD) [M/n/y/?]
PS/2 ESDI hard disk support (CONFIG_BLK_DEV_PS2) [M/n/y/?]
XT hard disk support (CONFIG_BLK_DEV_XD) [M/n/y/?]
Parallel port IDE device support (CONFIG_PARIDE) [M/n/?]
*
* Parallel IDE high-level drivers
*
  Parallel port IDE disks (CONFIG_PARIDE_PD) [M/n/?]
  Parallel port ATAPI CD-ROMs (CONFIG_PARIDE_PCD) [M/n/?]
  Parallel port ATAPI disks (CONFIG_PARIDE_PF) [M/n/?]
  Parallel port ATAPI tapes (CONFIG_PARIDE_PT) [M/n/?]
  Parallel port generic ATAPI devices (CONFIG_PARIDE_PG) [M/n/?]
*
* Parallel IDE protocol modules
*
    ATEN EH-100 protocol (CONFIG_PARIDE_ATEN) [M/n/?]
    MicroSolutions backpack (Series 5) protocol (CONFIG_PARIDE_BPCK) [M/n/?]
    MicroSolutions backpack (Series 6) protocol (CONFIG_PARIDE_BPCK6) [M/n/?]
    DataStor Commuter protocol (CONFIG_PARIDE_COMM) [M/n/?]
    DataStor EP-2000 protocol (CONFIG_PARIDE_DSTR) [M/n/?]
    FIT TD-2000 protocol (CONFIG_PARIDE_FIT2) [M/n/?]
    FIT TD-3000 protocol (CONFIG_PARIDE_FIT3) [M/n/?]
    Shuttle EPAT/EPEZ protocol (CONFIG_PARIDE_EPAT) [M/n/?]
     Support c7/c8 chips (EXPERIMENTAL) (CONFIG_PARIDE_EPATC8) [N/y/?]
    Shuttle EPIA protocol (CONFIG_PARIDE_EPIA) [M/n/?]
    Freecom IQ ASIC-2 protocol (CONFIG_PARIDE_FRIQ) [M/n/?]
    FreeCom power protocol (CONFIG_PARIDE_FRPW) [M/n/?]
    KingByte KBIC-951A/971A protocols (CONFIG_PARIDE_KBIC) [M/n/?]
    KT PHd protocol (CONFIG_PARIDE_KTTI) [M/n/?]
    OnSpec 90c20 protocol (CONFIG_PARIDE_ON20) [M/n/?]
    OnSpec 90c26 protocol (CONFIG_PARIDE_ON26) [M/n/?]
Compaq SMART2 support (CONFIG_BLK_CPQ_DA) [M/n/y/?]
Compaq Smart Array 5xxx support (CONFIG_BLK_CPQ_CISS_DA) [M/n/y/?]
       SCSI tape drive support for Smart Array 5xxx (CONFIG_CISS_SCSI_TAPE) [Y/n/?]
       Enable monitor thread (CONFIG_CISS_MONITOR_THREAD) [Y/n/?]
Mylex DAC960/DAC1100 PCI RAID Controller support (CONFIG_BLK_DEV_DAC960) [M/n/y/?]
Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL) (CONFIG_BLK_DEV_UMEM) [M/n/y/?]
Promise SATA SX8 support (CONFIG_BLK_DEV_SX8) [M/n/y/?]
Loopback device support (CONFIG_BLK_DEV_LOOP) [M/n/y/?]
Network block device support (CONFIG_BLK_DEV_NBD) [M/n/y/?]
RAM disk support (CONFIG_BLK_DEV_RAM) [Y/m/n/?]
  Default RAM disk size (CONFIG_BLK_DEV_RAM_SIZE) [8192]
  Initial RAM disk (initrd) support (CONFIG_BLK_DEV_INITRD) [Y/n/?]
Per partition statistics in /proc/partitions (CONFIG_BLK_STATS) [Y/n/?]
*
* Multi-device support (RAID and LVM)
*
Multiple devices driver support (RAID and LVM) (CONFIG_MD) [Y/n/?]
 RAID support (CONFIG_BLK_DEV_MD) [M/n/y/?]
  Linear (append) mode (CONFIG_MD_LINEAR) [M/n/?]
  RAID-0 (striping) mode (CONFIG_MD_RAID0) [M/n/?]
  RAID-1 (mirroring) mode (CONFIG_MD_RAID1) [M/n/?]
  RAID-4/RAID-5 mode (CONFIG_MD_RAID5) [M/n/?]
  Multipath I/O support (CONFIG_MD_MULTIPATH) [M/n/?]
 Logical volume manager (LVM) support (CONFIG_BLK_DEV_LVM) [M/n/y/?]
 Device-mapper support (CONFIG_BLK_DEV_DM) [M/n/y/?]
  Mirror (RAID-1) support (CONFIG_BLK_DEV_DM_MIRROR) [M/n/?]
*
* Networking options
*
Packet socket (CONFIG_PACKET) [M/n/y/?]
  Packet socket: mmapped IO (CONFIG_PACKET_MMAP) [Y/n/?]
Netlink device emulation (CONFIG_NETLINK_DEV) [M/n/y/?]
Network packet filtering (replaces ipchains) (CONFIG_NETFILTER) [Y/n/?]
  Network packet filtering debugging (CONFIG_NETFILTER_DEBUG) [N/y/?]
Socket Filtering (CONFIG_FILTER) [Y/n/?]
Unix domain sockets (CONFIG_UNIX) [M/n/y/?]
PF_KEY sockets (CONFIG_NET_KEY) [M/n/y/?]
TCP/IP networking (CONFIG_INET) [Y/n/?]
  IP: multicasting (CONFIG_IP_MULTICAST) [Y/n/?]
  IP: advanced router (CONFIG_IP_ADVANCED_ROUTER) [Y/n/?]
    IP: policy routing (CONFIG_IP_MULTIPLE_TABLES) [Y/n/?]
      IP: use netfilter MARK value as routing key (CONFIG_IP_ROUTE_FWMARK) [Y/n/?]
      IP: fast network address translation (CONFIG_IP_ROUTE_NAT) [Y/n/?]
    IP: equal cost multipath (CONFIG_IP_ROUTE_MULTIPATH) [Y/n/?]
    IP: use TOS value as routing key (CONFIG_IP_ROUTE_TOS) [Y/n/?]
    IP: verbose route monitoring (CONFIG_IP_ROUTE_VERBOSE) [Y/n/?]
  IP: kernel level autoconfiguration (CONFIG_IP_PNP) [N/y/?]
  IP: tunneling (CONFIG_NET_IPIP) [M/n/y/?]
  IP: GRE tunnels over IP (CONFIG_NET_IPGRE) [M/n/y/?]
    IP: broadcast GRE over IP (CONFIG_NET_IPGRE_BROADCAST) [Y/n/?]
  IP: multicast routing (CONFIG_IP_MROUTE) [Y/n/?]
    IP: PIM-SM version 1 support (CONFIG_IP_PIMSM_V1) [Y/n/?]
    IP: PIM-SM version 2 support (CONFIG_IP_PIMSM_V2) [Y/n/?]
  IP: ARP daemon support (EXPERIMENTAL) (CONFIG_ARPD) [N/y/?]
  IP: TCP Explicit Congestion Notification support (CONFIG_INET_ECN) [N/y/?]
  IP: TCP syncookie support (disabled per default) (CONFIG_SYN_COOKIES) [Y/n/?]
  IP: AH transformation (CONFIG_INET_AH) [M/n/y/?]
  IP: ESP transformation (CONFIG_INET_ESP) [M/n/y/?]
  IP: IPComp transformation (CONFIG_INET_IPCOMP) [M/n/y/?]
*
*   IP: Netfilter Configuration
*
Connection tracking (required for masq/NAT) (CONFIG_IP_NF_CONNTRACK) [M/n/y/?]
  FTP protocol support (CONFIG_IP_NF_FTP) [M/n/?]
  Amanda protocol support (CONFIG_IP_NF_AMANDA) [M/n/?]
  TFTP protocol support (CONFIG_IP_NF_TFTP) [M/n/?]
  IRC protocol support (CONFIG_IP_NF_IRC) [M/n/?]
Userspace queueing via NETLINK (EXPERIMENTAL) (CONFIG_IP_NF_QUEUE) [M/n/y/?]
IP tables support (required for filtering/masq/NAT) (CONFIG_IP_NF_IPTABLES) [M/n/y/?]
  limit match support (CONFIG_IP_NF_MATCH_LIMIT) [M/n/?]
  MAC address match support (CONFIG_IP_NF_MATCH_MAC) [M/n/?]
  Packet type match support (CONFIG_IP_NF_MATCH_PKTTYPE) [M/n/?]
  netfilter MARK match support (CONFIG_IP_NF_MATCH_MARK) [M/n/?]
  Multiple port match support (CONFIG_IP_NF_MATCH_MULTIPORT) [M/n/?]
  TOS match support (CONFIG_IP_NF_MATCH_TOS) [M/n/?]
  recent match support (CONFIG_IP_NF_MATCH_RECENT) [M/n/?]
  ECN match support (CONFIG_IP_NF_MATCH_ECN) [M/n/?]
  DSCP match support (CONFIG_IP_NF_MATCH_DSCP) [M/n/?]
  AH/ESP match support (CONFIG_IP_NF_MATCH_AH_ESP) [M/n/?]
  LENGTH match support (CONFIG_IP_NF_MATCH_LENGTH) [M/n/?]
  TTL match support (CONFIG_IP_NF_MATCH_TTL) [M/n/?]
  tcpmss match support (CONFIG_IP_NF_MATCH_TCPMSS) [M/n/?]
  Helper match support (CONFIG_IP_NF_MATCH_HELPER) [M/n/?]
  Connection state match support (CONFIG_IP_NF_MATCH_STATE) [M/n/?]
  Connection tracking match support (CONFIG_IP_NF_MATCH_CONNTRACK) [M/n/?]
  Unclean match support (EXPERIMENTAL) (CONFIG_IP_NF_MATCH_UNCLEAN) [M/n/?]
  Owner match support (EXPERIMENTAL) (CONFIG_IP_NF_MATCH_OWNER) [M/n/?]
  Packet filtering (CONFIG_IP_NF_FILTER) [M/n/?]
    REJECT target support (CONFIG_IP_NF_TARGET_REJECT) [M/n/?]
    MIRROR target support (EXPERIMENTAL) (CONFIG_IP_NF_TARGET_MIRROR) [M/n/?]
  Full NAT (CONFIG_IP_NF_NAT) [M/n/?]
    MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE) [M/n/?]
    REDIRECT target support (CONFIG_IP_NF_TARGET_REDIRECT) [M/n/?]
    NAT of local connections (READ HELP) (CONFIG_IP_NF_NAT_LOCAL) [Y/n/?]
    Basic SNMP-ALG support (EXPERIMENTAL) (CONFIG_IP_NF_NAT_SNMP_BASIC) [M/n/?]
  Packet mangling (CONFIG_IP_NF_MANGLE) [M/n/?]
    TOS target support (CONFIG_IP_NF_TARGET_TOS) [M/n/?]
    ECN target support (CONFIG_IP_NF_TARGET_ECN) [M/n/?]
    DSCP target support (CONFIG_IP_NF_TARGET_DSCP) [M/n/?]
    MARK target support (CONFIG_IP_NF_TARGET_MARK) [M/n/?]
  LOG target support (CONFIG_IP_NF_TARGET_LOG) [M/n/?]
  ULOG target support (CONFIG_IP_NF_TARGET_ULOG) [M/n/?]
  TCPMSS target support (CONFIG_IP_NF_TARGET_TCPMSS) [M/n/?]
ARP tables support (CONFIG_IP_NF_ARPTABLES) [M/n/y/?]
  ARP packet filtering (CONFIG_IP_NF_ARPFILTER) [M/n/?]
  ARP payload mangling (CONFIG_IP_NF_ARP_MANGLE) [M/n/?]
ipchains (2.2-style) support (CONFIG_IP_NF_COMPAT_IPCHAINS) [M/n/y/?]
ipfwadm (2.0-style) support (CONFIG_IP_NF_COMPAT_IPFWADM) [M/n/y/?]
*
*   IP: Virtual Server Configuration
*
virtual server support (EXPERIMENTAL) (CONFIG_IP_VS) [M/n/y/?]
  IP virtual server debugging (CONFIG_IP_VS_DEBUG) [N/y/?]
  IPVS connection table size (the Nth power of 2) (CONFIG_IP_VS_TAB_BITS) [12]
*
* IPVS scheduler
*
  round-robin scheduling (CONFIG_IP_VS_RR) [M/n/?]
  weighted round-robin scheduling (CONFIG_IP_VS_WRR) [M/n/?]
  least-connection scheduling (CONFIG_IP_VS_LC) [M/n/?]
  weighted least-connection scheduling (CONFIG_IP_VS_WLC) [M/n/?]
  locality-based least-connection scheduling (CONFIG_IP_VS_LBLC) [M/n/?]
  locality-based least-connection with replication scheduling (CONFIG_IP_VS_LBLCR) [M/n/?]
  destination hashing scheduling (CONFIG_IP_VS_DH) [M/n/?]
  source hashing scheduling (CONFIG_IP_VS_SH) [M/n/?]
  shortest expected delay scheduling (CONFIG_IP_VS_SED) [M/n/?]
  never queue scheduling (CONFIG_IP_VS_NQ) [M/n/?]
*
* IPVS application helper
*
  FTP protocol helper (CONFIG_IP_VS_FTP) [M/n/?]
  The IPv6 protocol (EXPERIMENTAL) (CONFIG_IPV6) [M/n/y/?]
IPv6: Privacy Extensions (RFC 3041) support (CONFIG_IPV6_PRIVACY) [Y/n/?]
*
*   IPv6: Netfilter Configuration
*
Userspace queueing via NETLINK (EXPERIMENTAL) (CONFIG_IP6_NF_QUEUE) [M/n/y/?]
IP6 tables support (required for filtering/masq/NAT) (CONFIG_IP6_NF_IPTABLES) [M/n/y/?]
  limit match support (CONFIG_IP6_NF_MATCH_LIMIT) [M/n/?]
  MAC address match support (CONFIG_IP6_NF_MATCH_MAC) [M/n/?]
  Routing header match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_RT) [M/n/?]
  Hop-by-Hop and Dst opts header match (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_OPTS) [M/n/?]
  Fragmentation header match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_FRAG) [M/n/?]
  HL match support (CONFIG_IP6_NF_MATCH_HL) [M/n/?]
  Multiple port match support (CONFIG_IP6_NF_MATCH_MULTIPORT) [M/n/?]
  Owner match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_OWNER) [M/n/?]
  netfilter MARK match support (CONFIG_IP6_NF_MATCH_MARK) [M/n/?]
  IPv6 Extension Headers Match (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_IPV6HEADER) [M/n/?]
  AH/ESP match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_AHESP) [M/n/?]
  Packet Length match support (CONFIG_IP6_NF_MATCH_LENGTH) [M/n/?]
  EUI64 address check (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_EUI64) [M/n/?]
  Packet filtering (CONFIG_IP6_NF_FILTER) [M/n/?]
    LOG target support (CONFIG_IP6_NF_TARGET_LOG) [M/n/?]
  Packet mangling (CONFIG_IP6_NF_MANGLE) [M/n/?]
    MARK target support (CONFIG_IP6_NF_TARGET_MARK) [M/n/?]
IPv6: AH transformation (CONFIG_INET6_AH) [M/n/y/?]
IPv6: ESP transformation (CONFIG_INET6_ESP) [M/n/y/?]
IPv6: IPComp transformation (CONFIG_INET6_IPCOMP) [M/n/y/?]
IPv6: IPv6-in-IPv6 tunnel (CONFIG_IPV6_TUNNEL) [M/n/y/?]
  IP: IPsec user configuration interface (CONFIG_XFRM_USER) [M/n/y/?]
  Kernel httpd acceleration (EXPERIMENTAL) (CONFIG_KHTTPD) [M/n/y/?]
*
*    SCTP Configuration (EXPERIMENTAL)
*
  The SCTP Protocol (EXPERIMENTAL) (CONFIG_IP_SCTP) [M/n/y/?]
    SCTP: Debug messages (CONFIG_SCTP_DBG_MSG) [N/y/?]
    SCTP: Debug object counts (CONFIG_SCTP_DBG_OBJCNT) [N/y/?]
    SCTP: Cookie HMAC Algorithm (HMAC-NONE, HMAC-SHA1, HMAC-MD5) [HMAC-MD5]
  defined CONFIG_SCTP_HMAC_MD5
Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) (CONFIG_ATM) [Y/m/n/?]
  Classical IP over ATM (CONFIG_ATM_CLIP) [Y/m/n/?]
    Do NOT send ICMP if no neighbour (CONFIG_ATM_CLIP_NO_ICMP) [N/y/?]
  LAN Emulation (LANE) support (CONFIG_ATM_LANE) [M/n/y/?]
    Multi-Protocol Over ATM (MPOA) support (CONFIG_ATM_MPOA) [M/n/y/?]
  RFC1483/2684 Bridged protocols (CONFIG_ATM_BR2684) [M/n/y/?]
    Per-VC IP filter kludge (CONFIG_ATM_BR2684_IPFILTER) [N/y/?]
802.1Q VLAN Support (CONFIG_VLAN_8021Q) [M/n/y/?]
*
*  
*
The IPX protocol (CONFIG_IPX) [M/n/y/?]
  IPX: Full internal IPX network (CONFIG_IPX_INTERN) [N/y/?]
Appletalk protocol support (CONFIG_ATALK) [M/n/y/?]
*
* Appletalk devices
*
Appletalk interfaces support (CONFIG_DEV_APPLETALK) [Y/n/?]
  Apple/Farallon LocalTalk PC support (CONFIG_LTPC) [M/n/y/?]
  COPS LocalTalk PC support (CONFIG_COPS) [M/n/y/?]
    Dayna firmware support (CONFIG_COPS_DAYNA) [Y/n/?]
    Tangent firmware support (CONFIG_COPS_TANGENT) [Y/n/?]
  Appletalk-IP driver support (CONFIG_IPDDP) [M/n/?]
    IP to Appletalk-IP Encapsulation support (CONFIG_IPDDP_ENCAP) [Y/n/?]
    Appletalk-IP to IP Decapsulation support (CONFIG_IPDDP_DECAP) [Y/n/?]
DECnet Support (CONFIG_DECNET) [M/n/y/?]
  DECnet: SIOCGIFCONF support (CONFIG_DECNET_SIOCGIFCONF) [N/y/?]
  DECnet: router support (EXPERIMENTAL) (CONFIG_DECNET_ROUTER) [Y/n/?]
    DECnet: use FWMARK value as routing key (EXPERIMENTAL) (CONFIG_DECNET_ROUTE_FWMARK) [Y/n/?]
802.1d Ethernet Bridging (CONFIG_BRIDGE) [M/n/y/?]
CCITT X.25 Packet Layer (EXPERIMENTAL) (CONFIG_X25) [M/n/y/?]
LAPB Data Link Driver (EXPERIMENTAL) (CONFIG_LAPB) [M/n/y/?]
802.2 LLC (EXPERIMENTAL) (CONFIG_LLC) [N/y/?]
Frame Diverter (EXPERIMENTAL) (CONFIG_NET_DIVERT) [N/y/?]
Acorn Econet/AUN protocols (EXPERIMENTAL) (CONFIG_ECONET) [M/n/y/?]
  AUN over UDP (CONFIG_ECONET_AUNUDP) [Y/n/?]
  Native Econet (CONFIG_ECONET_NATIVE) [Y/n/?]
WAN router (CONFIG_WAN_ROUTER) [M/n/y/?]
Fast switching (read help!) (CONFIG_NET_FASTROUTE) [N/y/?]
Forwarding between high speed interfaces (CONFIG_NET_HW_FLOWCONTROL) [N/y/?]
*
* QoS and/or fair queueing
*
QoS and/or fair queueing (CONFIG_NET_SCHED) [Y/n/?]
  CBQ packet scheduler (CONFIG_NET_SCH_CBQ) [M/n/y/?]
  HTB packet scheduler (CONFIG_NET_SCH_HTB) [M/n/y/?]
  CSZ packet scheduler (CONFIG_NET_SCH_CSZ) [M/n/y/?]
  H-FSC packet scheduler (CONFIG_NET_SCH_HFSC) [M/n/y/?]
  ATM pseudo-scheduler (CONFIG_NET_SCH_ATM) [N/y/m/?]
  The simplest PRIO pseudoscheduler (CONFIG_NET_SCH_PRIO) [M/n/y/?]
  RED queue (CONFIG_NET_SCH_RED) [M/n/y/?]
  SFQ queue (CONFIG_NET_SCH_SFQ) [M/n/y/?]
  TEQL queue (CONFIG_NET_SCH_TEQL) [M/n/y/?]
  TBF queue (CONFIG_NET_SCH_TBF) [M/n/y/?]
  GRED queue (CONFIG_NET_SCH_GRED) [M/n/y/?]
  Network emulator (CONFIG_NET_SCH_NETEM) [M/n/y/?]
  Diffserv field marker (CONFIG_NET_SCH_DSMARK) [M/n/y/?]
  Ingress Qdisc (CONFIG_NET_SCH_INGRESS) [M/n/y/?]
  QoS support (CONFIG_NET_QOS) [Y/n/?]
    Rate estimator (CONFIG_NET_ESTIMATOR) [Y/n/?]
  Packet classifier API (CONFIG_NET_CLS) [Y/n/?]
    TC index classifier (CONFIG_NET_CLS_TCINDEX) [M/n/y/?]
    Routing table based classifier (CONFIG_NET_CLS_ROUTE4) [M/n/y/?]
    Firewall based classifier (CONFIG_NET_CLS_FW) [M/n/y/?]
    U32 classifier (CONFIG_NET_CLS_U32) [M/n/y/?]
    Special RSVP classifier (CONFIG_NET_CLS_RSVP) [M/n/y/?]
    Special RSVP classifier for IPv6 (CONFIG_NET_CLS_RSVP6) [M/n/y/?]
    Traffic policing (needed for in/egress) (CONFIG_NET_CLS_POLICE) [Y/n/?]
*
* Network testing
*
Packet Generator (USE WITH CAUTION) (CONFIG_NET_PKTGEN) [M/n/y/?]
*
* Telephony Support
*
Linux telephony support (CONFIG_PHONE) [M/n/y/?]
QuickNet Internet LineJack/PhoneJack support (CONFIG_PHONE_IXJ) [M/n/?]
QuickNet Internet LineJack/PhoneJack PCMCIA support (CONFIG_PHONE_IXJ_PCMCIA) [M/n/?]
*
* ATA/IDE/MFM/RLL support
*
ATA/IDE/MFM/RLL support (CONFIG_IDE) [M/n/y/?]
*
* IDE, ATA and ATAPI Block devices
*
Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (CONFIG_BLK_DEV_IDE) [M/n/?]
*
* Please see Documentation/ide.txt for help/info on IDE drives
*
  Use old disk-only driver on primary interface (CONFIG_BLK_DEV_HD_IDE) [N/y/?]
  Include IDE/ATA-2 DISK support (CONFIG_BLK_DEV_IDEDISK) [M/n/?]
    Use multi-mode by default (CONFIG_IDEDISK_MULTI_MODE) [N/y/?]
    Auto-Geometry Resizing support (CONFIG_IDEDISK_STROKE) [N/y/?]
  PCMCIA IDE support (CONFIG_BLK_DEV_IDECS) [M/n/?]
  Include IDE/ATAPI CDROM support (CONFIG_BLK_DEV_IDECD) [M/n/?]
  Include IDE/ATAPI TAPE support (CONFIG_BLK_DEV_IDETAPE) [M/n/?]
  Include IDE/ATAPI FLOPPY support (CONFIG_BLK_DEV_IDEFLOPPY) [M/n/?]
  SCSI emulation support (CONFIG_BLK_DEV_IDESCSI) [M/n/?]
  IDE Taskfile Access (CONFIG_IDE_TASK_IOCTL) [N/y/?]
*
* IDE chipset support/bugfixes
*
  CMD640 chipset bugfix/support (CONFIG_BLK_DEV_CMD640) [M/n/?]
    CMD640 enhanced support (CONFIG_BLK_DEV_CMD640_ENHANCED) [N/y/?]
  ISA-PNP EIDE support (CONFIG_BLK_DEV_ISAPNP) [M/n/?]
  PCI IDE chipset support (CONFIG_BLK_DEV_IDEPCI) [Y/n/?]
    Generic PCI IDE Chipset Support (CONFIG_BLK_DEV_GENERIC) [M/n/?]
    Sharing PCI IDE interrupts support (CONFIG_IDEPCI_SHARE_IRQ) [Y/n/?]
    Generic PCI bus-master DMA support (CONFIG_BLK_DEV_IDEDMA_PCI) [Y/n/?]
    Boot off-board chipsets first support (CONFIG_BLK_DEV_OFFBOARD) [N/y/?]
      Force enable legacy 2.0.X HOSTS to use DMA (CONFIG_BLK_DEV_IDEDMA_FORCED) [N/y/?]
      Use PCI DMA by default when available (CONFIG_IDEDMA_PCI_AUTO) [Y/n/?]
    Enable DMA only for disks  (CONFIG_IDEDMA_ONLYDISK) [N/y/?]
      ATA Work(s) In Progress (EXPERIMENTAL) (CONFIG_IDEDMA_PCI_WIP) [N/y/?]
    Pacific Digital ADMA-100 basic support (CONFIG_BLK_DEV_ADMA100) [M/n/?]
    AEC62XX chipset support (CONFIG_BLK_DEV_AEC62XX) [M/n/?]
    ALI M15x3 chipset support (CONFIG_BLK_DEV_ALI15X3) [M/n/?]
      ALI M15x3 WDC support (DANGEROUS) (CONFIG_WDC_ALI15X3) [N/y/?]
    AMD and nVidia IDE support (CONFIG_BLK_DEV_AMD74XX) [M/n/?]
      AMD Viper ATA-66 Override (CONFIG_AMD74XX_OVERRIDE) [N/y/?]
    ATI IXP chipset IDE support (CONFIG_BLK_DEV_ATIIXP) [M/n/?]
    CMD64{3|6|8|9} chipset support (CONFIG_BLK_DEV_CMD64X) [M/n/?]
    Compaq Triflex IDE support (CONFIG_BLK_DEV_TRIFLEX) [M/n/?]
    CY82C693 chipset support (CONFIG_BLK_DEV_CY82C693) [M/n/?]
    Cyrix CS5530 MediaGX chipset support (CONFIG_BLK_DEV_CS5530) [M/n/?]
    HPT34X chipset support (CONFIG_BLK_DEV_HPT34X) [M/n/?]
    HPT36X/37X chipset support (CONFIG_BLK_DEV_HPT366) [M/n/?]
    Intel PIIXn chipsets support (CONFIG_BLK_DEV_PIIX) [M/n/?]
    NS87415 chipset support (CONFIG_BLK_DEV_NS87415) [M/n/?]
    OPTi 82C621 chipset enhanced support (EXPERIMENTAL) (CONFIG_BLK_DEV_OPTI621) [M/n/?]
    Promise PDC202{46|62|65|67} support (CONFIG_BLK_DEV_PDC202XX_OLD) [M/n/?]
      Force (U)DMA burst transfers (CONFIG_PDC202XX_BURST) [Y/n/?]
    Promise PDC202{68|69|70|71|75|76|77} support (CONFIG_BLK_DEV_PDC202XX_NEW) [M/n/?]
    Ignore BIOS port disabled setting on FastTrak (CONFIG_PDC202XX_FORCE) [Y/n/?]
    RZ1000 chipset bugfix/support (CONFIG_BLK_DEV_RZ1000) [M/n/?]
    SCx200 chipset support (CONFIG_BLK_DEV_SC1200) [M/n/?]
    ServerWorks OSB4/CSB5/CSB6 chipsets support (CONFIG_BLK_DEV_SVWKS) [M/n/?]
    Silicon Image chipset support (CONFIG_BLK_DEV_SIIMAGE) [M/n/?]
    SiS5513 chipset support (CONFIG_BLK_DEV_SIS5513) [M/n/?]
    SLC90E66 chipset support (CONFIG_BLK_DEV_SLC90E66) [M/n/?]
    Tekram TRM290 chipset support (CONFIG_BLK_DEV_TRM290) [M/n/?]
    VIA82CXXX chipset support (CONFIG_BLK_DEV_VIA82CXXX) [M/n/?]
  Other IDE chipset support (CONFIG_IDE_CHIPSETS) [N/y/?]
  IGNORE word93 Validation BITS (CONFIG_IDEDMA_IVB) [N/y/?]
Support for IDE Raid controllers (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID) [M/n/?]
   Support Promise software RAID (Fasttrak(tm)) (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_PDC) [M/n/?]
   Highpoint 370 software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_HPT) [M/n/?]
   CMD/Silicon Image Medley Software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_MEDLEY) [M/n/?]
   Silicon Image Medley software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_SII) [M/n/?]
*
* SCSI support
*
SCSI support (CONFIG_SCSI) [M/n/y/?]
*
* SCSI support type (disk, tape, CD-ROM)
*
  SCSI disk support (CONFIG_BLK_DEV_SD) [M/n/?]
Maximum number of SCSI disks that can be loaded as modules (CONFIG_SD_EXTRA_DEVS) [40]
  SCSI tape support (CONFIG_CHR_DEV_ST) [M/n/?]
  SCSI OnStream SC-x0 tape support (CONFIG_CHR_DEV_OSST) [M/n/?]
  SCSI CD-ROM support (CONFIG_BLK_DEV_SR) [M/n/?]
    Enable vendor-specific extensions (for SCSI CDROM) (CONFIG_BLK_DEV_SR_VENDOR) [N/y/?]
Maximum number of CDROM devices that can be loaded as modules (CONFIG_SR_EXTRA_DEVS) [2]
  SCSI media changer support (CONFIG_CHR_DEV_SCH) [M/n/?]
  SCSI generic support (CONFIG_CHR_DEV_SG) [M/n/?]
*
* Some SCSI devices (e.g. CD jukebox) support multiple LUNs
*
  Enable extra checks in new queueing code (CONFIG_SCSI_DEBUG_QUEUES) [N/y/?]
  Probe all LUNs on each SCSI device (CONFIG_SCSI_MULTI_LUN) [Y/n/?]
  Verbose SCSI error reporting (kernel size +=12K) (CONFIG_SCSI_CONSTANTS) [Y/n/?]
  SCSI logging facility (CONFIG_SCSI_LOGGING) [Y/n/?]
*
* SCSI low-level drivers
*
3ware Hardware ATA-RAID support (CONFIG_BLK_DEV_3W_XXXX_RAID) [M/n/?]
7000FASST SCSI support (CONFIG_SCSI_7000FASST) [M/n/?]
ACARD SCSI support (CONFIG_SCSI_ACARD) [M/n/?]
Adaptec AHA152X/2825 support (CONFIG_SCSI_AHA152X) [M/n/?]
Adaptec AHA1542 support (CONFIG_SCSI_AHA1542) [M/n/?]
Adaptec AHA1740 support (CONFIG_SCSI_AHA1740) [M/n/?]
Adaptec AACRAID support (EXPERIMENTAL) (CONFIG_SCSI_AACRAID) [M/n/?]
Adaptec AIC7xxx support (CONFIG_SCSI_AIC7XXX) [M/n/?]
  Maximum number of TCQ commands per device (CONFIG_AIC7XXX_CMDS_PER_DEVICE) [8]
  Initial bus reset delay in milli-seconds (CONFIG_AIC7XXX_RESET_DELAY_MS) [15000]
  Probe for EISA and VL AIC7XXX Adapters (CONFIG_AIC7XXX_PROBE_EISA_VL) [Y/n/?]
  Build Adapter Firmware with Kernel Build (CONFIG_AIC7XXX_BUILD_FIRMWARE) [N/y/?]
  Compile in Debugging Code (CONFIG_AIC7XXX_DEBUG_ENABLE) [N/y/?]
  Debug code enable mask (2048 for all debugging) (CONFIG_AIC7XXX_DEBUG_MASK) [0]
  Decode registers during diagnostics (CONFIG_AIC7XXX_REG_PRETTY_PRINT) [N/y/?]
Adaptec AIC79xx support (CONFIG_SCSI_AIC79XX) [M/n/?]
  Maximum number of TCQ commands per device (CONFIG_AIC79XX_CMDS_PER_DEVICE) [32]
  Initial bus reset delay in milli-seconds (CONFIG_AIC79XX_RESET_DELAY_MS) [15000]
  Build Adapter Firmware with Kernel Build (CONFIG_AIC79XX_BUILD_FIRMWARE) [N/y/?]
  Enable Read Streaming for All Targets (CONFIG_AIC79XX_ENABLE_RD_STRM) [N/y/?]
  Compile in Debugging Code (CONFIG_AIC79XX_DEBUG_ENABLE) [N/y/?]
  Debug code enable mask (16384 for all debugging) (CONFIG_AIC79XX_DEBUG_MASK) [0]
  Decode registers during diagnostics (CONFIG_AIC79XX_REG_PRETTY_PRINT) [N/y/?]
Old Adaptec AIC7xxx support (CONFIG_SCSI_AIC7XXX_OLD) [M/n/?]
  Enable Tagged Command Queueing (TCQ) by default (CONFIG_AIC7XXX_OLD_TCQ_ON_BY_DEFAULT) [N/y/?]
  Maximum number of TCQ commands per device (CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE) [8]
  Collect statistics to report in /proc (CONFIG_AIC7XXX_OLD_PROC_STATS) [Y/n/?]
Adaptec I2O RAID support  (CONFIG_SCSI_DPT_I2O) [M/n/?]
AdvanSys SCSI support (CONFIG_SCSI_ADVANSYS) [M/n/?]
Always IN2000 SCSI support (CONFIG_SCSI_IN2000) [M/n/?]
AM53/79C974 PCI SCSI support (CONFIG_SCSI_AM53C974) [M/n/?]
AMI MegaRAID support (CONFIG_SCSI_MEGARAID) [M/n/?]
AMI MegaRAID2 support (CONFIG_SCSI_MEGARAID2) [M/n/?]
Serial ATA (SATA) support (CONFIG_SCSI_SATA) [Y/n/?]
  ServerWorks Frodo / Apple K2 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SVW) [M/n/y/?]
  Promise SATA TX2/TX4 support (EXPERIMENTAL) (CONFIG_SCSI_SATA_PROMISE) [M/n/y/?]
  Promise SATA SX4 support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SX4) [M/n/y/?]
  Silicon Image SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SIL) [M/n/y/?]
  SiS 964/180 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SIS) [M/n/y/?]
  VIA SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_VIA) [M/n/y/?]
  Vitesse VSC-7174 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_VITESSE) [M/n/y/?]
BusLogic SCSI support (CONFIG_SCSI_BUSLOGIC) [M/n/?]
  Omit FlashPoint support (CONFIG_SCSI_OMIT_FLASHPOINT) [N/y/?]
Compaq Fibre Channel 64-bit/66Mhz HBA support (CONFIG_SCSI_CPQFCTS) [M/n/?]
DMX3191D SCSI support (CONFIG_SCSI_DMX3191D) [M/n/?]
DTC3180/3280 SCSI support (CONFIG_SCSI_DTC3280) [M/n/?]
EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support (CONFIG_SCSI_EATA) [M/n/?]
  enable tagged command queueing (CONFIG_SCSI_EATA_TAGGED_QUEUE) [N/y/?]
  enable elevator sorting (CONFIG_SCSI_EATA_LINKED_COMMANDS) [N/y/?]
  maximum number of queued commands (CONFIG_SCSI_EATA_MAX_TAGS) [16]
EATA-DMA [Obsolete] (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix) support (CONFIG_SCSI_EATA_DMA) [N/m/?]
EATA-PIO (old DPT PM2001, PM2012A) support (CONFIG_SCSI_EATA_PIO) [M/n/?]
Future Domain 16xx SCSI/AHA-2920A support (CONFIG_SCSI_FUTURE_DOMAIN) [M/n/?]
Future Domain MCS-600/700 SCSI support (CONFIG_SCSI_FD_MCS) [M/n/?]
Intel/ICP (former GDT SCSI Disk Array) RAID Controller support (CONFIG_SCSI_GDTH) [M/n/?]
Generic NCR5380/53c400 SCSI support (CONFIG_SCSI_GENERIC_NCR5380) [M/n/?]
  Enable NCR53c400 extensions (CONFIG_SCSI_GENERIC_NCR53C400) [Y/n/?]
NCR5380/53c400 mapping method (use Port for T130B) (Port, Memory) [Port]
  defined CONFIG_SCSI_G_NCR5380_PORT
IBMMCA SCSI support (CONFIG_SCSI_IBMMCA) [M/n/?]
  Standard SCSI-order (CONFIG_IBMMCA_SCSI_ORDER_STANDARD) [Y/n/?]
  Reset SCSI-devices at boottime (CONFIG_IBMMCA_SCSI_DEV_RESET) [N/y/?]
IBM ServeRAID support (CONFIG_SCSI_IPS) [M/n/?]
Initio 9100U(W) support (CONFIG_SCSI_INITIO) [M/n/?]
Initio INI-A100U2W support (CONFIG_SCSI_INIA100) [M/n/?]
IOMEGA parallel port (ppa - older drives) (CONFIG_SCSI_PPA) [M/n/?]
IOMEGA parallel port (imm - newer drives) (CONFIG_SCSI_IMM) [M/n/?]
  ppa/imm option - Use slow (but safe) EPP-16 (CONFIG_SCSI_IZIP_EPP16) [N/y/?]
  ppa/imm option - Assume slow parport control register (CONFIG_SCSI_IZIP_SLOW_CTR) [N/y/?]
NCR53c406a SCSI support (CONFIG_SCSI_NCR53C406A) [M/n/?]
NCR Dual 700 MCA SCSI support (CONFIG_SCSI_NCR_D700) [M/n/?]
NCR53c7,8xx SCSI support (CONFIG_SCSI_NCR53C7xx) [N/m/?]
SYM53C8XX Version 2 SCSI support (CONFIG_SCSI_SYM53C8XX_2) [M/n/?]
  DMA addressing mode (CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE) [1]
  default tagged command queue depth (CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS) [16]
  maximum number of queued commands (CONFIG_SCSI_SYM53C8XX_MAX_TAGS) [64]
  use normal IO (CONFIG_SCSI_SYM53C8XX_IOMAPPED) [N/y/?]
NCR53C8XX SCSI support (CONFIG_SCSI_NCR53C8XX) [M/n/?]
SYM53C8XX SCSI support (CONFIG_SCSI_SYM53C8XX) [M/n/?]
  default tagged command queue depth (CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS) [8]
  maximum number of queued commands (CONFIG_SCSI_NCR53C8XX_MAX_TAGS) [4]
  synchronous transfers frequency in MHz (CONFIG_SCSI_NCR53C8XX_SYNC) [5]
  enable profiling (CONFIG_SCSI_NCR53C8XX_PROFILE) [N/y/?]
  use normal IO (CONFIG_SCSI_NCR53C8XX_IOMAPPED) [N/y/?]
  include support for the NCR PQS/PDS SCSI card (CONFIG_SCSI_NCR53C8XX_PQS_PDS) [Y/n/?]
  assume boards are SYMBIOS compatible (EXPERIMENTAL) (CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT) [N/y/?]
NCR MCA 53C9x SCSI support (CONFIG_SCSI_MCA_53C9X) [M/n/?]
PAS16 SCSI support (CONFIG_SCSI_PAS16) [M/n/?]
PCI2000 support (CONFIG_SCSI_PCI2000) [M/n/?]
PCI2220i support (CONFIG_SCSI_PCI2220I) [M/n/?]
PSI240i support (CONFIG_SCSI_PSI240I) [M/n/?]
Qlogic FAS SCSI support (CONFIG_SCSI_QLOGIC_FAS) [M/n/?]
Qlogic ISP SCSI support (CONFIG_SCSI_QLOGIC_ISP) [M/n/?]
Qlogic ISP FC SCSI support (CONFIG_SCSI_QLOGIC_FC) [M/n/?]
   Include loadable firmware in driver (CONFIG_SCSI_QLOGIC_FC_FIRMWARE) [Y/n/?]
Qlogic QLA 1280 SCSI support (CONFIG_SCSI_QLOGIC_1280) [M/n/?]
Seagate ST-02 and Future Domain TMC-8xx SCSI support (CONFIG_SCSI_SEAGATE) [M/n/?]
Simple 53c710 SCSI support (Compaq, NCR machines) (CONFIG_SCSI_SIM710) [M/n/?]
Symbios 53c416 SCSI support (CONFIG_SCSI_SYM53C416) [M/n/?]
Tekram DC390(T) and Am53/79C974 SCSI support (CONFIG_SCSI_DC390T) [M/n/?]
  _omit_ support for non-DC390 adapters (CONFIG_SCSI_DC390T_NOGENSUPP) [N/y/?]
Trantor T128/T128F/T228 SCSI support (CONFIG_SCSI_T128) [M/n/?]
UltraStor 14F/34F support (CONFIG_SCSI_U14_34F) [M/n/?]
  enable elevator sorting (CONFIG_SCSI_U14_34F_LINKED_COMMANDS) [N/y/?]
  maximum number of queued commands (CONFIG_SCSI_U14_34F_MAX_TAGS) [8]
UltraStor SCSI support (CONFIG_SCSI_ULTRASTOR) [M/n/?]
Workbit NinjaSCSI-32Bi/UDE support (CONFIG_SCSI_NSP32) [M/n/?]
SCSI debugging host simulator (EXPERIMENTAL) (CONFIG_SCSI_DEBUG) [M/n/?]
*
* PCMCIA SCSI adapter support
*
PCMCIA SCSI adapter support (CONFIG_SCSI_PCMCIA) [Y/n/?]
  Adaptec AHA152X PCMCIA support (CONFIG_PCMCIA_AHA152X) [M/n/?]
  Future Domain PCMCIA support (CONFIG_PCMCIA_FDOMAIN) [M/n/?]
  NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support (CONFIG_PCMCIA_NINJA_SCSI) [M/n/?]
  Qlogic PCMCIA support (CONFIG_PCMCIA_QLOGIC) [M/n/?]
*
* Fusion MPT device support
*
Fusion MPT (base + ScsiHost) drivers (CONFIG_FUSION) [M/n/?]
  Maximum number of scatter gather entries (CONFIG_FUSION_MAX_SGE) [40]
  Enhanced SCSI error reporting (CONFIG_FUSION_ISENSE) [M/n/?]
  Fusion MPT misc device (ioctl) driver (CONFIG_FUSION_CTL) [M/n/?]
  Fusion MPT LAN driver (CONFIG_FUSION_LAN) [M/n/?]
*
* IEEE 1394 (FireWire) support (EXPERIMENTAL)
*
IEEE 1394 (FireWire) support (EXPERIMENTAL) (CONFIG_IEEE1394) [M/n/y/?]
*
* Device Drivers
*
  Texas Instruments PCILynx support (CONFIG_IEEE1394_PCILYNX) [M/n/?]
  OHCI-1394 support (CONFIG_IEEE1394_OHCI1394) [M/n/?]
*
* Protocol Drivers
*
  OHCI-1394 Video support (CONFIG_IEEE1394_VIDEO1394) [M/n/?]
  SBP-2 support (Harddisks etc.) (CONFIG_IEEE1394_SBP2) [M/n/?]
    Enable Phys DMA support for SBP2 (Debug) (CONFIG_IEEE1394_SBP2_PHYS_DMA) [N/y/?]
  Ethernet over 1394 (CONFIG_IEEE1394_ETH1394) [M/n/?]
  OHCI-DV I/O support (CONFIG_IEEE1394_DV1394) [M/n/?]
  Raw IEEE1394 I/O support (CONFIG_IEEE1394_RAWIO) [M/n/?]
  IEC61883-1 Plug support (CONFIG_IEEE1394_CMP) [M/n/?]
    IEC61883-6 (Audio transmission) support (CONFIG_IEEE1394_AMDTP) [M/n/?]
Excessive debugging output (CONFIG_IEEE1394_VERBOSEDEBUG) [N/y/?]
OUI Database built-in (CONFIG_IEEE1394_OUI_DB) [Y/n/?]
*
* I2O device support
*
I2O support (CONFIG_I2O) [M/n/y/?]
  I2O PCI support (CONFIG_I2O_PCI) [M/n/?]
  I2O Block OSM (CONFIG_I2O_BLOCK) [M/n/?]
  I2O LAN OSM (CONFIG_I2O_LAN) [M/n/?]
  I2O SCSI OSM (CONFIG_I2O_SCSI) [M/n/?]
  I2O /proc support (CONFIG_I2O_PROC) [M/n/?]
*
* Network device support
*
Network device support (CONFIG_NETDEVICES) [Y/n/?]
*
* ARCnet devices
*
ARCnet support (CONFIG_ARCNET) [M/n/y/?]
Enable standard ARCNet packet format (RFC 1201) (CONFIG_ARCNET_1201) [M/n/?]
Enable old ARCNet packet format (RFC 1051) (CONFIG_ARCNET_1051) [M/n/?]
Enable raw mode packet interface (CONFIG_ARCNET_RAW) [M/n/?]
ARCnet COM90xx (normal) chipset driver (CONFIG_ARCNET_COM90xx) [M/n/?]
ARCnet COM90xx (IO mapped) chipset driver (CONFIG_ARCNET_COM90xxIO) [M/n/?]
ARCnet COM90xx (RIM I) chipset driver (CONFIG_ARCNET_RIM_I) [M/n/?]
ARCnet COM20020 chipset driver (CONFIG_ARCNET_COM20020) [M/n/?]
  Support for COM20020 on ISA (CONFIG_ARCNET_COM20020_ISA) [M/n/?]
  Support for COM20020 on PCI (CONFIG_ARCNET_COM20020_PCI) [M/n/?]
Dummy net driver support (CONFIG_DUMMY) [M/n/y/?]
Bonding driver support (CONFIG_BONDING) [M/n/y/?]
EQL (serial line load balancing) support (CONFIG_EQUALIZER) [M/n/y/?]
Universal TUN/TAP device driver support (CONFIG_TUN) [M/n/y/?]
Ethertap network tap (OBSOLETE) (CONFIG_ETHERTAP) [M/n/y/?]
General Instruments Surfboard 1000 (CONFIG_NET_SB1000) [M/n/?]
*
* Ethernet (10 or 100Mbit)
*
Ethernet (10 or 100Mbit) (CONFIG_NET_ETHERNET) [Y/n/?]
  Sun Happy Meal 10/100baseT support (CONFIG_HAPPYMEAL) [M/n/y/?]
  Sun GEM & Apple GMAC support (CONFIG_SUNGEM) [N/y/m/?]
  3COM cards (CONFIG_NET_VENDOR_3COM) [Y/n/?]
    3c501 "EtherLink" support (CONFIG_EL1) [M/n/y/?]
    3c503 "EtherLink II" support (CONFIG_EL2) [M/n/y/?]
    3c505 "EtherLink Plus" support (CONFIG_ELPLUS) [M/n/y/?]
    3c507 "EtherLink 16" support (EXPERIMENTAL) (CONFIG_EL16) [M/n/y/?]
    3c509/3c529 (MCA)/3c579 "EtherLink III" support (CONFIG_EL3) [M/n/y/?]
    3c515 ISA "Fast EtherLink" (CONFIG_3C515) [M/n/y/?]
    3c523 "EtherLink/MC" support (CONFIG_ELMC) [M/n/y/?]
    3c527 "EtherLink/MC 32" support (EXPERIMENTAL) (CONFIG_ELMC_II) [M/n/y/?]
    3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (CONFIG_VORTEX) [M/n/y/?]
    3cr990 series "Typhoon" support (CONFIG_TYPHOON) [M/n/y/?]
  AMD LANCE and PCnet (AT1500 and NE2100) support (CONFIG_LANCE) [M/n/y/?]
  Western Digital/SMC cards (CONFIG_NET_VENDOR_SMC) [Y/n/?]
    WD80*3 support (CONFIG_WD80x3) [M/n/y/?]
    SMC Ultra MCA support (CONFIG_ULTRAMCA) [M/n/y/?]
    SMC Ultra support (CONFIG_ULTRA) [M/n/y/?]
    SMC Ultra32 EISA support (CONFIG_ULTRA32) [M/n/y/?]
    SMC 9194 support (CONFIG_SMC9194) [M/n/y/?]
  Racal-Interlan (Micom) NI cards (CONFIG_NET_VENDOR_RACAL) [Y/n/?]
    NI5010 support (EXPERIMENTAL) (CONFIG_NI5010) [M/n/y/?]
    NI5210 support (CONFIG_NI52) [M/n/y/?]
    NI6510 support (CONFIG_NI65) [M/n/y/?]
  AT1700/1720 support (EXPERIMENTAL) (CONFIG_AT1700) [M/n/y/?]
  DEPCA, DE10x, DE200, DE201, DE202, DE422 support (CONFIG_DEPCA) [M/n/y/?]
  HP 10/100VG PCLAN (ISA, EISA, PCI) support (CONFIG_HP100) [M/n/y/?]
  Other ISA cards (CONFIG_NET_ISA) [Y/n/?]
    Cabletron E21xx support (CONFIG_E2100) [M/n/y/?]
    EtherWORKS 3 (DE203, DE204, DE205) support (CONFIG_EWRK3) [M/n/y/?]
    EtherExpress 16 support (CONFIG_EEXPRESS) [M/n/y/?]
    EtherExpressPro support/EtherExpress 10 (i82595) support (CONFIG_EEXPRESS_PRO) [M/n/y/?]
    HP PCLAN+ (27247B and 27252A) support (CONFIG_HPLAN_PLUS) [M/n/y/?]
    HP PCLAN (27245 and other 27xxx series) support (CONFIG_HPLAN) [M/n/y/?]
    LP486E on board Ethernet (CONFIG_LP486E) [M/n/y/?]
    ICL EtherTeam 16i/32 support (CONFIG_ETH16I) [M/n/y/?]
    NE2000/NE1000 support (CONFIG_NE2000) [M/n/y/?]
  SKnet MCA support (CONFIG_SKMC) [M/n/y/?]
  NE/2 (ne2000 MCA version) support (CONFIG_NE2_MCA) [M/n/y/?]
  IBM LAN Adapter/A support (CONFIG_IBMLANA) [M/n/y/?]
  EISA, VLB, PCI and on board controllers (CONFIG_NET_PCI) [Y/n/?]
    AMD PCnet32 PCI support (CONFIG_PCNET32) [M/n/y/?]
    AMD 8111 (new PCI lance) support (CONFIG_AMD8111_ETH) [M/n/y/?]
    Adaptec Starfire/DuraLAN support (CONFIG_ADAPTEC_STARFIRE) [M/n/y/?]
    Ansel Communications EISA 3200 support (EXPERIMENTAL) (CONFIG_AC3200) [M/n/y/?]
    Apricot Xen-II on board Ethernet (CONFIG_APRICOT) [M/n/y/?]
    Broadcom 4400 ethernet support (EXPERIMENTAL) (CONFIG_B44) [M/n/y/?]
    CS89x0 support (CONFIG_CS89x0) [M/n/y/?]
    DECchip Tulip (dc21x4x) PCI support (CONFIG_TULIP) [M/n/y/?]
      New bus configuration (EXPERIMENTAL) (CONFIG_TULIP_MWI) [N/y/?]
      Use PCI shared mem for NIC registers (CONFIG_TULIP_MMIO) [N/y/?]
    Generic DECchip & DIGITAL EtherWORKS PCI/EISA (CONFIG_DE4X5) [M/n/y/?]
    Davicom DM910x/DM980x support (CONFIG_DM9102) [M/n/y/?]
    EtherExpressPro/100 support (eepro100, original Becker driver) (CONFIG_EEPRO100) [M/n/y/?]
      Use PIO instead of MMIO (CONFIG_EEPRO100_PIO) [N/y/?]
    EtherExpressPro/100 support (e100, Alternate Intel driver) (CONFIG_E100) [M/n/y/?]
    Mylex EISA LNE390A/B support (EXPERIMENTAL) (CONFIG_LNE390) [M/n/y/?]
    Myson MTD-8xx PCI Ethernet support (CONFIG_FEALNX) [M/n/y/?]
    National Semiconductor DP8381x series PCI Ethernet support (CONFIG_NATSEMI) [M/n/y/?]
    PCI NE2000 and clones support (see help) (CONFIG_NE2K_PCI) [M/n/y/?]
    nForce Ethernet support (EXPERIMENTAL) (CONFIG_FORCEDETH) [M/n/y/?]
    Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL) (CONFIG_NE3210) [M/n/y/?]
    Racal-Interlan EISA ES3210 support (EXPERIMENTAL) (CONFIG_ES3210) [M/n/y/?]
    RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL) (CONFIG_8139CP) [M/n/y/?]
    RealTek RTL-8139 PCI Fast Ethernet Adapter support (CONFIG_8139TOO) [M/n/y/?]
      Use PIO instead of MMIO (CONFIG_8139TOO_PIO) [Y/n/?]
      Support for uncommon RTL-8139 rev. K (automatic channel equalization) (CONFIG_8139TOO_TUNE_TWISTER) [N/y/?]
      Support for older RTL-8129/8130 boards (CONFIG_8139TOO_8129) [Y/n/?]
      Use older RX-reset method (CONFIG_8139_OLD_RX_RESET) [N/y/?]
    SiS 900/7016 PCI Fast Ethernet Adapter support (CONFIG_SIS900) [M/n/y/?]
    SMC EtherPower II (CONFIG_EPIC100) [M/n/y/?]
    Sundance Alta support (CONFIG_SUNDANCE) [M/n/y/?]
      Use MMIO instead of PIO (CONFIG_SUNDANCE_MMIO) [N/y/?]
    TI ThunderLAN support (CONFIG_TLAN) [M/n/y/?]
    VIA Rhine support (CONFIG_VIA_RHINE) [M/n/y/?]
      Use MMIO instead of PIO (EXPERIMENTAL) (CONFIG_VIA_RHINE_MMIO) [N/y/?]
    Winbond W89c840 Ethernet support (CONFIG_WINBOND_840) [M/n/y/?]
  Pocket and portable adapters (CONFIG_NET_POCKET) [Y/n/?]
    AT-LAN-TEC/RealTek pocket adapter support (CONFIG_ATP) [M/n/y/?]
    D-Link DE600 pocket adapter support (CONFIG_DE600) [M/n/y/?]
    D-Link DE620 pocket adapter support (CONFIG_DE620) [M/n/y/?]
*
* Ethernet (1000 Mbit)
*
D-Link DL2000-based Gigabit Ethernet support (CONFIG_DL2K) [M/n/y/?]
Intel(R) PRO/1000 Gigabit Ethernet support (CONFIG_E1000) [M/n/y/?]
  Use Rx Polling (NAPI) (CONFIG_E1000_NAPI) [Y/n/?]
National Semiconductor DP83820 support (CONFIG_NS83820) [M/n/y/?]
Packet Engines Hamachi GNIC-II support (CONFIG_HAMACHI) [M/n/y/?]
Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL) (CONFIG_YELLOWFIN) [M/n/y/?]
Realtek 8169 Gigabit Ethernet support (CONFIG_R8169) [M/n/y/?]
Marvell Yukon Chipset / SysKonnect SK-98xx Support (CONFIG_SK98LIN) [M/n/y/?]
Broadcom Tigon3 support (CONFIG_TIGON3) [M/n/?]
FDDI driver support (CONFIG_FDDI) [Y/n/?]
  Digital DEFEA and DEFPA adapter support (CONFIG_DEFXX) [M/n/y/?]
  SysKonnect FDDI PCI support (CONFIG_SKFP) [M/n/y/?]
HIPPI driver support (EXPERIMENTAL) (CONFIG_HIPPI) [Y/n/?]
  Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL) (CONFIG_ROADRUNNER) [M/n/y/?]
    Use large TX/RX rings (EXPERIMENTAL) (CONFIG_ROADRUNNER_LARGE_RINGS) [N/y/?]
PLIP (parallel port) support (CONFIG_PLIP) [M/n/?]
PPP (point-to-point protocol) support (CONFIG_PPP) [M/n/y/?]
  PPP multilink support (EXPERIMENTAL) (CONFIG_PPP_MULTILINK) [Y/n/?]
  PPP filtering (CONFIG_PPP_FILTER) [Y/n/?]
  PPP support for async serial ports (CONFIG_PPP_ASYNC) [M/n/?]
  PPP support for sync tty ports (CONFIG_PPP_SYNC_TTY) [M/n/?]
  PPP Deflate compression (CONFIG_PPP_DEFLATE) [M/n/?]
  PPP BSD-Compress compression (CONFIG_PPP_BSDCOMP) [M/n/?]
  PPP over Ethernet (EXPERIMENTAL) (CONFIG_PPPOE) [M/n/?]
  PPP over ATM (EXPERIMENTAL) (CONFIG_PPPOATM) [M/n/?]
SLIP (serial line) support (CONFIG_SLIP) [M/n/y/?]
  CSLIP compressed headers (CONFIG_SLIP_COMPRESSED) [Y/n/?]
  Keepalive and linefill (CONFIG_SLIP_SMART) [Y/n/?]
  Six bit SLIP encapsulation (CONFIG_SLIP_MODE_SLIP6) [N/y/?]
*
* Wireless LAN (non-hamradio)
*
Wireless LAN (non-hamradio) (CONFIG_NET_RADIO) [Y/n/?]
  STRIP (Metricom starmode radio IP) (CONFIG_STRIP) [M/n/y/?]
  AT&T WaveLAN & DEC RoamAbout DS support (CONFIG_WAVELAN) [M/n/y/?]
  Aironet Arlan 655 & IC2200 DS support (CONFIG_ARLAN) [M/n/y/?]
  Aironet 4500/4800 series adapters (CONFIG_AIRONET4500) [M/n/y/?]
   Aironet 4500/4800 ISA/PCI/PNP/365 support  (CONFIG_AIRONET4500_NONCS) [M/n/?]
     Aironet 4500/4800 PNP support  (CONFIG_AIRONET4500_PNP) [Y/n/?]
     Aironet 4500/4800 PCI support  (CONFIG_AIRONET4500_PCI) [Y/n/?]
     Aironet 4500/4800 ISA broken support (EXPERIMENTAL) (CONFIG_AIRONET4500_ISA) [N/y/?]
     Aironet 4500/4800 I365 broken support (EXPERIMENTAL) (CONFIG_AIRONET4500_I365) [N/y/?]
   Aironet 4500/4800 PROC interface  (CONFIG_AIRONET4500_PROC) [M/n/?]
  Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards (CONFIG_AIRO) [M/n/y/?]
  Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) (CONFIG_HERMES) [M/n/y/?]
    Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL) (CONFIG_PLX_HERMES) [M/n/?]
    Hermes in TMD7160/NCP130 based PCI adaptor support (Pheecom WL-PCI etc.) (EXPERIMENTAL) (CONFIG_TMD_HERMES) [M/n/?]
    Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL) (CONFIG_PCI_HERMES) [M/n/?]
*
* Wireless Pcmcia cards support
*
  Hermes PCMCIA card support (CONFIG_PCMCIA_HERMES) [M/n/?]
  Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards (CONFIG_AIRO_CS) [M/n/y/?]
  Atmel at76c502/at76c504 PCMCIA cards (CONFIG_PCMCIA_ATMEL) [M/n/?]
*
* Token Ring devices
*
Token Ring driver support (CONFIG_TR) [Y/n/?]
  IBM Tropic chipset based adapter support (CONFIG_IBMTR) [M/n/y/?]
  IBM Olympic chipset PCI adapter support (CONFIG_IBMOL) [M/n/y/?]
  IBM Lanstreamer chipset PCI adapter support (CONFIG_IBMLS) [M/n/y/?]
  3Com 3C359 Token Link Velocity XL adapter support (CONFIG_3C359) [M/n/y/?]
  Generic TMS380 Token Ring ISA/PCI adapter support (CONFIG_TMS380TR) [M/n/y/?]
    Generic TMS380 PCI support (CONFIG_TMSPCI) [M/n/?]
    Generic TMS380 ISA support (CONFIG_TMSISA) [M/n/?]
    Madge Smart 16/4 PCI Mk2 support (CONFIG_ABYSS) [M/n/?]
    Madge Smart 16/4 Ringnode MicroChannel (CONFIG_MADGEMC) [M/n/?]
Fibre Channel driver support (CONFIG_NET_FC) [Y/n/?]
  Interphase 5526 Tachyon chipset based adapter support (CONFIG_IPHASE5526) [M/n/?]
Red Creek Hardware VPN (EXPERIMENTAL) (CONFIG_RCPCI) [M/n/y/?]
Traffic Shaper (EXPERIMENTAL) (CONFIG_SHAPER) [M/n/y/?]
*
* Wan interfaces
*
Wan interfaces support (CONFIG_WAN) [Y/n/?]
  Comtrol Hostess SV-11 support (CONFIG_HOSTESS_SV11) [M/n/?]
  COSA/SRP sync serial boards support (CONFIG_COSA) [M/n/?]
  MultiGate (COMX) synchronous serial boards support (CONFIG_COMX) [Y/n/?]
    Support for COMX/CMX/HiCOMX boards (CONFIG_COMX_HW_COMX) [M/n/y/?]
    Support for LoCOMX board (CONFIG_COMX_HW_LOCOMX) [M/n/y/?]
    Support for MixCOM board (CONFIG_COMX_HW_MIXCOM) [M/n/y/?]
    Support for MUNICH based boards: SliceCOM, PCICOM (WelCOM) (CONFIG_COMX_HW_MUNICH) [M/n/y/?]
    Support for HDLC and syncPPP protocols on MultiGate boards (CONFIG_COMX_PROTO_PPP) [M/n/y/?]
    Support for LAPB protocol on MultiGate boards (CONFIG_COMX_PROTO_LAPB) [M/n/?]
    Support for Frame Relay on MultiGate boards (CONFIG_COMX_PROTO_FR) [M/n/y/?]
  DSCC4 support (CONFIG_DSCC4) [M/n/?]
    Etinc PCISYNC features (CONFIG_DSCC4_PCISYNC) [N/y/?]
    GPIO and PCI #RST pins wired together (CONFIG_DSCC4_PCI_RST) [N/y/?]
  LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards (CONFIG_LANMEDIA) [M/n/y/?]
  Aurora Technology, Inc. synchronous asynchronous PCI cards V2 (CONFIG_ATI_XX20) [M/n/y/?]
  Sealevel Systems 4021 support (CONFIG_SEALEVEL_4021) [M/n/?]
  SyncLink HDLC/SYNCPPP support (CONFIG_SYNCLINK_SYNCPPP) [M/n/y/?]
  Generic HDLC layer (CONFIG_HDLC) [M/n/y/?]
    Raw HDLC support (CONFIG_HDLC_RAW) [Y/n/?]
    Raw HDLC Ethernet device support (CONFIG_HDLC_RAW_ETH) [Y/n/?]
    Cisco HDLC support (CONFIG_HDLC_CISCO) [Y/n/?]
    Frame Relay support (CONFIG_HDLC_FR) [Y/n/?]
    Synchronous Point-to-Point Protocol (PPP) support (CONFIG_HDLC_PPP) [Y/n/?]
    X.25 protocol support (CONFIG_HDLC_X25) [Y/n/?]
    Goramo PCI200SYN support (CONFIG_PCI200SYN) [M/n/?]
    Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards) (CONFIG_PC300) [M/n/?]
      Cyclades-PC300 MLPPP support (CONFIG_PC300_MLPPP) [Y/n/?]
    FarSync T-Series support (CONFIG_FARSYNC) [M/n/?]
    SDL RISCom/N2 support (CONFIG_N2) [M/n/?]
    Moxa C101 support (CONFIG_C101) [M/n/?]
  Frame relay DLCI support (CONFIG_DLCI) [M/n/y/?]
    Max open DLCI (CONFIG_DLCI_COUNT) [24]
    Max DLCI per device (CONFIG_DLCI_MAX) [8]
    SDLA (Sangoma S502/S508) support (CONFIG_SDLA) [M/n/?]
  WAN router drivers (CONFIG_WAN_ROUTER_DRIVERS) [Y/n/?]
    Sangoma WANPIPE(tm) multiprotocol cards (CONFIG_VENDOR_SANGOMA) [M/n/?]
      WANPIPE Cisco HDLC support (CONFIG_WANPIPE_CHDLC) [Y/n/?]
      WANPIPE Frame Relay support (CONFIG_WANPIPE_FR) [Y/n/?]
      WANPIPE X.25 support (CONFIG_WANPIPE_X25) [Y/n/?]
      WANPIPE PPP support (CONFIG_WANPIPE_PPP) [Y/n/?]
      WANPIPE Multi-Port PPP support (CONFIG_WANPIPE_MULTPPP) [Y/n/?]
    Cyclom 2X(tm) cards (EXPERIMENTAL) (CONFIG_CYCLADES_SYNC) [M/n/y/?]
      Cyclom 2X X.25 support (EXPERIMENTAL) (CONFIG_CYCLOMX_X25) [Y/n/?]
  LAPB over Ethernet driver (EXPERIMENTAL) (CONFIG_LAPBETHER) [M/n/?]
  X.25 async driver (EXPERIMENTAL) (CONFIG_X25_ASY) [M/n/?]
  Granch SBNI12 Leased Line adapter support (CONFIG_SBNI) [M/n/y/?]
    Multiple line feature support (CONFIG_SBNI_MULTILINE) [N/y/?]
*
* PCMCIA network device support
*
PCMCIA network device support (CONFIG_NET_PCMCIA) [Y/n/?]
  3Com 3c589 PCMCIA support (CONFIG_PCMCIA_3C589) [M/n/?]
  3Com 3c574 PCMCIA support (CONFIG_PCMCIA_3C574) [M/n/?]
  Fujitsu FMV-J18x PCMCIA support (CONFIG_PCMCIA_FMVJ18X) [M/n/?]
  NE2000 compatible PCMCIA support (CONFIG_PCMCIA_PCNET) [M/n/?]
  Asix AX88190 PCMCIA support (CONFIG_PCMCIA_AXNET) [M/n/?]
  New Media PCMCIA support (CONFIG_PCMCIA_NMCLAN) [M/n/?]
  SMC 91Cxx PCMCIA support (CONFIG_PCMCIA_SMC91C92) [M/n/?]
  Xircom 16-bit PCMCIA support (CONFIG_PCMCIA_XIRC2PS) [M/n/?]
  COM20020 ARCnet PCMCIA support (CONFIG_ARCNET_COM20020_CS) [M/n/?]
  IBM PCMCIA tokenring adapter support (CONFIG_PCMCIA_IBMTR) [M/n/?]
  Xircom CardBus support (new driver) (CONFIG_PCMCIA_XIRCOM) [M/n/y/?]
  Xircom Tulip-like CardBus support (old driver) (CONFIG_PCMCIA_XIRTULIP) [M/n/y/?]
  Pcmcia Wireless LAN (CONFIG_NET_PCMCIA_RADIO) [Y/n/?]
    Aviator/Raytheon 2.4MHz wireless support (CONFIG_PCMCIA_RAYCS) [M/n/?]
    Xircom Netwave AirSurfer wireless support (CONFIG_PCMCIA_NETWAVE) [M/n/?]
    AT&T/Lucent Wavelan wireless support (CONFIG_PCMCIA_WAVELAN) [M/n/?]
    Aironet 4500/4800 PCMCIA support (CONFIG_AIRONET4500_CS) [M/n/?]
*
* ATM drivers
*
ATM over TCP (CONFIG_ATM_TCP) [M/n/y/?]
Efficient Networks Speedstream 3010 (CONFIG_ATM_LANAI) [M/n/y/?]
Efficient Networks ENI155P (CONFIG_ATM_ENI) [M/n/y/?]
  Enable extended debugging (CONFIG_ATM_ENI_DEBUG) [N/y/?]
  Fine-tune burst settings (CONFIG_ATM_ENI_TUNE_BURST) [N/y/?]
Fujitsu FireStream (FS50/FS155)  (CONFIG_ATM_FIRESTREAM) [M/n/y/?]
ZeitNet ZN1221/ZN1225 (CONFIG_ATM_ZATM) [M/n/y/?]
  Enable extended debugging (CONFIG_ATM_ZATM_DEBUG) [N/y/?]
  Enable usec resolution timestamps (CONFIG_ATM_ZATM_EXACT_TS) [N/y/?]
IDT 77201 (NICStAR) (ForeRunnerLE) (CONFIG_ATM_NICSTAR) [M/n/y/?]
  Use suni PHY driver (155Mbps) (CONFIG_ATM_NICSTAR_USE_SUNI) [N/y/?]
  Use IDT77015 PHY driver (25Mbps) (CONFIG_ATM_NICSTAR_USE_IDT77105) [N/y/?]
IDT 77252 (NICStAR II) (CONFIG_ATM_IDT77252) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_IDT77252_DEBUG) [N/y/?]
  Receive ALL cells in raw queue (CONFIG_ATM_IDT77252_RCV_ALL) [N/y/?]
Madge Ambassador (Collage PCI 155 Server) (CONFIG_ATM_AMBASSADOR) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_AMBASSADOR_DEBUG) [N/y/?]
Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client) (CONFIG_ATM_HORIZON) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_HORIZON_DEBUG) [N/y/?]
Interphase ATM PCI x575/x525/x531 (CONFIG_ATM_IA) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_IA_DEBUG) [N/y/?]
FORE Systems 200E-series (CONFIG_ATM_FORE200E_MAYBE) [M/n/y/?]
  PCA-200E support (CONFIG_ATM_FORE200E_PCA) [N/y/?]
ForeRunner HE Series (CONFIG_ATM_HE) [M/n/y/?]
Use S/UNI PHY driver (CONFIG_ATM_HE_USE_SUNI) [Y/n/?]
*
* Amateur Radio support
*
Amateur Radio support (CONFIG_HAMRADIO) [Y/n/?]
*
* Packet Radio protocols
*
  Amateur Radio AX.25 Level 2 protocol (CONFIG_AX25) [M/n/y/?]
    AX.25 DAMA Slave support (CONFIG_AX25_DAMA_SLAVE) [N/y/?]
    Amateur Radio NET/ROM protocol (CONFIG_NETROM) [M/n/?]
    Amateur Radio X.25 PLP (Rose) (CONFIG_ROSE) [M/n/?]
*
* AX.25 network device drivers
*
*
* AX.25 network device drivers
*
Serial port KISS driver (CONFIG_MKISS) [M/n/?]
Serial port 6PACK driver (CONFIG_6PACK) [M/n/?]
BPQ Ethernet driver (CONFIG_BPQETHER) [M/n/?]
High-speed (DMA) SCC driver for AX.25 (CONFIG_DMASCC) [M/n/?]
Z8530 SCC driver (CONFIG_SCC) [M/n/?]
  additional delay for PA0HZP OptoSCC compatible boards (CONFIG_SCC_DELAY) [N/y/?]
  support for TRX that feedback the tx signal to rx (CONFIG_SCC_TRXECHO) [N/y/?]
BAYCOM ser12 fullduplex driver for AX.25 (CONFIG_BAYCOM_SER_FDX) [M/n/?]
BAYCOM ser12 halfduplex driver for AX.25 (CONFIG_BAYCOM_SER_HDX) [M/n/?]
BAYCOM picpar and par96 driver for AX.25 (CONFIG_BAYCOM_PAR) [M/n/?]
BAYCOM epp driver for AX.25 (CONFIG_BAYCOM_EPP) [M/n/?]
Soundcard modem driver (CONFIG_SOUNDMODEM) [M/n/?]
  soundmodem support for Soundblaster and compatible cards (CONFIG_SOUNDMODEM_SBC) [Y/n/?]
  soundmodem support for WSS and Crystal cards (CONFIG_SOUNDMODEM_WSS) [Y/n/?]
  soundmodem support for 1200 baud AFSK modulation (CONFIG_SOUNDMODEM_AFSK1200) [Y/n/?]
  soundmodem support for 2400 baud AFSK modulation (7.3728MHz crystal) (CONFIG_SOUNDMODEM_AFSK2400_7) [Y/n/?]
  soundmodem support for 2400 baud AFSK modulation (8MHz crystal) (CONFIG_SOUNDMODEM_AFSK2400_8) [Y/n/?]
  soundmodem support for 2666 baud AFSK modulation (CONFIG_SOUNDMODEM_AFSK2666) [Y/n/?]
  soundmodem support for 4800 baud HAPN-1 modulation (CONFIG_SOUNDMODEM_HAPN4800) [Y/n/?]
  soundmodem support for 4800 baud PSK modulation (CONFIG_SOUNDMODEM_PSK4800) [Y/n/?]
  soundmodem support for 9600 baud FSK G3RUH modulation (CONFIG_SOUNDMODEM_FSK9600) [Y/n/?]
YAM driver for AX.25 (CONFIG_YAM) [M/n/?]
*
* IrDA (infrared) support
*
IrDA subsystem support (CONFIG_IRDA) [M/n/y/?]
*
* IrDA protocols
*
  IrLAN protocol (CONFIG_IRLAN) [M/n/?]
  IrNET protocol (CONFIG_IRNET) [M/n/?]
  IrCOMM protocol (CONFIG_IRCOMM) [M/n/?]
  Ultra (connectionless) protocol (CONFIG_IRDA_ULTRA) [N/y/?]
*
* IrDA options
*
  Cache last LSAP (CONFIG_IRDA_CACHE_LAST_LSAP) [Y/n/?]
  Fast RRs (low latency) (CONFIG_IRDA_FAST_RR) [Y/n/?]
  Debug information (CONFIG_IRDA_DEBUG) [Y/n/?]
*
* Infrared-port device drivers
*
*
* SIR device drivers
*
IrTTY (uses Linux serial driver) (CONFIG_IRTTY_SIR) [M/n/?]
IrPORT (IrDA serial driver) (CONFIG_IRPORT_SIR) [M/n/?]
*
* Dongle support
*
Serial dongle support (CONFIG_DONGLE) [Y/n/?]
  ESI JetEye PC dongle (CONFIG_ESI_DONGLE) [M/n/?]
  ACTiSYS IR-220L and IR220L+ dongle (CONFIG_ACTISYS_DONGLE) [M/n/?]
  Tekram IrMate 210B dongle (CONFIG_TEKRAM_DONGLE) [M/n/?]
  Greenwich GIrBIL dongle (CONFIG_GIRBIL_DONGLE) [M/n/?]
  Parallax LiteLink dongle (CONFIG_LITELINK_DONGLE) [M/n/?]
  Microchip MCP2120 (CONFIG_MCP2120_DONGLE) [M/n/?]
  Old Belkin dongle (CONFIG_OLD_BELKIN_DONGLE) [M/n/?]
  ACTiSYS IR-200L dongle (Experimental) (CONFIG_ACT200L_DONGLE) [M/n/?]
  Mobile Action MA600 dongle (Experimental) (CONFIG_MA600_DONGLE) [M/n/?]
*
* FIR device drivers
*
IrDA USB dongles (Experimental) (CONFIG_USB_IRDA) [M/n/?]
NSC PC87108/PC87338 (CONFIG_NSC_FIR) [M/n/?]
Winbond W83977AF (IR) (CONFIG_WINBOND_FIR) [M/n/?]
Toshiba Type-O IR Port (old driver) (CONFIG_TOSHIBA_OLD) [M/n/?]
Toshiba Type-O IR Port (CONFIG_TOSHIBA_FIR) [M/n/?]
SMC IrCC (Experimental) (CONFIG_SMC_IRCC_FIR) [M/n/?]
ALi M5123 FIR (Experimental) (CONFIG_ALI_FIR) [M/n/?]
VLSI 82C147 SIR/MIR/FIR (Experimental) (CONFIG_VLSI_FIR) [M/n/?]
VIA IrCC (Experimental) (CONFIG_VIA_IRCC_FIR) [M/n/?]
*
* ISDN subsystem
*
ISDN support (CONFIG_ISDN) [M/n/y/?]
  Support synchronous PPP (CONFIG_ISDN_PPP) [Y/n/?]
    PPP filtering for ISDN (CONFIG_IPPP_FILTER) [Y/n/?]
    Use VJ-compression with synchronous PPP (CONFIG_ISDN_PPP_VJ) [Y/n/?]
    Support generic MP (RFC 1717) (CONFIG_ISDN_MPP) [Y/n/?]
    Support BSD compression (CONFIG_ISDN_PPP_BSDCOMP) [M/n/?]
  Support audio via ISDN (CONFIG_ISDN_AUDIO) [Y/n/?]
    Support AT-Fax Class 1 and 2 commands (CONFIG_ISDN_TTY_FAX) [Y/n/?]
  X.25 PLP on top of ISDN (CONFIG_ISDN_X25) [Y/n/?]
*
* ISDN feature submodules
*
isdnloop support (CONFIG_ISDN_DRV_LOOP) [M/n/?]
Support isdn diversion services (CONFIG_ISDN_DIVERSION) [M/n/?]
*
* low-level hardware drivers
*
*
* Passive ISDN cards
*
HiSax SiemensChipSet driver support (CONFIG_ISDN_DRV_HISAX) [M/n/?]
*
*   D-channel protocol features
*
  HiSax Support for EURO/DSS1 (CONFIG_HISAX_EURO) [Y/n/?]
    Support for german chargeinfo (CONFIG_DE_AOC) [Y/n/?]
    Disable sending complete (CONFIG_HISAX_NO_SENDCOMPLETE) [N/y/?]
    Disable sending low layer compatibility (CONFIG_HISAX_NO_LLC) [N/y/?]
    Disable keypad protocol option (CONFIG_HISAX_NO_KEYPAD) [N/y/?]
  HiSax Support for german 1TR6 (CONFIG_HISAX_1TR6) [Y/n/?]
  HiSax Support for US NI1 (CONFIG_HISAX_NI1) [Y/n/?]
  Maximum number of cards supported by HiSax (CONFIG_HISAX_MAX_CARDS) [8]
*
*   HiSax supported cards
*
  Teles 16.0/8.0 (CONFIG_HISAX_16_0) [Y/n/?]
  Teles 16.3 or PNP or PCMCIA (CONFIG_HISAX_16_3) [Y/n/?]
  AVM A1 (Fritz) (CONFIG_HISAX_AVM_A1) [Y/n/?]
  ITK ix1-micro Revision 2 (CONFIG_HISAX_IX1MICROR2) [Y/n/?]
  ASUSCOM ISA cards (CONFIG_HISAX_ASUSCOM) [Y/n/?]
  TELEINT cards (CONFIG_HISAX_TELEINT) [Y/n/?]
  HFC-S based cards (CONFIG_HISAX_HFCS) [Y/n/?]
  USR Sportster internal TA (CONFIG_HISAX_SPORTSTER) [Y/n/?]
  MIC card (CONFIG_HISAX_MIC) [Y/n/?]
  Siemens I-Surf card (CONFIG_HISAX_ISURF) [Y/n/?]
  HST Saphir card (CONFIG_HISAX_HSTSAPHIR) [Y/n/?]
  Teles PCI (CONFIG_HISAX_TELESPCI) [Y/n/?]
  Teles S0Box (CONFIG_HISAX_S0BOX) [Y/n/?]
  AVM PnP/PCI (Fritz!PnP/PCI) (CONFIG_HISAX_FRITZPCI) [Y/n/?]
  AVM A1 PCMCIA (Fritz) (CONFIG_HISAX_AVM_A1_PCMCIA) [Y/n/?]
  Elsa cards (CONFIG_HISAX_ELSA) [Y/n/?]
  Eicon.Diehl Diva cards (CONFIG_HISAX_DIEHLDIVA) [Y/n/?]
  Sedlbauer cards (CONFIG_HISAX_SEDLBAUER) [Y/n/?]
  NETjet card (CONFIG_HISAX_NETJET) [Y/n/?]
  NETspider U card (CONFIG_HISAX_NETJET_U) [Y/n/?]
  Niccy PnP/PCI card (CONFIG_HISAX_NICCY) [Y/n/?]
  Telekom A4T card (CONFIG_HISAX_BKM_A4T) [Y/n/?]
  Scitel Quadro card (CONFIG_HISAX_SCT_QUADRO) [Y/n/?]
  Gazel cards (CONFIG_HISAX_GAZEL) [Y/n/?]
  HFC PCI-Bus cards (CONFIG_HISAX_HFC_PCI) [Y/n/?]
  Winbond W6692 based cards (CONFIG_HISAX_W6692) [Y/n/?]
  HFC-S+, HFC-SP, HFC-PCMCIA cards (CONFIG_HISAX_HFC_SX) [Y/n/?]
  Formula-n enter:now PCI card (CONFIG_HISAX_ENTERNOW_PCI) [Y/n/?]
  HiSax debugging (CONFIG_HISAX_DEBUG) [N/y/?]
Sedlbauer PCMCIA cards (CONFIG_HISAX_SEDLBAUER_CS) [M/n/?]
ELSA PCMCIA MicroLink cards (CONFIG_HISAX_ELSA_CS) [M/n/?]
AVM A1 PCMCIA cards (CONFIG_HISAX_AVM_A1_CS) [M/n/?]
ST5481 USB ISDN modem (EXPERIMENTAL) (CONFIG_HISAX_ST5481) [M/n/?]
AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL) (CONFIG_HISAX_FRITZ_PCIPNP) [M/n/?]
Auerswald devices ISDN support (CONFIG_USB_AUERISDN) [M/n/?]
*
* Active ISDN cards
*
ICN 2B and 4B support (CONFIG_ISDN_DRV_ICN) [M/n/?]
PCBIT-D support (CONFIG_ISDN_DRV_PCBIT) [M/n/?]
Spellcaster support (CONFIG_ISDN_DRV_SC) [M/n/?]
IBM Active 2000 support (CONFIG_ISDN_DRV_ACT2000) [M/n/?]
Eicon active card support (CONFIG_ISDN_DRV_EICON) [Y/n/?]
  Build Eicon driver type standalone (CONFIG_ISDN_DRV_EICON_DIVAS) [M/n/?]
  Legacy Eicon driver (CONFIG_ISDN_DRV_EICON_OLD) [M/n/?]
    Eicon PCI DIVA Server BRI/PRI/4BRI support (CONFIG_ISDN_DRV_EICON_PCI) [Y/n/?]
    Eicon S,SX,SCOM,Quadro,S2M support (CONFIG_ISDN_DRV_EICON_ISA) [Y/n/?]
Auvertech TurboPAM support (CONFIG_ISDN_DRV_TPAM) [M/n/?]
CAPI2.0 support (CONFIG_ISDN_CAPI) [M/n/y/?]
  Verbose reason code reporting (kernel size +=7K) (CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON) [Y/n/?]
  CAPI2.0 Middleware support (EXPERIMENTAL) (CONFIG_ISDN_CAPI_MIDDLEWARE) [Y/n/?]
  CAPI2.0 /dev/capi support (CONFIG_ISDN_CAPI_CAPI20) [M/n/?]
    CAPI2.0 filesystem support (CONFIG_ISDN_CAPI_CAPIFS_BOOL) [Y/n/?]
  CAPI2.0 capidrv interface support (CONFIG_ISDN_CAPI_CAPIDRV) [M/n/?]
  AVM B1 ISA support (CONFIG_ISDN_DRV_AVMB1_B1ISA) [M/n/?]
  AVM B1 PCI support (CONFIG_ISDN_DRV_AVMB1_B1PCI) [M/n/?]
    AVM B1 PCI V4 support (CONFIG_ISDN_DRV_AVMB1_B1PCIV4) [Y/n/?]
  AVM T1/T1-B ISA support (CONFIG_ISDN_DRV_AVMB1_T1ISA) [M/n/?]
  AVM B1/M1/M2 PCMCIA support (CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) [M/n/?]
  AVM B1/M1/M2 PCMCIA cs module (CONFIG_ISDN_DRV_AVMB1_AVM_CS) [M/n/?]
  AVM T1/T1-B PCI support (CONFIG_ISDN_DRV_AVMB1_T1PCI) [M/n/?]
  AVM C4/C2 support (CONFIG_ISDN_DRV_AVMB1_C4) [M/n/?]
  Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only) (CONFIG_HYSDN) [M/n/?]
    HYSDN CAPI 2.0 support (CONFIG_HYSDN_CAPI) [Y/n/?]
*
* Old CD-ROM drivers (not SCSI, not IDE)
*
Support non-SCSI/IDE/ATAPI CDROM drives (CONFIG_CD_NO_IDESCSI) [Y/n/?]
  Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support (CONFIG_AZTCD) [M/n/y/?]
  Goldstar R420 CDROM support (CONFIG_GSCD) [M/n/y/?]
  Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support (CONFIG_SBPCD) [M/n/y/?]
  Mitsumi (standard) [no XA/Multisession] CDROM support (CONFIG_MCD) [M/n/y/?]
MCD IRQ (CONFIG_MCD_IRQ) [11]
MCD I/O base (CONFIG_MCD_BASE) [300]
  Mitsumi [XA/MultiSession] CDROM support (CONFIG_MCDX) [M/n/y/?]
  Optics Storage DOLPHIN 8000AT CDROM support (CONFIG_OPTCD) [M/n/y/?]
  Philips/LMS CM206 CDROM support (CONFIG_CM206) [M/n/y/?]
  Sanyo CDR-H94A CDROM support (CONFIG_SJCD) [M/n/y/?]
  ISP16/MAD16/Mozart soft configurable cdrom interface support (CONFIG_ISP16_CDI) [M/n/y/?]
  Sony CDU31A/CDU33A CDROM support (CONFIG_CDU31A) [M/n/y/?]
  Sony CDU535 CDROM support (CONFIG_CDU535) [M/n/y/?]
*
* Input core support
*
Input core support (CONFIG_INPUT) [M/n/y/?]
  Keyboard support (CONFIG_INPUT_KEYBDEV) [M/n/?]
  Mouse support (CONFIG_INPUT_MOUSEDEV) [M/n/?]
   Horizontal screen resolution (CONFIG_INPUT_MOUSEDEV_SCREEN_X) [1024]
   Vertical screen resolution (CONFIG_INPUT_MOUSEDEV_SCREEN_Y) [768]
  Joystick support (CONFIG_INPUT_JOYDEV) [M/n/?]
  Event interface support (CONFIG_INPUT_EVDEV) [M/n/?]
  User level driver support (CONFIG_INPUT_UINPUT) [M/n/?]
*
* Character devices
*
Virtual terminal (CONFIG_VT) [Y/n/?]
  Support for console on virtual terminal (CONFIG_VT_CONSOLE) [Y/n/?]
Standard/generic (8250/16550 and compatible UARTs) serial support (CONFIG_SERIAL) [Y/m/n/?]
  Support for console on serial port (CONFIG_SERIAL_CONSOLE) [Y/n/?]
Extended dumb serial driver options (CONFIG_SERIAL_EXTENDED) [Y/n/?]
  Support more than 4 serial ports (CONFIG_SERIAL_MANY_PORTS) [Y/n/?]
  Support for sharing serial interrupts (CONFIG_SERIAL_SHARE_IRQ) [Y/n/?]
  Autodetect IRQ on standard ports (unsafe) (CONFIG_SERIAL_DETECT_IRQ) [N/y/?]
  Support special multiport boards (CONFIG_SERIAL_MULTIPORT) [Y/n/?]
  Support the Bell Technologies HUB6 card (CONFIG_HUB6) [Y/n/?]
Non-standard serial port support (CONFIG_SERIAL_NONSTANDARD) [Y/n/?]
  Computone IntelliPort Plus serial support (CONFIG_COMPUTONE) [M/n/y/?]
  Comtrol Rocketport support (CONFIG_ROCKETPORT) [M/n/y/?]
  Cyclades async mux support (CONFIG_CYCLADES) [M/n/y/?]
    Cyclades-Z interrupt mode operation (EXPERIMENTAL) (CONFIG_CYZ_INTR) [N/y/?]
  Digiboard Intelligent Async Support (CONFIG_DIGIEPCA) [M/n/y/?]
  Hayes ESP serial port support (CONFIG_ESPSERIAL) [M/n/y/?]
  Moxa Intellio support (CONFIG_MOXA_INTELLIO) [M/n/y/?]
  Moxa SmartIO support (CONFIG_MOXA_SMARTIO) [M/n/y/?]
  Multi-Tech multiport card support (EXPERIMENTAL) (CONFIG_ISI) [M/n/?]
  Microgate SyncLink card support (CONFIG_SYNCLINK) [M/n/y/?]
  SyncLink Multiport support (CONFIG_SYNCLINKMP) [M/n/y/?]
  HDLC line discipline support (CONFIG_N_HDLC) [M/n/y/?]
  SDL RISCom/8 card support (CONFIG_RISCOM8) [M/n/y/?]
  Specialix IO8+ card support (CONFIG_SPECIALIX) [M/n/y/?]
  Specialix DTR/RTS pin is RTS (CONFIG_SPECIALIX_RTSCTS) [N/y/?]
  Specialix SX (and SI) card support (CONFIG_SX) [M/n/y/?]
  Specialix RIO system support (CONFIG_RIO) [M/n/y/?]
    Support really old RIO/PCI cards (CONFIG_RIO_OLDPCI) [N/y/?]
  Stallion multiport serial support (CONFIG_STALDRV) [Y/n/?]
    Stallion EasyIO or EC8/32 support (CONFIG_STALLION) [M/n/y/?]
    Stallion EC8/64, ONboard, Brumby support (CONFIG_ISTALLION) [M/n/y/?]
Unix98 PTY support (CONFIG_UNIX98_PTYS) [Y/n/?]
Maximum number of Unix98 PTYs in use (0-2048) (CONFIG_UNIX98_PTY_COUNT) [256]
Parallel printer support (CONFIG_PRINTER) [M/n/?]
  Support for console on line printer (CONFIG_LP_CONSOLE) [N/y/?]
Support for user-space parallel port device drivers (CONFIG_PPDEV) [M/n/?]
Texas Instruments parallel link cable support (CONFIG_TIPAR) [M/n/?]
*
* I2C support
*
I2C support (CONFIG_I2C) [M/n/y/?]
I2C bit-banging interfaces (CONFIG_I2C_ALGOBIT) [M/n/?]
  Philips style parallel port adapter (CONFIG_I2C_PHILIPSPAR) [M/n/?]
  ELV adapter (CONFIG_I2C_ELV) [M/n/?]
  Velleman K8000 adapter (CONFIG_I2C_VELLEMAN) [M/n/?]
  NatSemi SCx200 I2C using GPIO pins (CONFIG_SCx200_I2C) [M/n/?]
    GPIO pin used for SCL (CONFIG_SCx200_I2C_SCL) [12]
    GPIO pin used for SDA (CONFIG_SCx200_I2C_SDA) [13]
NatSemi SCx200 ACCESS.bus (CONFIG_SCx200_ACB) [M/n/?]
I2C PCF 8584 interfaces (CONFIG_I2C_ALGOPCF) [M/n/?]
  Elektor ISA card (CONFIG_I2C_ELEKTOR) [M/n/?]
I2C device interface (CONFIG_I2C_CHARDEV) [M/n/?]
I2C /proc interface (required for hardware sensors) (CONFIG_I2C_PROC) [M/n/?]
*
* Mice
*
Bus Mouse Support (CONFIG_BUSMOUSE) [M/n/y/?]
  ATIXL busmouse support (CONFIG_ATIXL_BUSMOUSE) [M/n/?]
  Logitech busmouse support (CONFIG_LOGIBUSMOUSE) [M/n/?]
  Microsoft busmouse support (CONFIG_MS_BUSMOUSE) [M/n/?]
Mouse Support (not serial and bus mice) (CONFIG_MOUSE) [M/n/y/?]
  PS/2 mouse (aka "auxiliary device") support (CONFIG_PSMOUSE) [Y/n/?]
  C&T 82C710 mouse port support (as on TI Travelmate) (CONFIG_82C710_MOUSE) [M/n/y/?]
  PC110 digitizer pad support (CONFIG_PC110_PAD) [M/n/y/?]
  MK712 touch screen support (CONFIG_MK712_MOUSE) [M/n/y/?]
*
* Joysticks
*
Game port support (CONFIG_INPUT_GAMEPORT) [M/n/?]
  Classic ISA/PnP gameports (CONFIG_INPUT_NS558) [M/n/?]
  PDPI Lightning 4 gamecard (CONFIG_INPUT_LIGHTNING) [M/n/?]
  Aureal Vortex, Trident 4DWave, and ALi 5451 gameports (CONFIG_INPUT_PCIGAME) [M/n/?]
  Crystal SoundFusion gameports (CONFIG_INPUT_CS461X) [M/n/?]
  SoundBlaster Live! gameports (CONFIG_INPUT_EMU10K1) [M/n/?]
Serial port device support (CONFIG_INPUT_SERIO) [M/n/y/?]
  Serial port input line discipline (CONFIG_INPUT_SERPORT) [M/n/?]
*
* Joysticks
*
  Classic PC analog joysticks and gamepads (CONFIG_INPUT_ANALOG) [M/n/?]
  Assasin 3D and MadCatz Panther devices (CONFIG_INPUT_A3D) [M/n/?]
  Logitech ADI digital joysticks and gamepads (CONFIG_INPUT_ADI) [M/n/?]
  Creative Labs Blaster Cobra gamepad (CONFIG_INPUT_COBRA) [M/n/?]
  Genius Flight2000 Digital joysticks and gamepads (CONFIG_INPUT_GF2K) [M/n/?]
  Gravis GrIP joysticks and gamepads (CONFIG_INPUT_GRIP) [M/n/?]
  InterAct digital joysticks and gamepads (CONFIG_INPUT_INTERACT) [M/n/?]
  ThrustMaster DirectConnect joysticks and gamepads (CONFIG_INPUT_TMDC) [M/n/?]
  Microsoft SideWinder digital joysticks and gamepads (CONFIG_INPUT_SIDEWINDER) [M/n/?]
  I-Force USB joysticks and wheels (CONFIG_INPUT_IFORCE_USB) [M/n/?]
  I-Force Serial joysticks and wheels (CONFIG_INPUT_IFORCE_232) [M/n/?]
  Logitech WingMan Warrior joystick (CONFIG_INPUT_WARRIOR) [M/n/?]
  LogiCad3d Magellan/SpaceMouse 6dof controller (CONFIG_INPUT_MAGELLAN) [M/n/?]
  SpaceTec SpaceOrb/Avenger 6dof controller (CONFIG_INPUT_SPACEORB) [M/n/?]
  SpaceTec SpaceBall 4000 FLX 6dof controller (CONFIG_INPUT_SPACEBALL) [M/n/?]
  Gravis Stinger gamepad (CONFIG_INPUT_STINGER) [M/n/?]
  Multisystem, Sega Genesis, Saturn joysticks and gamepads (CONFIG_INPUT_DB9) [M/n/?]
  Multisystem, NES, SNES, N64, PSX joysticks and gamepads (CONFIG_INPUT_GAMECON) [M/n/?]
  Multisystem joysticks via TurboGraFX device (CONFIG_INPUT_TURBOGRAFX) [M/n/?]
QIC-02 tape support (CONFIG_QIC02_TAPE) [M/n/y/?]
  Do you want runtime configuration for QIC-02 (CONFIG_QIC02_DYNCONF) [Y/n/?]
*
*   Setting runtime QIC-02 configuration is done with qic02conf
*
*
*   from the tpqic02-support package.  It is available at
*
*
*   metalab.unc.edu or ftp://titus.cfw.com/pub/Linux/util/
*
IPMI top-level message handler (CONFIG_IPMI_HANDLER) [M/n/y/?]
  Generate a panic event to all BMCs on a panic (CONFIG_IPMI_PANIC_EVENT) [N/y/?]
  Device interface for IPMI (CONFIG_IPMI_DEVICE_INTERFACE) [M/n/?]
  IPMI KCS handler (CONFIG_IPMI_KCS) [M/n/?]
  IPMI Watchdog Timer (CONFIG_IPMI_WATCHDOG) [M/n/?]
*
* Watchdog Cards
*
Watchdog Timer Support (CONFIG_WATCHDOG) [Y/n/?]
  Disable watchdog shutdown on close (CONFIG_WATCHDOG_NOWAYOUT) [N/y/?]
  Acquire SBC Watchdog Timer (CONFIG_ACQUIRE_WDT) [M/n/y/?]
  Advantech SBC Watchdog Timer (CONFIG_ADVANTECH_WDT) [M/n/y/?]
  ALi M7101 PMU on ALi 1535D+ Watchdog Timer (CONFIG_ALIM1535_WDT) [M/n/y/?]
  ALi M7101 PMU Watchdog Timer (CONFIG_ALIM7101_WDT) [M/n/y/?]
  AMD "Elan" SC520 Watchdog Timer (CONFIG_SC520_WDT) [M/n/y/?]
  Berkshire Products PC Watchdog (CONFIG_PCWATCHDOG) [M/n/y/?]
  Eurotech CPU-1220/1410 Watchdog Timer (CONFIG_EUROTECH_WDT) [M/n/y/?]
  IB700 SBC Watchdog Timer (CONFIG_IB700_WDT) [M/n/y/?]
  ICP ELectronics Wafer 5823 Watchdog (CONFIG_WAFER_WDT) [M/n/y/?]
  Intel i810 TCO timer / Watchdog (CONFIG_I810_TCO) [M/n/y/?]
  Mixcom Watchdog (CONFIG_MIXCOMWD) [M/n/y/?]
  SBC-60XX Watchdog Timer (CONFIG_60XX_WDT) [M/n/y/?]
  SC1200 Watchdog Timer (EXPERIMENTAL) (CONFIG_SC1200_WDT) [M/n/y/?]
  NatSemi SCx200 Watchdog (CONFIG_SCx200_WDT) [M/n/y/?]
  Software Watchdog (CONFIG_SOFT_WATCHDOG) [M/n/y/?]
  W83877F (EMACS) Watchdog Timer (CONFIG_W83877F_WDT) [M/n/y/?]
  WDT Watchdog timer (CONFIG_WDT) [M/n/y/?]
  WDT PCI Watchdog timer (CONFIG_WDTPCI) [M/n/y/?]
    WDT501 features (CONFIG_WDT_501) [Y/n/?]
      Fan Tachometer (CONFIG_WDT_501_FAN) [N/y/?]
  ZF MachZ Watchdog (CONFIG_MACHZ_WDT) [M/n/y/?]
NatSemi SCx200 Support (CONFIG_SCx200) [M/n/y/?]
  NatSemi SCx200 GPIO Support (CONFIG_SCx200_GPIO) [M/n/?]
AMD 768/8111 Random Number Generator support (CONFIG_AMD_RNG) [M/n/y/?]
AMD 76x native power management (Experimental) (CONFIG_AMD_PM768) [M/n/y/?]
Intel i8x0 Random Number Generator support (CONFIG_INTEL_RNG) [M/n/y/?]
Intel/AMD/VIA HW Random Number Generator support (CONFIG_HW_RANDOM) [M/n/y/?]
/dev/nvram support (CONFIG_NVRAM) [M/n/y/?]
Enhanced Real Time Clock Support (CONFIG_RTC) [M/n/y/?]
Double Talk PC internal speech card support (CONFIG_DTLK) [M/n/y/?]
Siemens R3964 line discipline (CONFIG_R3964) [M/n/y/?]
Applicom intelligent fieldbus card support (CONFIG_APPLICOM) [M/n/y/?]
Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL) (CONFIG_SONYPI) [M/n/y/?]
*
* Ftape, the floppy tape device driver
*
Ftape (QIC-80/Travan) support (CONFIG_FTAPE) [M/n/y/?]
  Zftape, the VFS interface (CONFIG_ZFTAPE) [M/n/?]
  Default block size (CONFIG_ZFT_DFLT_BLK_SZ) [10240]
*
*   The compressor will be built as a module only!
*
  Number of ftape buffers (EXPERIMENTAL) (CONFIG_FT_NR_BUFFERS) [3]
  Enable procfs status report (+2kb) (CONFIG_FT_PROC_FS) [Y/n/?]
Debugging output (Normal, Excessive, Reduced, None) [Normal]
  defined CONFIG_FT_NORMAL_DEBUG
*
* Hardware configuration
*
Floppy tape controllers (Standard, MACH-2, FC-10/FC-20, Alt/82078) [Standard]
  defined CONFIG_FT_STD_FDC
  Default FIFO threshold (EXPERIMENTAL) (CONFIG_FT_FDC_THR) [8]
  Maximal data rate to use (EXPERIMENTAL) (CONFIG_FT_FDC_MAX_RATE) [2000]
/dev/agpgart (AGP Support) (CONFIG_AGP) [M/n/y/?]
  Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support (CONFIG_AGP_INTEL) [Y/n/?]
  Intel I810/I815/I830M (on-board) support (CONFIG_AGP_I810) [Y/n/?]
  VIA chipset support (CONFIG_AGP_VIA) [Y/n/?]
  AMD Irongate, 761, and 762 support (CONFIG_AGP_AMD) [Y/n/?]
  AMD Opteron/Athlon64 on-CPU GART support (CONFIG_AGP_AMD_K8) [Y/n/?]
  Generic SiS support (CONFIG_AGP_SIS) [Y/n/?]
  ALI chipset support (CONFIG_AGP_ALI) [Y/n/?]
  Serverworks LE/HE support (CONFIG_AGP_SWORKS) [Y/n/?]
  NVIDIA chipset support (CONFIG_AGP_NVIDIA) [Y/n/?]
  ATI IGP chipset support (CONFIG_AGP_ATI) [Y/n/?]
*
* Direct Rendering Manager (XFree86 DRI support)
*
Direct Rendering Manager (XFree86 DRI support) (CONFIG_DRM) [Y/n/?]
  Build drivers for old (XFree 4.0) DRM (CONFIG_DRM_OLD) [N/y/?]
*
* DRM 4.1 drivers
*
  3dfx Banshee/Voodoo3+ (CONFIG_DRM_TDFX) [M/n/y/?]
  3dlabs GMX 2000 (CONFIG_DRM_GAMMA) [M/n/y/?]
  ATI Rage 128 (CONFIG_DRM_R128) [M/n/y/?]
  ATI Radeon (CONFIG_DRM_RADEON) [M/n/y/?]
  Intel I810 (CONFIG_DRM_I810) [M/n/?]
    Enabled XFree 4.1 ioctl interface by default (CONFIG_DRM_I810_XFREE_41) [N/y/?]
  Intel 830M (CONFIG_DRM_I830) [M/n/?]
  Matrox g200/g400 (CONFIG_DRM_MGA) [M/n/?]
  SiS (CONFIG_DRM_SIS) [M/n/?]
*
* PCMCIA character devices
*
PCMCIA serial device support (CONFIG_PCMCIA_SERIAL_CS) [M/n/y/?]
SyncLink PC Card support (CONFIG_SYNCLINK_CS) [M/n/y/?]
ACP Modem (Mwave) support (CONFIG_MWAVE) [M/n/y/?]
HP OB600 C/CT Pop-up mouse support (CONFIG_OBMOUSE) [M/n/?]
*
* Multimedia devices
*
Video For Linux (CONFIG_VIDEO_DEV) [M/n/y/?]
*
* Video For Linux
*
  V4L information in proc filesystem (CONFIG_VIDEO_PROC_FS) [Y/n/?]
  I2C on parallel port (CONFIG_I2C_PARPORT) [M/n/?]
*
* Video Adapters
*
  BT848 Video For Linux (CONFIG_VIDEO_BT848) [M/n/?]
  Mediavision Pro Movie Studio Video For Linux (CONFIG_VIDEO_PMS) [M/n/?]
  Quickcam BW Video For Linux (CONFIG_VIDEO_BWQCAM) [M/n/?]
  QuickCam Colour Video For Linux (EXPERIMENTAL) (CONFIG_VIDEO_CQCAM) [M/n/?]
  W9966CF Webcam (FlyCam Supra and others) Video For Linux (CONFIG_VIDEO_W9966) [M/n/?]
  CPiA Video For Linux (CONFIG_VIDEO_CPIA) [M/n/?]
    CPiA Parallel Port Lowlevel Support (CONFIG_VIDEO_CPIA_PP) [M/n/?]
    CPiA USB Lowlevel Support (CONFIG_VIDEO_CPIA_USB) [M/n/?]
  SAA5249 Teletext processor (CONFIG_VIDEO_SAA5249) [M/n/?]
  SAB3036 tuner (CONFIG_TUNER_3036) [M/n/?]
  Stradis 4:2:2 MPEG-2 video driver  (EXPERIMENTAL) (CONFIG_VIDEO_STRADIS) [M/n/?]
  Zoran ZR36057/36060 Video For Linux (CONFIG_VIDEO_ZORAN) [M/n/?]
  Iomega Buz support (CONFIG_VIDEO_ZORAN_BUZ) [M/n/?]
  Miro DC10(+) support (CONFIG_VIDEO_ZORAN_DC10) [M/n/?]
  Linux Media Labs LML33 support (CONFIG_VIDEO_ZORAN_LML33) [M/n/?]
  Zoran ZR36120/36125 Video For Linux (CONFIG_VIDEO_ZR36120) [M/n/?]
  Sony Vaio Picturebook Motion Eye Video For Linux (EXPERIMENTAL) (CONFIG_VIDEO_MEYE) [M/n/?]
*
* Radio Adapters
*
  ADS Cadet AM/FM Tuner (CONFIG_RADIO_CADET) [M/n/?]
  AIMSlab RadioTrack (aka RadioReveal) support (CONFIG_RADIO_RTRACK) [M/n/?]
  AIMSlab RadioTrack II support (CONFIG_RADIO_RTRACK2) [M/n/?]
  Aztech/Packard Bell Radio (CONFIG_RADIO_AZTECH) [M/n/?]
  GemTek Radio Card support (CONFIG_RADIO_GEMTEK) [M/n/?]
  GemTek PCI Radio Card support (CONFIG_RADIO_GEMTEK_PCI) [M/n/?]
  Guillemot MAXI Radio FM 2000 radio (CONFIG_RADIO_MAXIRADIO) [M/n/?]
  Maestro on board radio (CONFIG_RADIO_MAESTRO) [M/n/?]
  miroSOUND PCM20 radio (CONFIG_RADIO_MIROPCM20) [M/n/?]
    miroSOUND PCM20 radio RDS user interface (EXPERIMENTAL) (CONFIG_RADIO_MIROPCM20_RDS) [M/n/?]
  SF16FMI Radio (CONFIG_RADIO_SF16FMI) [M/n/?]
  SF16FMR2 Radio (CONFIG_RADIO_SF16FMR2) [M/n/?]
  TerraTec ActiveRadio ISA Standalone (CONFIG_RADIO_TERRATEC) [M/n/?]
  Trust FM radio card (CONFIG_RADIO_TRUST) [M/n/?]
  Typhoon Radio (a.k.a. EcoRadio) (CONFIG_RADIO_TYPHOON) [M/n/?]
    Support for /proc/radio-typhoon (CONFIG_RADIO_TYPHOON_PROC_FS) [Y/n/?]
  Zoltrix Radio (CONFIG_RADIO_ZOLTRIX) [M/n/?]
*
* File systems
*
Quota support (CONFIG_QUOTA) [Y/n/?]
  VFS v0 quota format support (CONFIG_QFMT_V2) [M/n/y/?]
Kernel automounter support (CONFIG_AUTOFS_FS) [M/n/y/?]
Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS) [M/n/y/?]
Reiserfs support (CONFIG_REISERFS_FS) [M/n/y/?]
  Enable reiserfs debug mode (CONFIG_REISERFS_CHECK) [N/y/?]
  Stats in /proc/fs/reiserfs (CONFIG_REISERFS_PROC_INFO) [N/y/?]
ADFS file system support (EXPERIMENTAL) (CONFIG_ADFS_FS) [M/n/y/?]
  ADFS write support (DANGEROUS) (CONFIG_ADFS_FS_RW) [N/y/?]
Amiga FFS file system support (EXPERIMENTAL) (CONFIG_AFFS_FS) [M/n/y/?]
Apple HFS file system support (EXPERIMENTAL) (CONFIG_HFS_FS) [M/n/y/?]
Apple HFS+ (Extended HFS) file system support (EXPERIMENTAL) (CONFIG_HFSPLUS_FS) [M/n/y/?]
BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL) (CONFIG_BEFS_FS) [M/n/y/?]
  Debug Befs (CONFIG_BEFS_DEBUG) [N/y/?]
BFS file system support (EXPERIMENTAL) (CONFIG_BFS_FS) [M/n/y/?]
Ext3 journalling file system support (CONFIG_EXT3_FS) [M/n/y/?]
  Ext3 extended attributes (CONFIG_EXT3_FS_XATTR) [Y/n/?]
    Ext3 extended attribute block sharing (CONFIG_EXT3_FS_XATTR_SHARING) [Y/n/?]
    Ext3 extended user attributes (CONFIG_EXT3_FS_XATTR_USER) [Y/n/?]
    Ext3 trusted extended attributes (CONFIG_EXT3_FS_XATTR_TRUSTED) [Y/n/?]
    Ext3 POSIX Access Control Lists (CONFIG_EXT3_FS_POSIX_ACL) [Y/n/?]
  JBD (ext3) debugging support (CONFIG_JBD_DEBUG) [N/y/?]
DOS FAT fs support (CONFIG_FAT_FS) [M/n/y/?]
  MSDOS fs support (CONFIG_MSDOS_FS) [M/n/?]
    UMSDOS: Unix-like file system on top of standard MSDOS fs (CONFIG_UMSDOS_FS) [M/n/?]
  VFAT (Windows-95) fs support (CONFIG_VFAT_FS) [M/n/?]
EFS file system support (read only) (EXPERIMENTAL) (CONFIG_EFS_FS) [M/n/y/?]
Journalling Flash File System (JFFS) support (CONFIG_JFFS_FS) [N/m/?]
Journalling Flash File System v2 (JFFS2) support (CONFIG_JFFS2_FS) [N/m/?]
Compressed ROM file system support (CONFIG_CRAMFS) [Y/m/n/?]
Virtual memory file system support (former shm fs) (CONFIG_TMPFS) [Y/n/?]
ISO 9660 CDROM file system support (CONFIG_ISO9660_FS) [M/n/y/?]
  Microsoft Joliet CDROM extensions (CONFIG_JOLIET) [Y/n/?]
  Transparent decompression extension (CONFIG_ZISOFS) [Y/n/?]
JFS filesystem support (CONFIG_JFS_FS) [M/n/y/?]
  JFS debugging (CONFIG_JFS_DEBUG) [N/y/?]
  JFS statistics (CONFIG_JFS_STATISTICS) [Y/n/?]
Minix fs support (CONFIG_MINIX_FS) [M/n/y/?]
FreeVxFS file system support (VERITAS VxFS(TM) compatible) (CONFIG_VXFS_FS) [M/n/y/?]
NTFS file system support (read only) (CONFIG_NTFS_FS) [M/n/y/?]
  NTFS write support (DANGEROUS) (CONFIG_NTFS_RW) [N/y/?]
OS/2 HPFS file system support (CONFIG_HPFS_FS) [M/n/y/?]
/proc file system support (CONFIG_PROC_FS) [Y/n/?]
/dev file system support (EXPERIMENTAL) (CONFIG_DEVFS_FS) [Y/n/?]
  Automatically mount at boot (CONFIG_DEVFS_MOUNT) [N/y/?]
  Debug devfs (CONFIG_DEVFS_DEBUG) [N/y/?]
/dev/pts file system for Unix98 PTYs (CONFIG_DEVPTS_FS) [Y/n/?]
QNX4 file system support (read only) (CONFIG_QNX4FS_FS) [M/n/y/?]
  QNX4FS write support (DANGEROUS) (CONFIG_QNX4FS_RW) [N/y/?]
ROM file system support (CONFIG_ROMFS_FS) [M/n/y/?]
Second extended fs support (CONFIG_EXT2_FS) [M/n/y/?]
  Ext2 extended attributes (CONFIG_EXT2_FS_XATTR) [Y/n/?]
    Ext2 extended attribute block sharing (CONFIG_EXT2_FS_XATTR_SHARING) [Y/n/?]
    Ext2 extended user attributes (CONFIG_EXT2_FS_XATTR_USER) [Y/n/?]
    Ext2 trusted extended attributes (CONFIG_EXT2_FS_XATTR_TRUSTED) [Y/n/?]
    Ext2 POSIX Access Control Lists (CONFIG_EXT2_FS_POSIX_ACL) [Y/n/?]
System V/Xenix/V7/Coherent file system support (CONFIG_SYSV_FS) [M/n/y/?]
UDF file system support (read only) (CONFIG_UDF_FS) [M/n/y/?]
  UDF write support (DANGEROUS) (CONFIG_UDF_RW) [N/y/?]
UFS file system support (read only) (CONFIG_UFS_FS) [M/n/y/?]
  UFS file system write support (DANGEROUS) (CONFIG_UFS_FS_WRITE) [N/y/?]
XFS filesystem support (CONFIG_XFS_FS) [M/n/y/?]
  Quota support (CONFIG_XFS_QUOTA) [Y/n/?]
  POSIX ACL support (CONFIG_XFS_POSIX_ACL) [Y/n/?]
  Realtime support (EXPERIMENTAL) (CONFIG_XFS_RT) [N/y/?]
  Tracing support (EXPERIMENTAL) (CONFIG_XFS_TRACE) [N/y/?]
  Debugging support (EXPERIMENTAL) (CONFIG_XFS_DEBUG) [N/y/?]
*
* Network File Systems
*
Coda file system support (advanced network fs) (CONFIG_CODA_FS) [M/n/y/?]
InterMezzo file system support (replicating fs) (EXPERIMENTAL) (CONFIG_INTERMEZZO_FS) [M/n/y/?]
NFS file system support (CONFIG_NFS_FS) [M/n/y/?]
  Provide NFSv3 client support (CONFIG_NFS_V3) [Y/n/?]
  Allow direct I/O on NFS files (EXPERIMENTAL) (CONFIG_NFS_DIRECTIO) [Y/n/?]
NFS server support (CONFIG_NFSD) [M/n/y/?]
  Provide NFSv3 server support (CONFIG_NFSD_V3) [Y/n/?]
  Provide NFS server over TCP support (EXPERIMENTAL) (CONFIG_NFSD_TCP) [Y/n/?]
SMB file system support (to mount Windows shares etc.) (CONFIG_SMB_FS) [M/n/y/?]
  Use a default NLS (CONFIG_SMB_NLS_DEFAULT) [N/y/?]
  Enable Unix Extensions (CONFIG_SMB_UNIX) [Y/n/?]
NCP file system support (to mount NetWare volumes) (CONFIG_NCP_FS) [M/n/y/?]
  Packet signatures (CONFIG_NCPFS_PACKET_SIGNING) [N/y/?]
  Proprietary file locking (CONFIG_NCPFS_IOCTL_LOCKING) [N/y/?]
  Clear remove/delete inhibit when needed (CONFIG_NCPFS_STRONG) [N/y/?]
  Use NFS namespace if available (CONFIG_NCPFS_NFS_NS) [Y/n/?]
  Use LONG (OS/2) namespace if available (CONFIG_NCPFS_OS2_NS) [Y/n/?]
  Lowercase DOS filenames (CONFIG_NCPFS_SMALLDOS) [N/y/?]
  Use Native Language Support (CONFIG_NCPFS_NLS) [Y/n/?]
  Enable symbolic links and execute flags (CONFIG_NCPFS_EXTRAS) [Y/n/?]
*
* Partition Types
*
Advanced partition selection (CONFIG_PARTITION_ADVANCED) [Y/n/?]
  Acorn partition support (CONFIG_ACORN_PARTITION) [Y/n/?]
    ICS partition support (CONFIG_ACORN_PARTITION_ICS) [Y/n/?]
    Native filecore partition support (CONFIG_ACORN_PARTITION_ADFS) [N/y/?]
    PowerTec partition support (CONFIG_ACORN_PARTITION_POWERTEC) [N/y/?]
    RISCiX partition support (CONFIG_ACORN_PARTITION_RISCIX) [Y/n/?]
  Alpha OSF partition support (CONFIG_OSF_PARTITION) [Y/n/?]
  Amiga partition table support (CONFIG_AMIGA_PARTITION) [Y/n/?]
  Atari partition table support (CONFIG_ATARI_PARTITION) [Y/n/?]
  Macintosh partition map support (CONFIG_MAC_PARTITION) [Y/n/?]
  PC BIOS (MSDOS partition tables) support (CONFIG_MSDOS_PARTITION) [Y/n/?]
    BSD disklabel (FreeBSD partition tables) support (CONFIG_BSD_DISKLABEL) [Y/n/?]
    Minix subpartition support (CONFIG_MINIX_SUBPARTITION) [Y/n/?]
    Solaris (x86) partition table support (CONFIG_SOLARIS_X86_PARTITION) [Y/n/?]
    Unixware slices support (CONFIG_UNIXWARE_DISKLABEL) [Y/n/?]
  Windows Logical Disk Manager (Dynamic Disk) support (EXPERIMENTAL) (CONFIG_LDM_PARTITION) [Y/n/?]
    Windows LDM extra logging (CONFIG_LDM_DEBUG) [N/y/?]
  SGI partition support (CONFIG_SGI_PARTITION) [Y/n/?]
  Ultrix partition table support (CONFIG_ULTRIX_PARTITION) [Y/n/?]
  Sun partition tables support (CONFIG_SUN_PARTITION) [Y/n/?]
  EFI GUID Partition support (CONFIG_EFI_PARTITION) [N/y/?]
*
* Native Language Support
*
Default NLS Option (CONFIG_NLS_DEFAULT) [cp437]
Codepage 437 (United States, Canada) (CONFIG_NLS_CODEPAGE_437) [M/n/y/?]
Codepage 737 (Greek) (CONFIG_NLS_CODEPAGE_737) [M/n/y/?]
Codepage 775 (Baltic Rim) (CONFIG_NLS_CODEPAGE_775) [M/n/y/?]
Codepage 850 (Europe) (CONFIG_NLS_CODEPAGE_850) [M/n/y/?]
Codepage 852 (Central/Eastern Europe) (CONFIG_NLS_CODEPAGE_852) [M/n/y/?]
Codepage 855 (Cyrillic) (CONFIG_NLS_CODEPAGE_855) [M/n/y/?]
Codepage 857 (Turkish) (CONFIG_NLS_CODEPAGE_857) [M/n/y/?]
Codepage 860 (Portuguese) (CONFIG_NLS_CODEPAGE_860) [M/n/y/?]
Codepage 861 (Icelandic) (CONFIG_NLS_CODEPAGE_861) [M/n/y/?]
Codepage 862 (Hebrew) (CONFIG_NLS_CODEPAGE_862) [M/n/y/?]
Codepage 863 (Canadian French) (CONFIG_NLS_CODEPAGE_863) [M/n/y/?]
Codepage 864 (Arabic) (CONFIG_NLS_CODEPAGE_864) [M/n/y/?]
Codepage 865 (Norwegian, Danish) (CONFIG_NLS_CODEPAGE_865) [M/n/y/?]
Codepage 866 (Cyrillic/Russian) (CONFIG_NLS_CODEPAGE_866) [M/n/y/?]
Codepage 869 (Greek) (CONFIG_NLS_CODEPAGE_869) [M/n/y/?]
Simplified Chinese charset (CP936, GB2312) (CONFIG_NLS_CODEPAGE_936) [M/n/y/?]
Traditional Chinese charset (Big5) (CONFIG_NLS_CODEPAGE_950) [M/n/y/?]
Japanese charsets (Shift-JIS, EUC-JP) (CONFIG_NLS_CODEPAGE_932) [M/n/y/?]
Korean charset (CP949, EUC-KR) (CONFIG_NLS_CODEPAGE_949) [M/n/y/?]
Thai charset (CP874, TIS-620) (CONFIG_NLS_CODEPAGE_874) [M/n/y/?]
Hebrew charsets (ISO-8859-8, CP1255) (CONFIG_NLS_ISO8859_8) [M/n/y/?]
Windows CP1250 (Slavic/Central European Languages) (CONFIG_NLS_CODEPAGE_1250) [M/n/y/?]
Windows CP1251 (Bulgarian, Belarusian) (CONFIG_NLS_CODEPAGE_1251) [M/n/y/?]
NLS ISO 8859-1  (Latin 1; Western European Languages) (CONFIG_NLS_ISO8859_1) [M/n/y/?]
NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages) (CONFIG_NLS_ISO8859_2) [M/n/y/?]
NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish) (CONFIG_NLS_ISO8859_3) [M/n/y/?]
NLS ISO 8859-4  (Latin 4; old Baltic charset) (CONFIG_NLS_ISO8859_4) [M/n/y/?]
NLS ISO 8859-5  (Cyrillic) (CONFIG_NLS_ISO8859_5) [M/n/y/?]
NLS ISO 8859-6  (Arabic) (CONFIG_NLS_ISO8859_6) [M/n/y/?]
NLS ISO 8859-7  (Modern Greek) (CONFIG_NLS_ISO8859_7) [M/n/y/?]
NLS ISO 8859-9  (Latin 5; Turkish) (CONFIG_NLS_ISO8859_9) [M/n/y/?]
NLS ISO 8859-13 (Latin 7; Baltic) (CONFIG_NLS_ISO8859_13) [M/n/y/?]
NLS ISO 8859-14 (Latin 8; Celtic) (CONFIG_NLS_ISO8859_14) [M/n/y/?]
NLS ISO 8859-15 (Latin 9; Western European Languages with Euro) (CONFIG_NLS_ISO8859_15) [M/n/y/?]
NLS KOI8-R (Russian) (CONFIG_NLS_KOI8_R) [M/n/y/?]
NLS KOI8-U/RU (Ukrainian, Belarusian) (CONFIG_NLS_KOI8_U) [M/n/y/?]
NLS UTF8 (CONFIG_NLS_UTF8) [M/n/y/?]
*
* Console drivers
*
VGA text console (CONFIG_VGA_CONSOLE) [Y/n/?]
Video mode selection support (CONFIG_VIDEO_SELECT) [Y/n/?]
MDA text console (dual-headed) (EXPERIMENTAL) (CONFIG_MDA_CONSOLE) [M/n/y/?]
*
* Frame-buffer support
*
Support for frame buffer devices (EXPERIMENTAL) (CONFIG_FB) [Y/n/?]
  nVidia Riva support (EXPERIMENTAL) (CONFIG_FB_RIVA) [M/n/y/?]
  Cirrus Logic support (EXPERIMENTAL) (CONFIG_FB_CLGEN) [M/n/y/?]
  Permedia2 support (EXPERIMENTAL) (CONFIG_FB_PM2) [M/n/y/?]
    enable FIFO disconnect feature (CONFIG_FB_PM2_FIFO_DISCONNECT) [N/y/?]
    generic Permedia2 PCI board support (CONFIG_FB_PM2_PCI) [N/y/?]
  Permedia3 support (EXPERIMENTAL) (CONFIG_FB_PM3) [M/n/y/?]
  Cyber2000 support (CONFIG_FB_CYBER2000) [M/n/y/?]
  VESA VGA graphics console (CONFIG_FB_VESA) [M/n/y/?]
  VGA 16-color graphics console (CONFIG_FB_VGA16) [M/n/y/?]
  Hercules mono graphics console (EXPERIMENTAL) (CONFIG_FB_HGA) [M/n/y/?]
  Matrox acceleration (EXPERIMENTAL) (CONFIG_FB_MATROX) [M/n/y/?]
    Millennium I/II support (CONFIG_FB_MATROX_MILLENIUM) [Y/n/?]
    Mystique support (CONFIG_FB_MATROX_MYSTIQUE) [Y/n/?]
    G100/G200/G400/G450/G550 support (CONFIG_FB_MATROX_G450) [Y/n/?]
      Matrox I2C support (CONFIG_FB_MATROX_I2C) [M/n/?]
      G400 second head support (CONFIG_FB_MATROX_MAVEN) [M/n/?]
    Matrox /proc interface (CONFIG_FB_MATROX_PROC) [M/n/?]
    Multihead support (CONFIG_FB_MATROX_MULTIHEAD) [Y/n/?]
  ATI Mach64 display support (EXPERIMENTAL) (CONFIG_FB_ATY) [M/n/y/?]
    Mach64 GX support (EXPERIMENTAL) (CONFIG_FB_ATY_GX) [Y/n/?]
    Mach64 CT/VT/GT/LT (incl. 3D RAGE) support (CONFIG_FB_ATY_CT) [Y/n/?]
    Mach64 generic LCD monitor support (EXPERIMENTAL) (CONFIG_FB_ATY_GENERIC_LCD) [Y/n/?]
  ATI Radeon display support (EXPERIMENTAL) (CONFIG_FB_RADEON) [M/n/y/?]
  ATI Rage128 display support (EXPERIMENTAL) (CONFIG_FB_ATY128) [M/n/y/?]
  Intel 830M/845G/852GM/855GM/865G display support (EXPERIMENTAL) (CONFIG_FB_INTEL) [M/n/y/?]
  SIS display support (EXPERIMENTAL) (CONFIG_FB_SIS) [M/n/y/?]
    SIS 300 series support (CONFIG_FB_SIS_300) [Y/n/?]
    SIS 315/330 series support (CONFIG_FB_SIS_315) [Y/n/?]
  NeoMagic display support (EXPERIMENTAL) (CONFIG_FB_NEOMAGIC) [M/n/y/?]
  3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL) (CONFIG_FB_3DFX) [M/n/y/?]
  3Dfx Voodoo Graphics (sst1) support (EXPERIMENTAL) (CONFIG_FB_VOODOO1) [M/n/y/?]
  Trident support (EXPERIMENTAL) (CONFIG_FB_TRIDENT) [N/y/m/?]
  ITE IT8181E/F support (CONFIG_FB_IT8181) [M/n/y/?]
  Virtual Frame Buffer support (ONLY FOR TESTING!) (EXPERIMENTAL) (CONFIG_FB_VIRTUAL) [M/n/y/?]
  Advanced low level driver options (CONFIG_FBCON_ADVANCED) [Y/n/?]
    Monochrome support (CONFIG_FBCON_MFB) [M/n/y/?]
    2 bpp packed pixels support (CONFIG_FBCON_CFB2) [M/n/y/?]
    4 bpp packed pixels support (CONFIG_FBCON_CFB4) [M/n/y/?]
    8 bpp packed pixels support (CONFIG_FBCON_CFB8) [M/n/y/?]
    16 bpp packed pixels support (CONFIG_FBCON_CFB16) [M/n/y/?]
    24 bpp packed pixels support (CONFIG_FBCON_CFB24) [M/n/y/?]
    32 bpp packed pixels support (CONFIG_FBCON_CFB32) [M/n/y/?]
    Amiga bitplanes support (CONFIG_FBCON_AFB) [N/y/m/?]
    Amiga interleaved bitplanes support (CONFIG_FBCON_ILBM) [N/y/m/?]
    Atari interleaved bitplanes (2 planes) support (CONFIG_FBCON_IPLAN2P2) [N/y/m/?]
    Atari interleaved bitplanes (4 planes) support (CONFIG_FBCON_IPLAN2P4) [N/y/m/?]
    Atari interleaved bitplanes (8 planes) support (CONFIG_FBCON_IPLAN2P8) [N/y/m/?]
    Mac variable bpp packed pixels support (CONFIG_FBCON_MAC) [N/y/m/?]
    VGA 16-color planar support (CONFIG_FBCON_VGA_PLANES) [M/n/y/?]
    VGA characters/attributes support (CONFIG_FBCON_VGA) [M/n/y/?]
    HGA monochrome support (EXPERIMENTAL) (CONFIG_FBCON_HGA) [M/n/y/?]
  Support only 8 pixels wide fonts (CONFIG_FBCON_FONTWIDTH8_ONLY) [N/y/?]
  Select compiled-in fonts (CONFIG_FBCON_FONTS) [N/y/?]
*
* Sound
*
Sound card support (CONFIG_SOUND) [M/n/y/?]
  ALi5455 audio support (CONFIG_SOUND_ALI5455) [M/n/?]
   Enable Codec SPDIF OUT ( Pcm Out Share ) (CONFIG_SOUND_ALI5455_CODECSPDIFOUT_PCMOUTSHARE) [Y/n/?]
   Enable Codec SPDIF OUT ( Codec Independent DMA ) (CONFIG_SOUND_ALI5455_CODECSPDIFOUT_CODECINDEPENDENTDMA) [Y/n/?]
   Enable Controller SPDIF OUT ( Pcm Out Share ) (CONFIG_SOUND_ALI5455_CONTROLLERSPDIFOUT_PCMOUTSHARE) [Y/n/?]
   Enable Controller SPDIF OUT ( Controller Independent DMA ) (CONFIG_SOUND_ALI5455_CONTROLLERSPDIFOUT_CONTROLLERINDEPENDENTDMA) [Y/n/?]
  BT878 audio dma (CONFIG_SOUND_BT878) [M/n/?]
  C-Media PCI (CMI8338/8738) (CONFIG_SOUND_CMPCI) [M/n/?]
    Enable legacy FM (CONFIG_SOUND_CMPCI_FM) [N/y/?]
    Enable legacy MPU-401 (CONFIG_SOUND_CMPCI_MIDI) [N/y/?]
    Enable joystick (CONFIG_SOUND_CMPCI_JOYSTICK) [Y/n/?]
    Support CMI8738 based audio cards (CONFIG_SOUND_CMPCI_CM8738) [Y/n/?]
      Inverse S/PDIF in for CMI8738 (CONFIG_SOUND_CMPCI_SPDIFINVERSE) [N/y/?]
      Enable S/PDIF loop for CMI8738 (CONFIG_SOUND_CMPCI_SPDIFLOOP) [N/y/?]
      Number of speakers 2, 4, 5, 6 (CONFIG_SOUND_CMPCI_SPEAKERS) [2]
  Creative SBLive! (EMU10K1) (CONFIG_SOUND_EMU10K1) [M/n/?]
    Creative SBLive! MIDI (CONFIG_MIDI_EMU10K1) [Y/n/?]
  Crystal SoundFusion (CS4280/461x) (CONFIG_SOUND_FUSION) [M/n/?]
  Crystal Sound CS4281 (CONFIG_SOUND_CS4281) [M/n/?]
  Ensoniq AudioPCI (ES1370) (CONFIG_SOUND_ES1370) [M/n/?]
  Creative Ensoniq AudioPCI 97 (ES1371) (CONFIG_SOUND_ES1371) [M/n/?]
  ESS Technology Solo1 (CONFIG_SOUND_ESSSOLO1) [M/n/?]
  ESS Maestro, Maestro2, Maestro2E driver (CONFIG_SOUND_MAESTRO) [M/n/?]
  ESS Maestro3/Allegro driver (EXPERIMENTAL) (CONFIG_SOUND_MAESTRO3) [M/n/?]
  ForteMedia FM801 driver (EXPERIMENTAL) (CONFIG_SOUND_FORTE) [M/n/?]
  Intel ICH (i8xx), SiS 7012, NVidia nForce Audio or AMD 768/811x (CONFIG_SOUND_ICH) [M/n/y/?]
  RME Hammerfall (RME96XX) support (CONFIG_SOUND_RME96XX) [M/n/?]
  S3 SonicVibes (CONFIG_SOUND_SONICVIBES) [M/n/?]
  Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core (CONFIG_SOUND_TRIDENT) [M/n/?]
  Support for Turtle Beach MultiSound Classic, Tahiti, Monterey (CONFIG_SOUND_MSNDCLAS) [M/n/?]
Full pathname of MSNDINIT.BIN firmware file (CONFIG_MSNDCLAS_INIT_FILE) [/etc/sound/msndinit.bin]
Full pathname of MSNDPERM.BIN firmware file (CONFIG_MSNDCLAS_PERM_FILE) [/etc/sound/msndperm.bin]
  Support for Turtle Beach MultiSound Pinnacle, Fiji (CONFIG_SOUND_MSNDPIN) [M/n/?]
  Full pathname of PNDSPINI.BIN firmware file (CONFIG_MSNDPIN_INIT_FILE) [/etc/sound/pndspini.bin]
  Full pathname of PNDSPERM.BIN firmware file (CONFIG_MSNDPIN_PERM_FILE) [/etc/sound/pndsperm.bin]
  VIA 82C686 Audio Codec (CONFIG_SOUND_VIA82CXXX) [M/n/y/?]
  VIA 82C686 MIDI (CONFIG_MIDI_VIA82CXXX) [Y/n/?]
  OSS sound modules (CONFIG_SOUND_OSS) [M/n/?]
      Verbose initialisation (CONFIG_SOUND_TRACEINIT) [N/y/?]
      Persistent DMA buffers (CONFIG_SOUND_DMAP) [N/y/?]
    AD1816(A) based cards (EXPERIMENTAL) (CONFIG_SOUND_AD1816) [M/n/?]
    AD1889 based cards (AD1819 codec) (EXPERIMENTAL) (CONFIG_SOUND_AD1889) [M/n/?]
    Aztech Sound Galaxy (non-PnP) cards (CONFIG_SOUND_SGALAXY) [M/n/?]
    Adlib Cards (CONFIG_SOUND_ADLIB) [M/n/?]
    ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20) (CONFIG_SOUND_ACI_MIXER) [M/n/?]
    Crystal CS4232 based (PnP) cards (CONFIG_SOUND_CS4232) [M/n/?]
    Ensoniq SoundScape support (CONFIG_SOUND_SSCAPE) [M/n/?]
    Gravis Ultrasound support (CONFIG_SOUND_GUS) [M/n/?]
      16 bit sampling option of GUS (_NOT_ GUS MAX) (CONFIG_SOUND_GUS16) [Y/n/?]
      GUS MAX support (CONFIG_SOUND_GUSMAX) [Y/n/?]
    Loopback MIDI device support (CONFIG_SOUND_VMIDI) [M/n/?]
    MediaTrix AudioTrix Pro support (CONFIG_SOUND_TRIX) [M/n/?]
    Microsoft Sound System support (CONFIG_SOUND_MSS) [M/n/?]
    MPU-401 support (NOT for SB16) (CONFIG_SOUND_MPU401) [M/n/?]
    NM256AV/NM256ZX audio support (CONFIG_SOUND_NM256) [M/n/?]
    OPTi MAD16 and/or Mozart based cards (CONFIG_SOUND_MAD16) [M/n/?]
      Support MIDI in older MAD16 based cards (requires SB) (CONFIG_MAD16_OLDCARD) [Y/n/?]
    ProAudioSpectrum 16 support (CONFIG_SOUND_PAS) [M/n/?]
    PSS (AD1848, ADSP-2115, ESC614) support (CONFIG_SOUND_PSS) [M/n/?]
      Enable PSS mixer (Beethoven ADSP-16 and other compatibile) (CONFIG_PSS_MIXER) [Y/n/?]
      Have DSPxxx.LD firmware file (CONFIG_PSS_HAVE_BOOT) [N/y/?]
    100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support (CONFIG_SOUND_SB) [M/n/?]
    AWE32 synth (CONFIG_SOUND_AWE32_SYNTH) [M/n/?]
    XpressAudio Sound Blaster emulation (CONFIG_SOUND_KAHLUA) [M/n/?]
    Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui) synth/soundcards (CONFIG_SOUND_WAVEFRONT) [M/n/?]
    Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers (CONFIG_SOUND_MAUI) [M/n/?]
    Yamaha FM synthesizer (YM3812/OPL-3) support (CONFIG_SOUND_YM3812) [M/n/?]
    Yamaha OPL3-SA1 audio controller (CONFIG_SOUND_OPL3SA1) [M/n/?]
    Yamaha OPL3-SA2 and SA3 based PnP cards (CONFIG_SOUND_OPL3SA2) [M/n/?]
    Yamaha YMF7xx PCI audio (native mode) (CONFIG_SOUND_YMFPCI) [M/n/?]
      Yamaha PCI legacy ports support (CONFIG_SOUND_YMFPCI_LEGACY) [N/y/?]
    6850 UART support (CONFIG_SOUND_UART6850) [M/n/?]
    Gallant Audio Cards (SC-6000 and SC-6600 based) (CONFIG_SOUND_AEDSP16) [M/n/?]
      SC-6600 based audio cards (new Audio Excel DSP 16) (CONFIG_SC6600) [Y/n/?]
        Activate SC-6600 Joystick Interface (CONFIG_SC6600_JOY) [Y/n/?]
        SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?) (CONFIG_SC6600_CDROM) [4]
        SC-6600 CDROM Interface I/O Address (CONFIG_SC6600_CDROMBASE) [0]
      Audio Excel DSP 16 (SBPro emulation) (CONFIG_AEDSP16_SBPRO) [N/y/?]
      Audio Excel DSP 16 (MSS emulation) (CONFIG_AEDSP16_MSS) [N/y/?]
      Audio Excel DSP 16 (MPU401 emulation) (CONFIG_AEDSP16_MPU401) [N/y/?]
  TV card (bt848) mixer support (CONFIG_SOUND_TVMIXER) [M/n/?]
  AD1980 front/back switch plugin (CONFIG_SOUND_AD1980) [M/n/?]
  Wolfson Touchscreen/BMON plugin (CONFIG_SOUND_WM97XX) [M/n/?]
*
* USB support
*
Support for USB (CONFIG_USB) [M/n/y/?]
  USB verbose debug messages (CONFIG_USB_DEBUG) [N/y/?]
*
* Miscellaneous USB options
*
  Preliminary USB device filesystem (CONFIG_USB_DEVICEFS) [Y/n/?]
  Enforce USB bandwidth allocation (EXPERIMENTAL) (CONFIG_USB_BANDWIDTH) [Y/n/?]
*
* USB Host Controller Drivers
*
  EHCI HCD (USB 2.0) support (EXPERIMENTAL) (CONFIG_USB_EHCI_HCD) [M/n/?]
  UHCI (Intel PIIX4, VIA, ...) support (CONFIG_USB_UHCI) [M/n/?]
  UHCI Alternate Driver (JE) support (CONFIG_USB_UHCI_ALT) [M/n/?]
  OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support (CONFIG_USB_OHCI) [M/n/?]
  SL811HS Alternate (x86, StrongARM, isosynchronous mode) (CONFIG_USB_SL811HS_ALT) [M/n/?]
  SL811HS (x86, StrongARM) support, old driver (CONFIG_USB_SL811HS) [M/n/?]
*
* USB Device Class drivers
*
  USB Audio support (CONFIG_USB_AUDIO) [M/n/?]
    EMI 2|6 USB Audio interface support (CONFIG_USB_EMI26) [M/n/?]
*
*   USB Bluetooth can only be used with disabled Bluetooth subsystem
*
  USB MIDI support (CONFIG_USB_MIDI) [M/n/?]
  USB Mass Storage support (CONFIG_USB_STORAGE) [M/n/?]
    USB Mass Storage verbose debug (CONFIG_USB_STORAGE_DEBUG) [N/y/?]
    Datafab MDCFE-B Compact Flash Reader support (CONFIG_USB_STORAGE_DATAFAB) [Y/n/?]
    Freecom USB/ATAPI Bridge support (CONFIG_USB_STORAGE_FREECOM) [Y/n/?]
    ISD-200 USB/ATA Bridge support (CONFIG_USB_STORAGE_ISD200) [Y/n/?]
    Microtech CompactFlash/SmartMedia support (CONFIG_USB_STORAGE_DPCM) [Y/n/?]
    HP CD-Writer 82xx support (CONFIG_USB_STORAGE_HP8200e) [Y/n/?]
    SanDisk SDDR-09 (and other SmartMedia) support (CONFIG_USB_STORAGE_SDDR09) [Y/n/?]
    SanDisk SDDR-55 SmartMedia support (CONFIG_USB_STORAGE_SDDR55) [Y/n/?]
    Lexar Jumpshot Compact Flash Reader (CONFIG_USB_STORAGE_JUMPSHOT) [Y/n/?]
  USB Modem (CDC ACM) support (CONFIG_USB_ACM) [M/n/?]
  USB Printer support (CONFIG_USB_PRINTER) [M/n/?]
*
* USB Human Interface Devices (HID)
*
  USB Human Interface Device (full HID) support (CONFIG_USB_HID) [M/n/?]
    HID input layer support (CONFIG_USB_HIDINPUT) [Y/n/?]
    /dev/hiddev raw HID device support (CONFIG_USB_HIDDEV) [Y/n/?]
  USB HIDBP Keyboard (basic) support (CONFIG_USB_KBD) [M/n/?]
  USB HIDBP Mouse (basic) support (CONFIG_USB_MOUSE) [M/n/?]
  Aiptek 6000U/8000U tablet support (CONFIG_USB_AIPTEK) [M/n/?]
  Wacom Intuos/Graphire tablet support (CONFIG_USB_WACOM) [M/n/?]
  KB Gear JamStudio tablet support (CONFIG_USB_KBTAB) [M/n/?]
  Griffin Technology PowerMate support (CONFIG_USB_POWERMATE) [M/n/?]
*
* USB Imaging devices
*
  USB Kodak DC-2xx Camera support (CONFIG_USB_DC2XX) [M/n/?]
  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL) (CONFIG_USB_MDC800) [M/n/?]
  USB Scanner support (CONFIG_USB_SCANNER) [M/n/?]
  Microtek X6USB scanner support (CONFIG_USB_MICROTEK) [M/n/?]
  HP53xx USB scanner support (EXPERIMENTAL) (CONFIG_USB_HPUSBSCSI) [M/n/?]
*
* USB Multimedia devices
*
  USB IBM (Xirlink) C-it Camera support (CONFIG_USB_IBMCAM) [M/n/?]
  USB Konica Webcam support (CONFIG_USB_KONICAWC) [M/n/?]
  USB OV511 Camera support (CONFIG_USB_OV511) [M/n/?]
  USB Philips Cameras (CONFIG_USB_PWC) [M/n/?]
  USB SE401 Camera support (CONFIG_USB_SE401) [M/n/?]
  USB STV680 (Pencam) Camera support (CONFIG_USB_STV680) [M/n/?]
  USB W996[87]CF Camera support (CONFIG_USB_W9968CF) [M/n/?]
  USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL) (CONFIG_USB_VICAM) [M/n/?]
  D-Link USB FM radio support (EXPERIMENTAL) (CONFIG_USB_DSBR) [M/n/?]
*
* USB Network adaptors
*
  USB Pegasus/Pegasus-II based ethernet device support (EXPERIMENTAL) (CONFIG_USB_PEGASUS) [M/n/?]
  USB Realtek RTL8150 based ethernet device support (EXPERIMENTAL) (CONFIG_USB_RTL8150) [M/n/?]
  USB KLSI KL5USB101-based ethernet device support (EXPERIMENTAL) (CONFIG_USB_KAWETH) [M/n/?]
  USB CATC NetMate-based Ethernet device support (EXPERIMENTAL) (CONFIG_USB_CATC) [M/n/?]
  USB Communication Class Ethernet device support (EXPERIMENTAL) (CONFIG_USB_CDCETHER) [M/n/?]
  USB-to-USB Networking cables, Linux PDAs, ... (EXPERIMENTAL) (CONFIG_USB_USBNET) [M/n/?]
*
* USB port drivers
*
  USS720 parport driver (CONFIG_USB_USS720) [M/n/?]
*
* USB Serial Converter support
*
USB Serial Converter support (CONFIG_USB_SERIAL) [M/n/?]
  USB Generic Serial Driver (CONFIG_USB_SERIAL_GENERIC) [Y/n/?]
  USB Belkin and Peracom Single Port Serial Driver (CONFIG_USB_SERIAL_BELKIN) [M/n/?]
  USB ConnectTech WhiteHEAT Serial Driver (CONFIG_USB_SERIAL_WHITEHEAT) [M/n/?]
  USB Digi International AccelePort USB Serial Driver (CONFIG_USB_SERIAL_DIGI_ACCELEPORT) [M/n/?]
  USB Empeg empeg-car Mark I/II Driver (CONFIG_USB_SERIAL_EMPEG) [M/n/?]
  USB FTDI Single Port Serial Driver (CONFIG_USB_SERIAL_FTDI_SIO) [M/n/?]
  USB Handspring Visor / Palm m50x / Sony Clie Driver (CONFIG_USB_SERIAL_VISOR) [M/n/?]
  USB Compaq iPAQ / HP Jornada / Casio EM500 Driver (CONFIG_USB_SERIAL_IPAQ) [M/n/?]
  USB IR Dongle Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_IR) [M/n/?]
  USB Inside Out Edgeport Serial Driver (CONFIG_USB_SERIAL_EDGEPORT) [M/n/?]
  USB Inside Out Edgeport Serial Driver (TI devices) (CONFIG_USB_SERIAL_EDGEPORT_TI) [M/n/?]
  USB Keyspan PDA Single Port Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_KEYSPAN_PDA) [M/n/?]
  USB Keyspan USA-xxx Serial Driver (CONFIG_USB_SERIAL_KEYSPAN) [M/n/?]
  USB MCT Single Port Serial Driver (CONFIG_USB_SERIAL_MCT_U232) [M/n/?]
  USB KL5KUSB105 (Palmconnect) Driver (CONFIG_USB_SERIAL_KLSI) [M/n/?]
  USB KOBIL chipcard reader (EXPERIMENTAL) (CONFIG_USB_SERIAL_KOBIL_SCT) [M/n/?]
  USB Prolific 2303 Single Port Serial Driver (CONFIG_USB_SERIAL_PL2303) [M/n/?]
  USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL) (CONFIG_USB_SERIAL_CYBERJACK) [M/n/?]
  USB Xircom / Entregra Single Port Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_XIRCOM) [M/n/?]
  USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_OMNINET) [M/n/?]
*
* USB Miscellaneous drivers
*
  USB Diamond Rio500 support (EXPERIMENTAL) (CONFIG_USB_RIO500) [M/n/?]
  Auerswald device support (CONFIG_USB_AUERSWALD) [M/n/?]
  Texas Instruments Graph Link USB (aka SilverLink) cable support (CONFIG_USB_TIGL) [M/n/?]
  Tieman Voyager USB Braille display support (EXPERIMENTAL) (CONFIG_USB_BRLVGER) [M/n/?]
  USB LCD device support (CONFIG_USB_LCD) [M/n/?]
  Alcatel Speedtouch USB support (CONFIG_USB_SPEEDTOUCH) [M/n/?]
*
* Support for USB gadgets
*
Support for USB Gadgets (CONFIG_USB_GADGET) [N/y/m/?]
*
* Bluetooth support
*
Bluetooth subsystem support (CONFIG_BLUEZ) [M/n/y/?]
L2CAP protocol support (CONFIG_BLUEZ_L2CAP) [M/n/?]
SCO links support (CONFIG_BLUEZ_SCO) [M/n/?]
RFCOMM protocol support (CONFIG_BLUEZ_RFCOMM) [M/n/?]
  RFCOMM TTY support (CONFIG_BLUEZ_RFCOMM_TTY) [Y/n/?]
BNEP protocol support (CONFIG_BLUEZ_BNEP) [M/n/?]
  Multicast filter support (CONFIG_BLUEZ_BNEP_MC_FILTER) [Y/n/?]
  Protocol filter support (CONFIG_BLUEZ_BNEP_PROTO_FILTER) [Y/n/?]
CMTP protocol support (CONFIG_BLUEZ_CMTP) [M/n/?]
*
* Bluetooth device drivers
*
HCI USB driver (CONFIG_BLUEZ_HCIUSB) [M/n/?]
  SCO (voice) support (CONFIG_BLUEZ_HCIUSB_SCO) [Y/n/?]
HCI UART driver (CONFIG_BLUEZ_HCIUART) [M/n/?]
  UART (H4) protocol support (CONFIG_BLUEZ_HCIUART_H4) [Y/n/?]
  BCSP protocol support (CONFIG_BLUEZ_HCIUART_BCSP) [Y/n/?]
  Transmit CRC with every BCSP packet (CONFIG_BLUEZ_HCIUART_BCSP_TXCRC) [N/y/?]
HCI BlueFRITZ! USB driver (CONFIG_BLUEZ_HCIBFUSB) [M/n/?]
HCI DTL1 (PC Card) driver (CONFIG_BLUEZ_HCIDTL1) [M/n/?]
HCI BT3C (PC Card) driver (CONFIG_BLUEZ_HCIBT3C) [M/n/?]
HCI BlueCard (PC Card) driver (CONFIG_BLUEZ_HCIBLUECARD) [M/n/?]
HCI UART (PC Card) driver (CONFIG_BLUEZ_HCIBTUART) [M/n/?]
HCI VHCI (Virtual HCI device) driver (CONFIG_BLUEZ_HCIVHCI) [M/n/?]
*
* Kernel hacking
*
Kernel debugging (CONFIG_DEBUG_KERNEL) [Y/n/?]
  Check for stack overflows (CONFIG_DEBUG_STACKOVERFLOW) [N/y/?]
  Debug high memory support (CONFIG_DEBUG_HIGHMEM) [N/y/?]
  Debug memory allocations (CONFIG_DEBUG_SLAB) [N/y/?]
  Memory mapped I/O debugging (CONFIG_DEBUG_IOVIRT) [N/y/?]
  Magic SysRq key (CONFIG_MAGIC_SYSRQ) [Y/n/?]
  Spinlock debugging (CONFIG_DEBUG_SPINLOCK) [N/y/?]
  Compile the kernel with frame pointers (CONFIG_FRAME_POINTER) [N/y/?]
Kernel messages buffer length shift (0 = default) (CONFIG_LOG_BUF_SHIFT) [0]
*
* Cryptographic options
*
  NULL algorithms (CONFIG_CRYPTO_NULL) [M/n/y/?]
  MD4 digest algorithm (CONFIG_CRYPTO_MD4) [M/n/y/?]
  SHA256 digest algorithm (CONFIG_CRYPTO_SHA256) [M/n/y/?]
  SHA384 and SHA512 digest algorithms (CONFIG_CRYPTO_SHA512) [M/n/y/?]
  Blowfish cipher algorithm (CONFIG_CRYPTO_BLOWFISH) [M/n/y/?]
  Twofish cipher algorithm (CONFIG_CRYPTO_TWOFISH) [M/n/y/?]
  Serpent cipher algorithm (CONFIG_CRYPTO_SERPENT) [M/n/y/?]
  AES cipher algorithms (CONFIG_CRYPTO_AES) [M/n/y/?]
  CAST5 (CAST-128) cipher algorithm (CONFIG_CRYPTO_CAST5) [M/n/y/?]
  CAST6 (CAST-256) cipher algorithm (CONFIG_CRYPTO_CAST6) [M/n/y/?]
  TEA and XTEA cipher algorithms (CONFIG_CRYPTO_TEA) [M/n/y/?]
  ARC4 cipher algorithm (CONFIG_CRYPTO_ARC4) [M/n/y/?]
  Michael MIC keyed digest algorithm (CONFIG_CRYPTO_MICHAEL_MIC) [M/n/y/?]
  Testing module (CONFIG_CRYPTO_TEST) [M/n/y/?]
*
* Library routines
*
CRC32 functions (CONFIG_CRC32) [M/n/y/?]
Hotplug firmware loading support (EXPERIMENTAL) (CONFIG_FW_LOADER) [M/n/y/?]

*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.

debian:/usr/src/kernel-source-2.4.27# make dep
make[1]: Entering directory `/usr/src/kernel-source-2.4.27/arch/i386/boot'
make[1]: Nothing to be done for `dep'.
make[1]: Leaving directory `/usr/src/kernel-source-2.4.27/arch/i386/boot'
rm -f .depend .hdepend
make _sfdep_kernel _sfdep_drivers _sfdep_mm _sfdep_fs _sfdep_net _sfdep_ipc _sfdep_lib _sfdep_crypto _sfdep_arch/i386/kernel _sfdep_arch/i386/mm _sfdep_arch/i386/lib _FASTDEP_ALL_SUB_DIRS="kernel drivers mm fs net ipc lib crypto arch/i386/kernel arch/i386/mm arch/i386/lib"
make[1]: Entering directory `/usr/src/kernel-source-2.4.27'
make -C kernel fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/kernel'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acct.c capability.c context.c dma.c exec_domain.c exit.c fork.c info.c itimer.c kmod.c ksyms.c module.c panic.c pm.c printk.c ptrace.c resource.c sched.c signal.c softirq.c sys.c sysctl.c time.c timer.c uid16.c user.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/kernel'
make -C drivers fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/drivers'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include --  > .depend
make _sfdep_acpi _sfdep_atm _sfdep_block _sfdep_bluetooth _sfdep_cdrom _sfdep_char _sfdep_dio _sfdep_fc4 _sfdep_gsc _sfdep_hil _sfdep_hotplug _sfdep_i2c _sfdep_ide _sfdep_ieee1394 _sfdep_input _sfdep_isdn _sfdep_macintosh _sfdep_md _sfdep_media _sfdep_message/fusion _sfdep_message/i2o _sfdep_misc _sfdep_mtd _sfdep_net _sfdep_net/hamradio _sfdep_nubus _sfdep_parport _sfdep_pci _sfdep_pcmcia _sfdep_pnp _sfdep_sbus _sfdep_scsi _sfdep_sound _sfdep_tc _sfdep_telephony _sfdep_usb _sfdep_usb/gadget _sfdep_video _sfdep_zorro _FASTDEP_ALL_SUB_DIRS="acpi atm block bluetooth cdrom char dio fc4 gsc hil hotplug i2c ide ieee1394 input isdn macintosh md media message/fusion message/i2o misc mtd net net/hamradio nubus parport pci pcmcia pnp sbus scsi sound tc telephony usb usb/gadget video zorro"
make[3]: Entering directory `/usr/src/kernel-source-2.4.27/drivers'
make -C acpi fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- ac.c acpi_ksyms.c asus_acpi.c battery.c blacklist.c bus.c button.c ec.c fan.c numa.c osl.c pci_bind.c pci_irq.c pci_link.c pci_root.c power.c processor.c system.c tables.c thermal.c toshiba_acpi.c utils.c > .depend
make _sfdep_dispatcher _sfdep_events _sfdep_executer _sfdep_hardware _sfdep_namespace _sfdep_parser _sfdep_resources _sfdep_tables _sfdep_utilities _FASTDEP_ALL_SUB_DIRS="dispatcher events executer hardware namespace parser resources tables utilities"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi'
make -C dispatcher fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/dispatcher'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- dsfield.c dsinit.c dsmethod.c dsmthdat.c dsobject.c dsopcode.c dsutils.c dswexec.c dswload.c dswscope.c dswstate.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/dispatcher'
make -C events fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/events'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- evevent.c evgpe.c evgpeblk.c evmisc.c evregion.c evrgnini.c evsci.c evxface.c evxfevnt.c evxfregn.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/events'
make -C executer fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/executer'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- exconfig.c exconvrt.c excreate.c exdump.c exfield.c exfldio.c exmisc.c exmutex.c exnames.c exoparg1.c exoparg2.c exoparg3.c exoparg6.c exprep.c exregion.c exresnte.c exresolv.c exresop.c exstore.c exstoren.c exstorob.c exsystem.c exutils.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/executer'
make -C hardware fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/hardware'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- hwacpi.c hwgpe.c hwregs.c hwsleep.c hwtimer.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/hardware'
make -C namespace fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/namespace'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- nsaccess.c nsalloc.c nsdump.c nsdumpdv.c nseval.c nsinit.c nsload.c nsnames.c nsobject.c nsparse.c nssearch.c nsutils.c nswalk.c nsxfeval.c nsxfname.c nsxfobj.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/namespace'
make -C parser fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/parser'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- psargs.c psopcode.c psparse.c psscope.c pstree.c psutils.c pswalk.c psxface.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/parser'
make -C resources fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/resources'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- rsaddr.c rscalc.c rscreate.c rsdump.c rsio.c rsirq.c rslist.c rsmemory.c rsmisc.c rsutils.c rsxface.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/resources'
make -C tables fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/tables'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- tbconvrt.c tbget.c tbgetall.c tbinstal.c tbrsdt.c tbutils.c tbxface.c tbxfroot.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/tables'
make -C utilities fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acpi/utilities'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -Os  -nostdinc -iwithprefix include -- utalloc.c utcopy.c utdebug.c utdelete.c uteval.c utglobal.c utinit.c utmath.c utmisc.c utobject.c utxface.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi/utilities'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acpi'
make -C atm fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/atm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ambassador.c ambassador.h atmdev_init.c atmtcp.c eni.c eni.h firestream.c firestream.h fore200e.c fore200e.h fore200e_mkfirm.c he.c he.h horizon.c horizon.h idt77105.c idt77105.h idt77252.c idt77252.h idt77252_tables.h iphase.c iphase.h lanai.c midway.h nicstar.c nicstar.h nicstarmac.c nicstarmac.h suni.c suni.h tonga.h uPD98401.h uPD98402.c uPD98402.h zatm.c zatm.h zeprom.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/atm'
make -C block fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/block'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- DAC960.c DAC960.h acsi.c acsi_slm.c amiflop.c ataflop.c blkpg.c cciss.c cciss.h cciss_cmd.h cciss_scsi.c cciss_scsi.h cpqarray.c cpqarray.h elevator.c floppy.c genhd.c ida_cmd.h ida_ioctl.h ll_rw_blk.c loop.c nbd.c ps2esdi.c rd.c smart1,2.h swim3.c swim_iop.c sx8.c umem.c xd.c xd.h z2ram.c > .depend
make _sfdep_paride _FASTDEP_ALL_SUB_DIRS="paride"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/block'
make -C paride fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/block/paride'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aten.c bpck.c bpck6.c comm.c dstr.c epat.c epia.c fit2.c fit3.c friq.c frpw.c kbic.c ktti.c on20.c on26.c paride.c paride.h pcd.c pd.c pf.c pg.c ppc6lnx.c pseudo.h pt.c setup.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/block/paride'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/block'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/block'
make -C bluetooth fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/bluetooth'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bfusb.c bluecard_cs.c bt3c_cs.c btuart_cs.c dtl1_cs.c hci_bcsp.c hci_bcsp.h hci_h4.c hci_h4.h hci_ldisc.c hci_uart.h hci_usb.c hci_usb.h hci_vhci.c hci_vhci.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/bluetooth'
make -C cdrom fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/cdrom'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aztcd.c aztcd.h cdrom.c cdu31a.c cdu31a.h cm206.c cm206.h gscd.c gscd.h isp16.c isp16.h mcd.c mcd.h mcdx.c mcdx.h optcd.c optcd.h sbpcd.c sbpcd.h sbpcd2.c sbpcd3.c sbpcd4.c sjcd.c sjcd.h sonycd535.c sonycd535.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/cdrom'
make -C char fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acquirewdt.c adbmouse.c advantechwdt.c alim1535d_wdt.c alim7101_wdt.c amd768_rng.c amd76x_pm.c amd76x_pm.h amigamouse.c amikeyb.c amiserial.c applicom.c applicom.h atarimouse.c atixlmouse.c au1000_gpio.c au1000_ts.c au1000_usbraw.c au1000_usbtty.c au1x00-serial.c briq_panel.c busmouse.c busmouse.h cd1865.h conmakehash.c console.c console_macros.h consolemap.c cyclades.c decserial.c defkeymap.c digi.h digi1.h digiFep1.h digiPCI.h digi_bios.h digi_fep.h dn_keyb.c ds1286.c ds1620.c ds1742.c dsp56k.c dtlk.c dummy_keyb.c dz.c dz.h ec3104_keyb.c efirtc.c epca.c epca.h epcaconfig.h esp.c eurotechwdt.c fep.h fetchop.c generic_serial.c genrtc.c h8.c h8.h hcdp_serial.c hp600_keyb.c hp_keyb.c hp_psaux.c hvc_console.c hw_random.c i810-tco.c i810-tco.h i810_rng.c i8k.c ib700wdt.c indydog.c ip2.c ip27-rtc.c ip2main.c isicom.c istallion.c ite_gpio.c keyboard.c lcd.c lcd.h logibusmouse.c lp.c machzwd.c mem.c mips_rtc.c misc.c mixcomwd.c mk712.c moxa.c mpc8xx_wdt.c msbusmouse.c mux.c mxser.c n_hdlc.c n_r3964.c n_tty.c nvram.c nwbutton.c nwbutton.h nwflash.c obmouse.c parport_serial.c pc110pad.c pc110pad.h pc_keyb.c pcwd.c pcxx.c pcxx.h pdc_console.c ppdev.c pty.c q40_keyb.c qpmouse.c qtronix.c qtronixmap.c random.c raw.c riscom8.c riscom8.h riscom8_reg.h rocket.c rocket_int.h rsf16fmi.h rtc.c sb1250_duart.c sbc60xxwdt.c sc1200wdt.c sc520_wdt.c scan_keyb.c scan_keyb.h scc.h scx200.c scx200_gpio.c scx200_wdt.c selection.c ser_a2232.c ser_a2232.h ser_a2232fw.h serial.c serial167.c serial_21285.c serial_amba.c serial_tx3912.c serial_tx3912.h serial_txx9.c serial_txx927.c sgiserial.c sgiserial.h sh-sci.c sh-sci.h shwdt.c sn_serial.c softdog.c sonypi.c sonypi.h specialix.c specialix_io8.h stallion.c sx.c sx.h sxboards.h sxwindow.h synclink.c synclinkmp.c sysrq.c tipar.c toshiba.c tpqic02.c tty_io.c tty_ioctl.c vac-serial.c vc_screen.c vme_scc.c vr41xx_keyb.c vt.c w83877f_wdt.c wafer5823wdt.c wd501p.h wdt.c wdt285.c wdt977.c wdt_pci.c > .depend
make _sfdep_agp _sfdep_drm _sfdep_drm-4.0 _sfdep_ftape _sfdep_ipmi _sfdep_joystick _sfdep_mwave _sfdep_pcmcia _sfdep_rio _FASTDEP_ALL_SUB_DIRS="agp drm drm-4.0 ftape ipmi joystick mwave pcmcia rio"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char'
make -C agp fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/agp'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- agp.h agpgart_be.c agpgart_fe.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/agp'
make -C drm fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/drm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ati_pcigart.h drm.h drmP.h drm_agpsupport.h drm_auth.h drm_bufs.h drm_context.h drm_dma.h drm_drawable.h drm_drv.h drm_fops.h drm_init.h drm_ioctl.h drm_lists.h drm_lock.h drm_memory.h drm_os_linux.h drm_proc.h drm_sarea.h drm_scatter.h drm_stub.h drm_vm.h ffb.h ffb_context.c ffb_drv.c ffb_drv.h gamma.h gamma_dma.c gamma_drm.h gamma_drv.c gamma_drv.h i810.h i810_dma.c i810_drm.h i810_drv.c i810_drv.h i830.h i830_dma.c i830_drm.h i830_drv.c i830_drv.h i830_irq.c mga.h mga_dma.c mga_drm.h mga_drv.c mga_drv.h mga_state.c mga_ucode.h mga_warp.c r128.h r128_cce.c r128_drm.h r128_drv.c r128_drv.h r128_state.c radeon.h radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_irq.c radeon_mem.c radeon_state.c savage.h savage_dma.c savage_drm.h savage_drv.c savage_drv.h savage_state.c sis.h sis_drm.h sis_drv.c sis_drv.h sis_ds.c sis_ds.h sis_mm.c tdfx.h tdfx_drv.c via.h via_drm.h via_drv.c via_drv.h via_ds.c via_ds.h via_map.c via_mm.c via_mm.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/drm'
make -C drm-4.0 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/drm-4.0'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- agpsupport.c auth.c bufs.c context.c ctxbitmap.c dma.c drawable.c drm.h drmP.h ffb_context.c ffb_drv.c ffb_drv.h fops.c gamma_dma.c gamma_drv.c gamma_drv.h i810_bufs.c i810_context.c i810_dma.c i810_drm.h i810_drv.c i810_drv.h init.c ioctl.c lists.c lock.c memory.c mga_bufs.c mga_context.c mga_dma.c mga_drm.h mga_drv.c mga_drv.h mga_state.c proc.c r128_bufs.c r128_cce.c r128_context.c r128_drm.h r128_drv.c r128_drv.h r128_state.c radeon_bufs.c radeon_context.c radeon_cp.c radeon_drm.h radeon_drv.c radeon_drv.h radeon_state.c tdfx_context.c tdfx_drv.c tdfx_drv.h vm.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/drm-4.0'
make -C ftape fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include --  > .depend
make _sfdep_compressor _sfdep_lowlevel _sfdep_zftape _FASTDEP_ALL_SUB_DIRS="compressor lowlevel zftape"
make[7]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape'
make -C compressor fastdep
make[8]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/compressor'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- lzrw3.c lzrw3.h zftape-compress.c zftape-compress.h > .depend
make[8]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/compressor'
make -C lowlevel fastdep
make[8]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/lowlevel'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- fc-10.c fc-10.h fdc-io.c fdc-io.h fdc-isr.c fdc-isr.h ftape-bsm.c ftape-bsm.h ftape-buffer.c ftape-buffer.h ftape-calibr.c ftape-calibr.h ftape-ctl.c ftape-ctl.h ftape-ecc.c ftape-ecc.h ftape-format.c ftape-format.h ftape-init.c ftape-init.h ftape-io.c ftape-io.h ftape-proc.c ftape-proc.h ftape-read.c ftape-read.h ftape-rw.c ftape-rw.h ftape-setup.c ftape-tracing.c ftape-tracing.h ftape-write.c ftape-write.h ftape_syms.c ftape_syms.h > .depend
make[8]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/lowlevel'
make -C zftape fastdep
make[8]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/zftape'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DZFT_OBSOLETE -nostdinc -iwithprefix include -- zftape-buffers.c zftape-buffers.h zftape-ctl.c zftape-ctl.h zftape-eof.c zftape-eof.h zftape-init.c zftape-init.h zftape-read.c zftape-read.h zftape-rw.c zftape-rw.h zftape-vtbl.c zftape-vtbl.h zftape-write.c zftape-write.h zftape_syms.c zftape_syms.h > .depend
make[8]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape/zftape'
make[7]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape'
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ftape'
make -C ipmi fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/ipmi'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ipmi_devintf.c ipmi_kcs_intf.c ipmi_kcs_sm.c ipmi_kcs_sm.h ipmi_msghandler.c ipmi_watchdog.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/ipmi'
make -C joystick fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/joystick'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- a3d.c adi.c amijoy.c analog.c cobra.c cs461x.c db9.c emu10k1-gp.c gamecon.c gameport.c gf2k.c grip.c iforce.c interact.c lightning.c magellan.c ns558.c pcigame.c serio.c serport.c sidewinder.c spaceball.c spaceorb.c stinger.c tmdc.c turbografx.c warrior.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/joystick'
make -C mwave fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/mwave'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DMW_TRACE -nostdinc -iwithprefix include -- 3780i.c 3780i.h mwavedd.c mwavedd.h mwavepub.h smapi.c smapi.h tp3780i.c tp3780i.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/mwave'
make -C pcmcia fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/pcmcia'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- serial_cs.c synclink_cs.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/pcmcia'
make -C rio fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/char/rio'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- board.h bootpkt.h brates.h cdproto.h chan.h cirrus.h cmd.h cmdblk.h cmdpkt.h control.h daemon.h data.h debug.h defaults.h eisa.h enable.h error.h errors.h formpkt.h func.h host.h hosthw.h link.h linux_compat.h list.h lrt.h ltt.h lttwake.h map.h mca.h mesg.h param.h parmmap.h pci.h phb.h pkt.h poll.h port.h proto.h protsts.h qbuf.h rio.h rio_linux.c rio_linux.h rioboard.h rioboot.c riocmd.c rioctrl.c riodrvr.h rioinfo.h rioinit.c riointr.c rioioctl.h riolocks.h rioparam.c riopcicopy.c rioroute.c riospace.h riotable.c riotime.h riotty.c riotypes.h riowinif.h riscos.h rom.h route.h rtahw.h rup.h rupstat.h sam.h selftest.h space.h sysmap.h timeouts.h top.h typdef.h unixrup.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char/rio'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/char'
make -C dio fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/dio'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dio.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/dio'
make -C fc4 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/fc4'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- fc-al.h fc.c fc.h fc_syms.c fcp.h fcp_impl.h soc.c soc.h socal.c socal.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/fc4'
make -C gsc fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/gsc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- asp.c busdevice.h dino.c eisa.c eisa_eeprom.c eisa_enumerator.c gsc.c lasi.c serial.c wax.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/gsc'
make -C hil fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/hil'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- hil_kbd.c hil_mlc.c hil_ptr.c hilkbd.c hp_sdc.c hp_sdc_mlc.c hp_sdc_rtc.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/hil'
make -C hotplug fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/hotplug'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -D_LINUX -I/usr/src/kernel-source-2.4.27/drivers/acpi  -nostdinc -iwithprefix include -- acpiphp.h acpiphp_core.c acpiphp_glue.c acpiphp_pci.c acpiphp_res.c cpqphp.h cpqphp_core.c cpqphp_ctrl.c cpqphp_nvram.c cpqphp_nvram.h cpqphp_pci.c cpqphp_proc.c ibmphp.h ibmphp_core.c ibmphp_ebda.c ibmphp_hpc.c ibmphp_pci.c ibmphp_res.c pci_hotplug.h pci_hotplug_core.c pci_hotplug_util.c pciehp.h pciehp_core.c pciehp_ctrl.c pciehp_hpc.c pciehp_pci.c pciehprm.h pciehprm_acpi.c pciehprm_nonacpi.c pciehprm_nonacpi.h shpchp.h shpchp_core.c shpchp_ctrl.c shpchp_hpc.c shpchp_pci.c shpchprm.h shpchprm_acpi.c shpchprm_legacy.c shpchprm_legacy.h shpchprm_nonacpi.c shpchprm_nonacpi.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/hotplug'
make -C i2c fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/i2c'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- i2c-adap-ite.c i2c-algo-bit.c i2c-algo-ite.c i2c-algo-pcf.c i2c-algo-sgi.c i2c-algo-sibyte.c i2c-core.c i2c-dev.c i2c-elektor.c i2c-elv.c i2c-ite.h i2c-keywest.c i2c-keywest.h i2c-max1617.c i2c-pcf8584.h i2c-philips-par.c i2c-proc.c i2c-sibyte.c i2c-velleman.c scx200_acb.c scx200_i2c.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/i2c'
make -C ide fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ide-cd.c ide-cd.h ide-default.c ide-disk.c ide-dma.c ide-floppy.c ide-geometry.c ide-io.c ide-iops.c ide-lib.c ide-pnp.c ide-probe-mini.c ide-probe.c ide-proc.c ide-tape.c ide-taskfile.c ide-timing.h ide.c ide_modes.h setup-pci.c > .depend
make _sfdep_arm _sfdep_legacy _sfdep_pci _sfdep_ppc _sfdep_raid _FASTDEP_ALL_SUB_DIRS="arm legacy pci ppc raid"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide'
make -C arm fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide/arm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../ -nostdinc -iwithprefix include -- icside.c rapide.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide/arm'
make -C legacy fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide/legacy'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../ -nostdinc -iwithprefix include -- ali14xx.c buddha.c dtc2278.c falconide.c gayle.c hd.c ht6560b.c ide-cs.c macide.c pdc4030.c pdc4030.h q40ide.c qd65xx.c qd65xx.h sibyte.c umc8672.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide/legacy'
make -C pci fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide/pci'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../ -nostdinc -iwithprefix include -- adma100.c adma100.h aec62xx.c aec62xx.h alim15x3.c alim15x3.h amd74xx.c amd74xx.h atiixp.c cmd640.c cmd640.h cmd64x.c cmd64x.h cs5530.c cs5530.h cy82c693.c cy82c693.h generic.c generic.h hpt34x.c hpt34x.h hpt366.c hpt366.h it8172.c it8172.h ns87415.c ns87415.h opti621.c opti621.h pdc202xx_new.c pdc202xx_new.h pdc202xx_old.c pdc202xx_old.h piix.c piix.h rz1000.c rz1000.h sc1200.c sc1200.h serverworks.c serverworks.h sgiioc4.c sgiioc4.h siimage.c siimage.h sis5513.c sis5513.h sl82c105.c sl82c105.h slc90e66.c slc90e66.h triflex.c triflex.h trm290.c trm290.h via82cxxx.c via82cxxx.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide/pci'
make -C ppc fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide/ppc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../ -nostdinc -iwithprefix include -- cpci405ide.c mpc8xx.c pmac.c swarm.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide/ppc'
make -C raid fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ide/raid'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../ -nostdinc -iwithprefix include -- ataraid.c ataraid.h hptraid.c hptraid.h medley.c pdcraid.c pdcraid.h silraid.c silraid.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide/raid'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ide'
make -C ieee1394 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/ieee1394'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- amdtp.c amdtp.h cmp.c cmp.h csr.c csr.h dma.c dma.h dv1394-private.h dv1394.c dv1394.h eth1394.c eth1394.h highlevel.c highlevel.h hosts.c hosts.h ieee1394-ioctl.h ieee1394.h ieee1394_core.c ieee1394_core.h ieee1394_hotplug.h ieee1394_transactions.c ieee1394_transactions.h ieee1394_types.h iso.c iso.h nodemgr.c nodemgr.h ohci1394.c ohci1394.h pcilynx.c pcilynx.h raw1394-private.h raw1394.c raw1394.h sbp2.c sbp2.h video1394.c video1394.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/ieee1394'
make -C input fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/input'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- evdev.c input.c joydev.c keybdev.c mousedev.c uinput.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/input'
make -C isdn fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- isdn_audio.c isdn_audio.h isdn_bsdcomp.c isdn_common.c isdn_common.h isdn_concap.c isdn_concap.h isdn_net.c isdn_net.h isdn_ppp.c isdn_ppp.h isdn_tty.c isdn_tty.h isdn_ttyfax.c isdn_ttyfax.h isdn_v110.c isdn_v110.h isdn_x25iface.c isdn_x25iface.h > .depend
make _sfdep_act2000 _sfdep_avmb1 _sfdep_divert _sfdep_eicon _sfdep_hisax _sfdep_hysdn _sfdep_icn _sfdep_isdnloop _sfdep_pcbit _sfdep_sc _sfdep_tpam _FASTDEP_ALL_SUB_DIRS="act2000 avmb1 divert eicon hisax hysdn icn isdnloop pcbit sc tpam"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn'
make -C act2000 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/act2000'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- act2000.h act2000_isa.c act2000_isa.h capi.c capi.h module.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/act2000'
make -C avmb1 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/avmb1'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- avm_cs.c avmcard.h b1.c b1dma.c b1isa.c b1pci.c b1pcmcia.c c4.c capi.c capicmd.h capidev.h capidrv.c capidrv.h capifs.c capifs.h capilli.h capiutil.c capiutil.h kcapi.c t1isa.c t1pci.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/avmb1'
make -C divert fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/divert'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- divert_init.c divert_procfs.c isdn_divert.c isdn_divert.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/divert'
make -C eicon fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/eicon'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- Divas_mod.c adapter.h bri.c common.c constant.h divalog.h divas.h dsp_defs.h dspdids.h eicon.h eicon_dsp.h eicon_idi.c eicon_idi.h eicon_io.c eicon_isa.c eicon_isa.h eicon_mod.c eicon_pci.c eicon_pci.h fourbri.c fpga.c idi.c idi.h kprintf.c lincfg.c linchr.c linio.c linsys.c log.c pc.h pc_maint.h pr_pc.h pri.c sys.h uxio.h xlog.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/eicon'
make -C hisax fastdep
md5sum: MD5 check failed for 'cert.c'
md5sum: MD5 check failed for 'hfc_pci.c'
md5sum: can't open hfc_pci.
md5sum: can't open hfc_pci
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/hisax'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DHISAX_MAX_CARDS=8 -nostdinc -iwithprefix include -- amd7930_fn.c amd7930_fn.h arcofi.c arcofi.h asuscom.c avm_a1.c avm_a1p.c avm_pci.c avma1_cs.c bkm_a4t.c bkm_a8.c bkm_ax.h callc.c cert.c config.c diva.c elsa.c elsa_cs.c elsa_ser.c enternow.h enternow_pci.c fsm.c fsm.h gazel.c hfc_2bds0.c hfc_2bds0.h hfc_2bs0.c hfc_2bs0.h hfc_pci.c hfc_pci.h hfc_sx.c hfc_sx.h hfcscard.c hisax.h hisax_debug.h hisax_fcpcipnp.c hisax_fcpcipnp.h hisax_if.h hisax_isac.c hisax_isac.h hscx.c hscx.h hscx_irq.c icc.c icc.h ipac.h ipacx.c ipacx.h isac.c isac.h isar.c isar.h isdnhdlc.c isdnhdlc.h isdnl1.c isdnl1.h isdnl2.c isdnl2.h isdnl3.c isdnl3.h isurf.c ix1_micro.c jade.c jade.h jade_irq.c l3_1tr6.c l3_1tr6.h l3dss1.c l3dss1.h l3ni1.c l3ni1.h lmgr.c mic.c netjet.c netjet.h niccy.c nj_s.c nj_u.c q931.c s0box.c saphir.c sedlbauer.c sedlbauer_cs.c sportster.c st5481.h st5481_b.c st5481_d.c st5481_hdlc.c st5481_hdlc.h st5481_init.c st5481_usb.c tei.c teleint.c teles0.c teles3.c telespci.c w6692.c w6692.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/hisax'
make -C hysdn fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/hysdn'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- boardergo.c boardergo.h hycapi.c hysdn_boot.c hysdn_defs.h hysdn_init.c hysdn_net.c hysdn_pof.h hysdn_procconf.c hysdn_proclog.c hysdn_sched.c ince1pc.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/hysdn'
make -C icn fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/icn'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- icn.c icn.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/icn'
make -C isdnloop fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/isdnloop'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- isdnloop.c isdnloop.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/isdnloop'
make -C pcbit fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/pcbit'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- callbacks.c callbacks.h capi.c capi.h drv.c edss1.c edss1.h layer2.c layer2.h module.c pcbit.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/pcbit'
make -C sc fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/sc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- card.h command.c debug.c debug.h event.c hardware.h includes.h init.c interrupt.c ioctl.c message.c message.h packet.c scioc.h shmem.c timer.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/sc'
make -C tpam fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/isdn/tpam'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- tpam.h tpam_commands.c tpam_crcpc.c tpam_hdlc.c tpam_main.c tpam_memory.c tpam_nco.c tpam_queues.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn/tpam'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/isdn'
make -C macintosh fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/macintosh'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- adb-iop.c adb.c adbhid.c ans-lcd.c apm_emu.c mac_hid.c mac_keyb.c macio-adb.c macserial.c macserial.h mediabay.c nvram.c rtc.c via-cuda.c via-macii.c via-maciisi.c via-pmu.c via-pmu68k.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/macintosh'
make -C md fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/md'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dm-daemon.c dm-daemon.h dm-exception-store.c dm-io.c dm-io.h dm-ioctl.c dm-linear.c dm-log.c dm-log.h dm-raid1.c dm-snapshot.c dm-snapshot.h dm-stripe.c dm-table.c dm-target.c dm.c dm.h kcopyd.c kcopyd.h linear.c lvm-fs.c lvm-internal.h lvm-snap.c lvm.c md.c multipath.c raid0.c raid1.c raid5.c xor.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/md'
make -C media fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/media'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include --  > .depend
make _sfdep_radio _sfdep_video _FASTDEP_ALL_SUB_DIRS="radio video"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/media'
make -C radio fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/media/radio'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- miropcm20-radio.c miropcm20-rds-core.c miropcm20-rds-core.h miropcm20-rds.c radio-aimslab.c radio-aztech.c radio-cadet.c radio-gemtek-pci.c radio-gemtek.c radio-maestro.c radio-maxiradio.c radio-rtrack2.c radio-sf16fmi.c radio-sf16fmr2.c radio-terratec.c radio-trust.c radio-typhoon.c radio-zoltrix.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/media/radio'
make -C video fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/media/video'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- adv7175.c audiochip.h bt819.c bt832.c bt832.h bt848.h bt856.c bttv-cards.c bttv-driver.c bttv-if.c bttv.h bttvp.h bw-qcam.c bw-qcam.h c-qcam.c cpia.c cpia.h cpia_pp.c cpia_usb.c cs8420.h i2c-compat.h i2c-old.c i2c-parport.c ibmmpeg2.h id.h indycam.c indycam.h meye.c meye.h msp3400.c msp3400.h planb.c planb.h pms.c saa5249.c saa7110.c saa7111.c saa7121.h saa7146.h saa7146reg.h saa7185.c saa7191.c saa7191.h saa7196.h stradis.c swarm_saa7114h.c tda7432.c tda9875.c tda9887.c tuner-3036.c tuner.c tuner.h tvaudio.c tvaudio.h tvmixer.c videodev.c vino.c vino.h w9966.c zoran.h zoran_procfs.c zr36057.h zr36060.h zr36067.c zr36120.c zr36120.h zr36120_i2c.c zr36120_mem.c zr36120_mem.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/media/video'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/media'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/media'
make -C message/fusion fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/message/fusion'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I.  -nostdinc -iwithprefix include -- ascq_tbl.c isense.c isense.h linux_compat.h mptbase.c mptbase.h mptctl.c mptctl.h mptlan.c mptlan.h mptscsih.c mptscsih.h scsi3.h scsiops.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/message/fusion'
make -C message/i2o fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/message/i2o'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- i2o_block.c i2o_config.c i2o_core.c i2o_lan.c i2o_lan.h i2o_pci.c i2o_proc.c i2o_scsi.c i2o_scsi.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/message/i2o'
make -C misc fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/misc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include --  > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/misc'
make -C mtd fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- afs.c cmdlinepart.c ftl.c mtdblock.c mtdblock_ro.c mtdchar.c mtdconcat.c mtdcore.c mtdpart.c nftlcore.c nftlmount.c redboot.c > .depend
make _sfdep_chips _sfdep_devices _sfdep_maps _sfdep_nand _FASTDEP_ALL_SUB_DIRS="chips devices maps nand"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd'
make -C chips fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd/chips'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- amd_flash.c cfi_cmdset_0001.c cfi_cmdset_0002.c cfi_cmdset_0020.c cfi_probe.c chipreg.c gen_probe.c jedec.c jedec_probe.c map_absent.c map_ram.c map_rom.c sharp.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd/chips'
make -C devices fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd/devices'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- blkmtd.c doc1000.c doc2000.c doc2001.c docecc.c docprobe.c lart.c ms02-nv.c ms02-nv.h mtdram.c pmc551.c slram.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd/devices'
make -C maps fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd/maps'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- amd766rom.c amd76xrom.c autcpu12-nvram.c cdb89712.c ceiva.c cfi_flagadm.c cstm_mips_ixx.c dbox2-flash.c dc21285.c dilnetpc.c edb7312.c elan-104nc.c epxa10db-flash.c fortunet.c ich2rom.c impa7.c integrator-flash.c iq80310.c l440gx.c lasat.c mbx860.c netsc520.c nettel.c nora.c ocelot.c octagon-5066.c pb1xxx-flash.c pci.c pcmciamtd.c physmap.c physmap64.c pnc2000.c redwood.c rpxlite.c sa1100-flash.c sbc_gxx.c sc520cdp.c scb2_flash.c scx200_docflash.c solutionengine.c sun_uflash.c tqm8xxl.c tsunami_flash.c uclinux.c vmax301.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd/maps'
make -C nand fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/mtd/nand'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- autcpu12.c edb7312.c nand.c nand_ecc.c nand_ids.c spia.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd/nand'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/mtd'
make -C net fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 3c501.c 3c503.c 3c503.h 3c505.c 3c505.h 3c507.c 3c509.c 3c515.c 3c523.c 3c523.h 3c527.c 3c527.h 3c59x.c 7990.c 7990.h 8139cp.c 8139too.c 82596.c 8390.c 8390.h Space.c a2065.c a2065.h ac3200.c acenic.c acenic.h aironet4500.h aironet4500_card.c aironet4500_core.c aironet4500_proc.c aironet4500_rid.c am79c961a.c am79c961a.h amd8111e.c amd8111e.h apne.c ariadne.c ariadne.h arlan-proc.c arlan.c arlan.h at1700.c atari_bionet.c atari_pamsnet.c atarilance.c atp.c atp.h au1000_eth.c au1000_eth.h auto_irq.c b44.c b44.h bagetlance.c bmac.c bmac.h bsd_comp.c cirrus.c cirrus.h cs89x0.c cs89x0.h de4x5.c de4x5.h de600.c de620.c de620.h declance.c defxx.c defxx.h depca.c depca.h dgrs.c dgrs.h dgrs_asstruct.h dgrs_bcomm.h dgrs_es4h.h dgrs_ether.h dgrs_i82596.h dgrs_plx9060.h dl2k.c dl2k.h dmfe.c dummy.c e2100.c eepro.c eepro100.c eexpress.c eexpress.h epic100.c eql.c es3210.c eth16i.c ether00.c ethertap.c ewrk3.c ewrk3.h fealnx.c fmv18x.c forcedeth.c gmac.c gmac.h gt64240eth.c gt64240eth.h gt96100eth.c gt96100eth.h hamachi.c hp-plus.c hp.c hp100.c hp100.h hplance.c hplance.h hydra.c hydra.h i82586.h ibmlana.c ibmlana.h ibmveth.c ibmveth.h ioc3-eth.c isa-skeleton.c jazzsonic.c lance.c lasi_82596.c lne390.c loopback.c lp486e.c mac8390.c mac89x0.c mace.c mace.h macmace.c macsonic.c mii.c mv64340_eth.c mv64340_eth.h mvme147.c myri_code.h myri_sbus.c myri_sbus.h natsemi.c ne.c ne2.c ne2k-pci.c ne3210.c net_init.c ni5010.c ni5010.h ni52.c ni52.h ni65.c ni65.h ns83820.c oaknet.c pci-skeleton.c pcnet32.c plip.c ppp_async.c ppp_deflate.c ppp_generic.c ppp_synctty.c pppoe.c pppox.c ptifddi.c ptifddi.h ptifddi_asm.h r8169.c rcif.h rclanmtl.c rclanmtl.h rcpci45.c rrunner.c rrunner.h saa9730.c saa9730.h sb1000.c sb1250-mac.c seeq8005.c seeq8005.h setup.c sgiseeq.c sgiseeq.h shaper.c sis900.c sis900.h sk_g16.c sk_g16.h sk_mca.c sk_mca.h slhc.c slip.c slip.h smc-mca.c smc-mca.h smc-ultra.c smc-ultra32.c smc9194.c smc9194.h sonic.c sonic.h starfire.c stnic.c strip.c sun3_82586.c sun3_82586.h sun3lance.c sunbmac.c sunbmac.h sundance.c sungem.c sungem.h sunhme.c sunhme.h sunlance.c sunqe.c sunqe.h tc35815.c tg3.c tg3.h tlan.c tlan.h tun.c typhoon-firmware.h typhoon.c typhoon.h via-rhine.c wavelan.c wavelan.h wavelan.p.h wd.c winbond-840.c yellowfin.c znet.c zorro8390.c > .depend
make _sfdep_appletalk _sfdep_arcnet _sfdep_bonding _sfdep_e100 _sfdep_e1000 _sfdep_fc _sfdep_ibm_emac _sfdep_irda _sfdep_pcmcia _sfdep_sk98lin _sfdep_skfp _sfdep_tokenring _sfdep_tulip _sfdep_wan _sfdep_wireless _FASTDEP_ALL_SUB_DIRS="appletalk arcnet bonding e100 e1000 fc ibm_emac irda pcmcia sk98lin skfp tokenring tulip wan wireless"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net'
make -C appletalk fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/appletalk'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cops.c cops.h cops_ffdrv.h cops_ltdrv.h ipddp.c ipddp.h ltpc.c ltpc.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/appletalk'
make -C arcnet fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/arcnet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- arc-rawmode.c arc-rimi.c arcnet.c com20020-isa.c com20020-pci.c com20020.c com90io.c com90xx.c rfc1051.c rfc1201.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/arcnet'
make -C bonding fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/bonding'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bond_3ad.c bond_3ad.h bond_alb.c bond_alb.h bond_main.c bonding.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/bonding'
make -C e100 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/e100'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- e100.h e100_config.c e100_config.h e100_eeprom.c e100_main.c e100_phy.c e100_phy.h e100_test.c e100_ucode.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/e100'
make -C e1000 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/e1000'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- e1000.h e1000_ethtool.c e1000_hw.c e1000_hw.h e1000_main.c e1000_osdep.h e1000_param.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/e1000'
make -C fc fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/fc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- iph5526.c iph5526_ip.h iph5526_novram.c iph5526_scsi.h tach.h tach_structs.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/fc'
make -C ibm_emac fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/ibm_emac'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ibm_emac.h ibm_ocp_debug.c ibm_ocp_enet.c ibm_ocp_enet.h ibm_ocp_mal.c ibm_ocp_mal.h ibm_ocp_phy.c ibm_ocp_phy.h ibm_ocp_zmii.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/ibm_emac'
make -C irda fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/irda'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- act200l.c actisys.c ali-ircc.c au1k_ir.c donauboe.c donauboe.h ep7211_ir.c esi.c girbil.c irda-usb.c irport.c irtty.c litelink.c ma600.c mcp2120.c nsc-ircc.c old_belkin.c sa1100_ir.c smc-ircc.c tekram.c toshoboe.c via-ircc.c via-ircc.h vlsi_ir.c w83977af_ir.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/irda'
make -C pcmcia fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/pcmcia'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 3c574_cs.c 3c589_cs.c aironet4500_cs.c axnet_cs.c com20020_cs.c fmvj18x_cs.c i82593.h ibmtr_cs.c netwave_cs.c nmclan_cs.c ositech.h pcnet_cs.c ray_cs.c ray_cs.h rayctl.h smc91c92_cs.c wavelan.h wavelan_cs.c wavelan_cs.h xirc2ps_cs.c xircom_cb.c xircom_tulip_cb.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/pcmcia'
make -C sk98lin fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/sk98lin'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I. -DSK_DIAG_SUPPORT -DSK_USE_CSUM -DGENESIS -DYUKON   -nostdinc -iwithprefix include -- build_no.c skaddr.c skcsum.c skdim.c skge.c skgehwt.c skgeinit.c skgemib.c skgepnmi.c skgesirq.c ski2c.c sklm80.c skproc.c skqueue.c skrlmt.c sktimer.c skvpd.c skxmac2.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/sk98lin'
make -C skfp fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/skfp'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I. -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes  -nostdinc -iwithprefix include -- can.c cfm.c drvfbi.c ecm.c ess.c fplustm.c hwmtm.c hwt.c lnkstat.c pcmplc.c pmf.c queue.c rmt.c skfddi.c smt.c smtdef.c smtinit.c smtparse.c smttimer.c srf.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/skfp'
make -C tokenring fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/tokenring'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 3c359.c 3c359.h 3c359_microcode.h abyss.c abyss.h ibmtr.c lanstreamer.c lanstreamer.h madgemc.c madgemc.h olympic.c olympic.h smctr.c smctr.h tms380tr.c tms380tr.h tms380tr_microcode.h tmsisa.c tmspci.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/tokenring'
make -C tulip fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/tulip'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 21142.c eeprom.c interrupt.c media.c pnic.c pnic2.c timer.c tulip.h tulip_core.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/tulip'
make -C wan fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/wan'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- c101.c comx-hw-comx.c comx-hw-locomx.c comx-hw-mixcom.c comx-hw-munich.c comx-proto-fr.c comx-proto-lapb.c comx-proto-ppp.c comx.c comx.h comxhw.h cosa.c cosa.h cycx_drv.c cycx_main.c cycx_x25.c dlci.c dscc4.c falc-lh.h farsync.c farsync.h hd64570.h hd64572.h hd6457x.c hdlc_cisco.c hdlc_fr.c hdlc_generic.c hdlc_ppp.c hdlc_raw.c hdlc_raw_eth.c hdlc_x25.c hostess_sv11.c hscx.h lapbether.c mixcom.h munich32x.h n2.c pc300.h pc300_drv.c pc300_falc-lh.h pc300_tty.c pci200syn.c sbni.c sbni.h sdla.c sdla_chdlc.c sdla_fr.c sdla_ft1.c sdla_ppp.c sdla_x25.c sdladrv.c sdlamain.c sealevel.c syncppp.c wanpipe_multppp.c x25_asy.c x25_asy.h z85230.c z85230.h > .depend
make _sfdep_8253x _sfdep_lmc _FASTDEP_ALL_SUB_DIRS="8253x lmc"
make[7]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/wan'
make -C 8253x fastdep
make[8]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/wan/8253x'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 8253x.h 8253xchr.c 8253xctl.h 8253xdbg.c 8253xini.c 8253xint.c 8253xioc.h 8253xmcs.c 8253xmcs.h 8253xnet.c 8253xplx.c 8253xsyn.c 8253xtty.c 8253xutl.c PciRegs.h Reg9050.h amcc5920.c crc32.c crc32.h crc32dcl.h endian.h ring.h sp502.h > .depend
make[8]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/wan/8253x'
make -C lmc fastdep
make[8]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/wan/lmc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I.  -nostdinc -iwithprefix include -- lmc.h lmc_debug.c lmc_debug.h lmc_ioctl.h lmc_main.c lmc_media.c lmc_media.h lmc_prot.h lmc_proto.c lmc_proto.h lmc_proto_raw.h lmc_var.h lmc_ver.h > .depend
make[8]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/wan/lmc'
make[7]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/wan'
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/wan'
make -C wireless fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/wireless'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- airo.c airo_cs.c airport.c atmel.c atmel_cs.c hermes.c hermes.h hermes_rid.h ieee802_11.h orinoco.c orinoco.h orinoco_cs.c orinoco_pci.c orinoco_plx.c orinoco_tmd.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/wireless'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net'
make -C net/hamradio fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 6pack.c baycom_epp.c baycom_par.c baycom_ser_fdx.c baycom_ser_hdx.c bpqether.c dmascc.c hdlcdrv.c mkiss.c mkiss.h scc.c yam.c yam1200.h yam9600.h z8530.h > .depend
make _sfdep_soundmodem _FASTDEP_ALL_SUB_DIRS="soundmodem"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio'
make -C soundmodem fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio/soundmodem'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- gentbl.c sm.c sm.h sm_afsk1200.c sm_afsk2400_7.c sm_afsk2400_8.c sm_afsk2666.c sm_fsk9600.c sm_hapn4800.c sm_psk4800.c sm_sbc.c sm_tbl_afsk1200.h sm_tbl_afsk2400_7.h sm_tbl_afsk2400_8.h sm_tbl_afsk2666.h sm_tbl_fsk9600.h sm_tbl_hapn4800.h sm_tbl_psk4800.h sm_wss.c smdma.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio/soundmodem'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/net/hamradio'
make -C nubus fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/nubus'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- nubus.c nubus_syms.c proc.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/nubus'
make -C parport fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/parport'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- daisy.c ieee1284.c ieee1284_ops.c init.c multiface.h parport_amiga.c parport_arc.c parport_atari.c parport_cs.c parport_gsc.c parport_ip22.c parport_mfc3.c parport_pc.c parport_sunbpp.c probe.c procfs.c share.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/parport'
make -C pci fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/pci'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- compat.c gen-devlist.c names.c pci.c proc.c quirks.c setup-bus.c setup-irq.c setup-res.c syscall.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/pci'
make -C pcmcia fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/pcmcia'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- au1000_db1x00.c au1000_generic.c au1000_pb1x00.c au1000_xxs1500.c bulkmem.c cardbus.c cirrus.h cistpl.c cs.c cs_internal.h ds.c hd64465_ss.c i82092.c i82092aa.h i82365.c i82365.h m8xx_pcmcia.c o2micro.h pci_socket.c pci_socket.h ricoh.h rsrc_mgr.c sa1100.h sa1100_adsbitsy.c sa1100_assabet.c sa1100_badge4.c sa1100_cerf.c sa1100_flexanet.c sa1100_freebird.c sa1100_generic.c sa1100_generic.h sa1100_graphicsclient.c sa1100_graphicsmaster.c sa1100_h3600.c sa1100_jornada720.c sa1100_neponset.c sa1100_pangolin.c sa1100_pfs168.c sa1100_shannon.c sa1100_simpad.c sa1100_stork.c sa1100_xp860.c sa1100_yopy.c sa1111_generic.c sa1111_generic.h sibyte_generic.c tcic.c tcic.h ti113x.h topic.h vg468.h vrc4173_cardu.c vrc4173_cardu.h yenta.c yenta.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/pcmcia'
make -C pnp fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/pnp'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- isapnp.c isapnp_proc.c quirks.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/pnp'
make -C sbus fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sbus'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dvma.c sbus.c > .depend
make _sfdep_audio _sfdep_char _FASTDEP_ALL_SUB_DIRS="audio char"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sbus'
make -C audio fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sbus/audio'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- amd7930.c amd7930.h audio.c cs4215.h cs4231.c cs4231.h dbri.c dbri.h dmy.c dummy.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sbus/audio'
make -C char fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sbus/char'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aurora.c aurora.h bbc_envctrl.c bbc_i2c.c bbc_i2c.h bpp.c cd180.h cpwatchdog.c display7seg.c envctrl.c flash.c jsflash.c max1617.h openprom.c pcikbd.c pcikbd.h riowatchdog.c rtc.c sab82532.c su.c sunkbd.c sunkbd.h sunkbdmap.c sunkeymap.c sunmouse.c sunmouse.h sunserial.c sunserial.h uctrl.c vfc.h vfc_dev.c vfc_i2c.c vfc_i2c.h zs.c zs.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sbus/char'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sbus'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sbus'
make -C scsi fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 3w-xxxx.c 3w-xxxx.h 53c7,8xx.c 53c7,8xx.h 53c700.c 53c700.h 53c7xx.c 53c7xx.h 53c8xx_d.h 53c8xx_u.h AM53C974.c AM53C974.h BusLogic.c BusLogic.h FlashPoint.c NCR5380.c NCR5380.h NCR53C9x.c NCR53C9x.h NCR53c406a.c NCR53c406a.h NCR_D700.c NCR_D700.h a2091.c a2091.h a3000.c a3000.h advansys.c advansys.h aha152x.c aha152x.h aha1542.c aha1542.h aha1740.c aha1740.h aic7xxx_old.c amiga7xx.c amiga7xx.h atari_NCR5380.c atari_dma_emul.c atari_scsi.c atari_scsi.h atp870u.c atp870u.h blz1230.c blz1230.h blz2060.c blz2060.h bvme6000.c bvme6000.h ch.c constants.c constants.h cpqfcTS.h cpqfcTSchip.h cpqfcTScontrol.c cpqfcTSi2c.c cpqfcTSinit.c cpqfcTSioctl.h cpqfcTSstructs.h cpqfcTStrigger.c cpqfcTStrigger.h cpqfcTSworker.c cyberstorm.c cyberstorm.h cyberstormII.c cyberstormII.h dc390.h dec_esp.c dec_esp.h dmx3191d.c dmx3191d.h dpt_i2o.c dpti.h dtc.c dtc.h eata.c eata.h eata_dma.c eata_dma.h eata_dma_proc.c eata_dma_proc.h eata_generic.h eata_pio.c eata_pio.h eata_pio_proc.c esp.c esp.h fastlane.c fastlane.h fcal.c fcal.h fd_mcs.c fd_mcs.h fdomain.c fdomain.h g_NCR5380.c g_NCR5380.h gdth.c gdth.h gdth_ioctl.h gdth_proc.c gdth_proc.h gvp11.c gvp11.h hosts.c hosts.h i60uscsi.c i60uscsi.h i91uscsi.c i91uscsi.h ibmmca.c ibmmca.h ide-scsi.c ide-scsi.h imm.c imm.h in2000.c in2000.h ini9100u.c ini9100u.h inia100.c inia100.h ips.c ips.h jazz_esp.c jazz_esp.h lasi700.c lasi700.h libata-core.c libata-scsi.c libata.h mac53c94.c mac53c94.h mac_NCR5380.c mac_esp.c mac_esp.h mac_scsi.c mac_scsi.h mca_53c9x.c mca_53c9x.h megaraid.c megaraid.h megaraid2.c megaraid2.h mesh.c mesh.h mvme147.c mvme147.h mvme16x.c mvme16x.h ncr53c8xx.c ncr53c8xx.h nsp32.c nsp32.h nsp32_debug.c nsp32_io.h oktagon_esp.c oktagon_esp.h oktagon_io.S osst.c osst.h osst_detect.h osst_options.h pas16.c pas16.h pci2000.c pci2000.h pci2220i.c pci2220i.h pluto.c pluto.h ppa.c ppa.h psi240i.c psi240i.h psi_chip.h psi_dale.h psi_roy.h ql12160_fw.h ql1280_fw.h qla1280.c qla1280.h qlogicfas.c qlogicfas.h qlogicfc.c qlogicfc.h qlogicfc_asm.c qlogicisp.c qlogicisp.h qlogicisp_asm.c qlogicpti.c qlogicpti.h qlogicpti_asm.c sata_promise.c sata_promise.h sata_sil.c sata_sis.c sata_svw.c sata_sx4.c sata_via.c sata_vsc.c scsi.c scsi.h scsi_debug.c scsi_debug.h scsi_dma.c scsi_error.c scsi_ioctl.c scsi_lib.c scsi_merge.c scsi_module.c scsi_obsolete.c scsi_obsolete.h scsi_proc.c scsi_queue.c scsi_scan.c scsi_syms.c scsicam.c scsiiom.c sd.c sd.h seagate.c seagate.h sg.c sgiwd93.c sgiwd93.h sim710.c sim710.h sim710_d.h sim710_u.h sr.c sr.h sr_ioctl.c sr_vendor.c st.c st.h st_options.h sun3_NCR5380.c sun3_scsi.c sun3_scsi.h sun3_scsi_vme.c sun3x_esp.c sun3x_esp.h sym53c416.c sym53c416.h sym53c8xx.c sym53c8xx.h sym53c8xx_comm.h sym53c8xx_defs.h t128.c t128.h tmscsim.c tmscsim.h u14-34f.c u14-34f.h ultrastor.c ultrastor.h wd33c93.c wd33c93.h wd7000.c wd7000.h zalon7xx.c zalon7xx.h > .depend
make _sfdep_../acorn/scsi _sfdep_aacraid _sfdep_aic7xxx _sfdep_pcmcia _sfdep_sym53c8xx_2 _FASTDEP_ALL_SUB_DIRS="../acorn/scsi aacraid aic7xxx pcmcia sym53c8xx_2"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi'
make -C ../acorn/scsi fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/acorn/scsi'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acornscsi-io.S acornscsi.c acornscsi.h arxescsi.c cumana_1.c cumana_2.c ecoscsi.c eesox.c fas216.c fas216.h msgqueue.c msgqueue.h oak.c powertec.c queue.c queue.h scsi.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/acorn/scsi'
make -C aacraid fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi/aacraid'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I/usr/src/kernel-source-2.4.27/drivers/scsi -nostdinc -iwithprefix include -- aachba.c aacraid.h commctrl.c comminit.c commsup.c dpcsup.c linit.c rx.c sa.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi/aacraid'
make -C aic7xxx fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi/aic7xxx'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I/usr/src/kernel-source-2.4.27/drivers/scsi -nostdinc -iwithprefix include -- aic7770.c aic7770_osm.c aic79xx.h aic79xx_core.c aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_osm_pci.c aic79xx_pci.c aic79xx_proc.c aic79xx_reg.h aic79xx_reg_print.c aic79xx_seq.h aic7xxx.h aic7xxx_93cx6.c aic7xxx_93cx6.h aic7xxx_core.c aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_osm_pci.c aic7xxx_pci.c aic7xxx_proc.c aic7xxx_reg.h aic7xxx_reg_print.c aic7xxx_seq.h aiclib.c aiclib.h cam.h queue.h scsi_iu.h scsi_message.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi/aic7xxx'
make -C pcmcia fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi/pcmcia'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aha152x_stub.c fdomain_stub.c nsp_cs.c nsp_cs.h nsp_debug.c nsp_io.h nsp_message.c qlogic_stub.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi/pcmcia'
make -C sym53c8xx_2 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/scsi/sym53c8xx_2'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I. -nostdinc -iwithprefix include -- sym53c8xx.h sym_conf.h sym_defs.h sym_fw.c sym_fw.h sym_fw1.h sym_fw2.h sym_glue.c sym_glue.h sym_hipd.c sym_hipd.h sym_malloc.c sym_misc.c sym_misc.h sym_nvram.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi/sym53c8xx_2'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/scsi'
make -C sound fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sound'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ac97.c ac97.h ac97_codec.c ac97_plugin_ad1980.c ac97_plugin_wm97xx.c aci.c aci.h ad1816.c ad1848.c ad1848.h ad1848_mixer.h ad1889.c ad1889.h adlib_card.c aedsp16.c ali5455.c au1000.c audio.c audio_syms.c awe_hw.h awe_wave.c awe_wave.h bin2hex.c btaudio.c cmpci.c coproc.h cs4232.c cs4232.h cs461x.h cs461x_image.h cs46xx.c cs46xx_wrapper-24.h cs46xxpm-24.h cs46xxpm.h dev_table.c dev_table.h dm.h dmabuf.c es1370.c es1371.c esssolo1.c forte.c gus.h gus_card.c gus_hw.h gus_linearvol.h gus_midi.c gus_vol.c gus_wave.c hal2.c hal2.h harmony.c hex2hex.c i810_audio.c ics2101.c ite8172.c iwmem.h kahlua.c mad16.c maestro.c maestro.h maestro3.c maestro3.h maestro_tables.h maui.c midi_ctrl.h midi_syms.c midi_synth.c midi_synth.h midibuf.c mpu401.c mpu401.h msnd.c msnd.h msnd_classic.c msnd_classic.h msnd_pinnacle.c msnd_pinnacle.h nec_vrc5477.c nm256.h nm256_audio.c nm256_coeff.h opl3.c opl3.h opl3_hw.h opl3sa.c opl3sa2.c os.h pas2.h pas2_card.c pas2_midi.c pas2_mixer.c pas2_pcm.c pss.c rme96xx.c rme96xx.h sb.h sb_audio.c sb_card.c sb_common.c sb_ess.c sb_ess.h sb_midi.c sb_mixer.c sb_mixer.h sequencer.c sequencer_syms.c sgalaxy.c skeleton.c sonicvibes.c sound_calls.h sound_config.h sound_core.c sound_firmware.c sound_firmware.h sound_syms.c sound_timer.c soundcard.c soundvers.h sscape.c swarm_cs4297a.c sys_timer.c trident.c trident.h trix.c tuning.h uart401.c uart6850.c ulaw.h v_midi.c v_midi.h via82cxxx_audio.c vidc.c vidc.h vidc_fill.S vwsnd.c waveartist.c waveartist.h wavfront.c wf_midi.c ymfpci.c ymfpci.h ymfpci_image.h yss225.c yss225.h > .depend
make _sfdep_cs4281 _sfdep_dmasound _sfdep_emu10k1 _FASTDEP_ALL_SUB_DIRS="cs4281 dmasound emu10k1"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sound'
make -C cs4281 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sound/cs4281'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cs4281_hwdefs.h cs4281_wrapper.h cs4281m.c cs4281pm-24.c cs4281pm-24.h cs4281pm.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sound/cs4281'
make -C dmasound fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sound/dmasound'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- awacs_defs.h dac3550a.c dmasound.h dmasound_atari.c dmasound_awacs.c dmasound_core.c dmasound_paula.c dmasound_q40.c tas3001c.c tas3001c.h trans_16.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sound/dmasound'
make -C emu10k1 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/sound/emu10k1'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DEMU10K1_SEQUENCER -nostdinc -iwithprefix include -- 8010.h audio.c audio.h cardmi.c cardmi.h cardmo.c cardmo.h cardwi.c cardwi.h cardwo.c cardwo.h ecard.c ecard.h efxmgr.c efxmgr.h emuadxmg.c hwaccess.c hwaccess.h icardmid.h icardwav.h irqmgr.c irqmgr.h main.c midi.c midi.h mixer.c passthrough.c passthrough.h recmgr.c recmgr.h timer.c timer.h voicemgr.c voicemgr.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sound/emu10k1'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sound'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/sound'
make -C tc fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/tc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- lk201-remap.c lk201.c lk201.h tc.c zs.c zs.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/tc'
make -C telephony fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/telephony'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ixj-ver.h ixj.c ixj.h ixj_pcmcia.c phonedev.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/telephony'
make -C usb fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- CDCEther.c CDCEther.h acm.c aiptek.c audio.c audio.h auerbuf.c auerbuf.h auerchain.c auerchain.h auerchar.c auerchar.h auerisdn.c auerisdn.h auerisdn_b.c auerisdn_b.h auermain.c auermain.h auerserv.h bluetooth.c brlvger.c catc.c dabfirmware.h dabusb.c dabusb.h dc2xx.c devices.c devio.c drivers.c dsbr100.c emi26.c emi26_fw.h hcd.c hcd.h hid-core.c hid-debug.h hid-input.c hid.h hiddev.c hpusbscsi.c hpusbscsi.h hub.c hub.h ibmcam.c inode.c kaweth.c kawethfw.h kbtab.c konicawc.c mdc800.c microtek.c microtek.h ov511.c ov511.h pegasus.c pegasus.h powermate.c printer.c pwc-ctrl.c pwc-if.c pwc-ioctl.h pwc-misc.c pwc-uncompress.c pwc-uncompress.h pwc.h pwc_kiara.h pwc_nala.h pwc_timon.h rio500.c rio500_usb.h rtl8150.c scanner.c scanner.h se401.c se401.h speedtch.c stv680.c stv680.h tiglusb.c tiglusb.h ultracam.c usb-debug.c usb-midi.c usb-midi.h usb-skeleton.c usb.c usbkbd.c usblcd.c usbmouse.c usbnet.c usbvideo.c usbvideo.h uss720.c vicam.c w9968cf.c w9968cf.h w9968cf_decoder.h w9968cf_externaldef.h wacom.c > .depend
make _sfdep_host _sfdep_serial _sfdep_storage _FASTDEP_ALL_SUB_DIRS="host serial storage"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb'
make -C host fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb/host'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ehci-dbg.c ehci-hcd.c ehci-hub.c ehci-mem.c ehci-q.c ehci-sched.c ehci.h hc_simple.c hc_simple.h hc_sl811.c hc_sl811.h hc_sl811_rh.c sl811.c sl811.h uhci-debug.h uhci.c uhci.h usb-ohci.c usb-ohci.h usb-uhci-debug.h usb-uhci.c usb-uhci.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb/host'
make -C serial fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb/serial'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- belkin_sa.c belkin_sa.h cyberjack.c digi_acceleport.c empeg.c ftdi_sio.c ftdi_sio.h io_16654.h io_edgeport.c io_edgeport.h io_fw_boot.h io_fw_boot2.h io_fw_down.h io_fw_down2.h io_fw_down3.h io_ionsp.h io_tables.h io_ti.c io_ti.h io_usbvend.h ipaq.c ipaq.h ir-usb.c keyspan.c keyspan.h keyspan_pda.S keyspan_pda.c keyspan_pda_fw.h keyspan_usa26msg.h keyspan_usa28msg.h keyspan_usa49msg.h keyspan_usa90msg.h kl5kusb105.c kl5kusb105.h kobil_sct.c kobil_sct.h mct_u232.c mct_u232.h omninet.c pl2303.c pl2303.h usb-serial.h usbserial.c visor.c visor.h whiteheat.c whiteheat.h whiteheat_fw.h xircom_pgs.S xircom_pgs_fw.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb/serial'
make -C storage fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb/storage'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I../../scsi/ -nostdinc -iwithprefix include -- datafab.c datafab.h debug.c debug.h dpcm.c dpcm.h freecom.c freecom.h initializers.c initializers.h isd200.c isd200.h jumpshot.c jumpshot.h protocol.c protocol.h scsiglue.c scsiglue.h sddr09.c sddr09.h sddr55.c sddr55.h shuttle_usbat.c shuttle_usbat.h transport.c transport.h unusual_devs.h usb.c usb.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb/storage'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb'
make -C usb/gadget fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/usb/gadget'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- config.c epautoconf.c ether.c file_storage.c gadget_chips.h goku_udc.c goku_udc.h ndis.h net2280.c net2280.h rndis.c rndis.h usbstring.c zero.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/usb/gadget'
make -C video fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- S3triofb.c acornfb.c acornfb.h amifb.c atafb.c aty128.h aty128fb.c au1100fb.c au1100fb.h bt431.h bt455.h bwtwofb.c cgfourteenfb.c cgsixfb.c cgthreefb.c chipsfb.c clgenfb.c clgenfb.h controlfb.c controlfb.h creatorfb.c cvisionppc.h cyber2000fb.c cyber2000fb.h cyberfb.c cyberfb.h dn_accel.h dn_cfb4.c dn_cfb8.c dnfb.c dummycon.c epson1355fb.c epson1356fb.c epson1356fb.h fbcmap.c fbcon-afb.c fbcon-cfb16.c fbcon-cfb2.c fbcon-cfb24.c fbcon-cfb32.c fbcon-cfb4.c fbcon-cfb8.c fbcon-hga.c fbcon-ilbm.c fbcon-iplan2p2.c fbcon-iplan2p4.c fbcon-iplan2p8.c fbcon-mac.c fbcon-mfb.c fbcon-sti.c fbcon-vga-planes.c fbcon-vga.c fbcon.c fbgen.c fbmem.c fbmon.c fm2fb.c font_6x11.c font_8x16.c font_8x8.c font_acorn_8x8.c font_pearl_8x8.c font_sun12x22.c font_sun8x16.c fonts.c g364fb.c hgafb.c hitfb.c hpfb.c iga.h igafb.c imsttfb.c it8181fb.c leofb.c macfb.c macmodes.c maxinefb.c maxinefb.h mdacon.c modedb.c neofb.c neofb.h newport_con.c offb.c p9100.h p9100fb.c platinumfb.c platinumfb.h pm2fb.c pm2fb.h pm3fb.c pm3fb.h pmag-aa-fb.c pmag-ba-fb.c pmag-ba-fb.h pmagb-b-fb.c pmagb-b-fb.h promcon.c pvr2fb.c q40fb.c radeon.h radeonfb.c retz3fb.c retz3fb.h sa1100fb.c sa1100fb.h sbusfb.c sgivwfb.c sgivwfb.h skeletonfb.c sstfb.c sstfb.h sun3fb.c tcxfb.c tdfxfb.c tgafb.c tgafb.h tridentfb.c tridentfb.h tx3912fb.c tx3912fb.h valkyriefb.c valkyriefb.h vesafb.c vfb.c vga.h vga16fb.c vgacon.c virgefb.c virgefb.h > .depend
make _sfdep_aty _sfdep_intel _sfdep_matrox _sfdep_riva _sfdep_sis _sfdep_sti _FASTDEP_ALL_SUB_DIRS="aty intel matrox riva sis sti"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video'
make -C aty fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/aty'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- atyfb.h atyfb_base.c mach64.h mach64_accel.c mach64_ct.c mach64_cursor.c mach64_gx.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/aty'
make -C intel fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/intel'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- builtinmodes.c intelfb.h intelfbdrv.c intelfbhw.c intelfbhw.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/intel'
make -C matrox fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/matrox'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- g450_pll.c g450_pll.h i2c-matroxfb.c matroxfb_DAC1064.c matroxfb_DAC1064.h matroxfb_Ti3026.c matroxfb_Ti3026.h matroxfb_accel.c matroxfb_accel.h matroxfb_base.c matroxfb_base.h matroxfb_crtc2.c matroxfb_crtc2.h matroxfb_g450.c matroxfb_g450.h matroxfb_maven.c matroxfb_maven.h matroxfb_misc.c matroxfb_misc.h matroxfb_proc.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/matrox'
make -C riva fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/riva'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- accel.c fbdev.c nv4ref.h nvreg.h riva_hw.c riva_hw.h riva_tbl.h rivafb.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/riva'
make -C sis fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/sis'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- 300vtbl.h 310vtbl.h init.c init.h init301.c init301.h initdef.h oem300.h oem310.h osdef.h sis.h sis_accel.c sis_accel.h sis_main.c sis_main.h vgatypes.h vstruct.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/sis'
make -C sti fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/video/sti'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- sticon.c sticore.c sticore.h stifb.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video/sti'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/video'
make -C zorro fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/drivers/zorro'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- gen-devlist.c names.c proc.c zorro.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers/zorro'
make[3]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers'
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/drivers'
make -C mm fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/mm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bigphysarea.c bootmem.c filemap.c highmem.c memory.c mempool.c mlock.c mmap.c mprotect.c mremap.c numa.c oom_kill.c page_alloc.c page_io.c shmem.c slab.c swap.c swap_state.c swapfile.c vmalloc.c vmscan.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/mm'
make -C fs fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/fs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- attr.c bad_inode.c binfmt_aout.c binfmt_elf.c binfmt_em86.c binfmt_misc.c binfmt_script.c binfmt_som.c block_dev.c buffer.c char_dev.c dcache.c devices.c dnotify.c dquot.c exec.c fcntl.c fifo.c file.c file_table.c filesystems.c inode.c iobuf.c ioctl.c locks.c mbcache.c namei.c namespace.c open.c pipe.c posix_acl.c quota.c quota_v1.c quota_v2.c read_write.c readdir.c select.c seq_file.c stat.c super.c xattr.c xattr_acl.c > .depend
make _sfdep_adfs _sfdep_affs _sfdep_autofs _sfdep_autofs4 _sfdep_befs _sfdep_bfs _sfdep_coda _sfdep_cramfs _sfdep_devfs _sfdep_devpts _sfdep_efs _sfdep_ext2 _sfdep_ext3 _sfdep_fat _sfdep_freevxfs _sfdep_hfs _sfdep_hfsplus _sfdep_hpfs _sfdep_intermezzo _sfdep_isofs _sfdep_jbd _sfdep_jffs _sfdep_jffs2 _sfdep_jfs _sfdep_lockd _sfdep_minix _sfdep_msdos _sfdep_ncpfs _sfdep_nfs _sfdep_nfsd _sfdep_nls _sfdep_ntfs _sfdep_openpromfs _sfdep_partitions _sfdep_proc _sfdep_qnx4 _sfdep_ramfs _sfdep_reiserfs _sfdep_romfs _sfdep_smbfs _sfdep_sysv _sfdep_udf _sfdep_ufs _sfdep_umsdos _sfdep_vfat _sfdep_xfs _FASTDEP_ALL_SUB_DIRS="adfs affs autofs autofs4 befs bfs coda cramfs devfs devpts efs ext2 ext3 fat freevxfs hfs hfsplus hpfs intermezzo isofs jbd jffs jffs2 jfs lockd minix msdos ncpfs nfs nfsd nls ntfs openpromfs partitions proc qnx4 ramfs reiserfs romfs smbfs sysv udf ufs umsdos vfat xfs"
make[3]: Entering directory `/usr/src/kernel-source-2.4.27/fs'
make -C adfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/adfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- adfs.h dir.c dir_f.c dir_f.h dir_fplus.c dir_fplus.h file.c inode.c map.c super.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/adfs'
make -C affs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/affs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- amigaffs.c bitmap.c dir.c file.c inode.c namei.c super.c symlink.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/affs'
make -C autofs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/autofs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- autofs_i.h dir.c dirhash.c init.c inode.c root.c symlink.c waitq.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/autofs'
make -C autofs4 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/autofs4'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- autofs_i.h expire.c init.c inode.c root.c symlink.c waitq.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/autofs4'
make -C befs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/befs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- attribute.c befs.h befs_fs_types.h btree.c btree.h datastream.c datastream.h debug.c endian.h inode.c inode.h io.c io.h linuxvfs.c super.c super.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/befs'
make -C bfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/bfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bfs_defs.h dir.c file.c inode.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/bfs'
make -C coda fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/coda'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cache.c cnode.c coda_linux.c dir.c file.c inode.c pioctl.c psdev.c symlink.c sysctl.c upcall.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/coda'
make -C cramfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/cramfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- inode.c uncompress.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/cramfs'
make -C devfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/devfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- base.c util.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/devfs'
make -C devpts fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/devpts'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- devpts_i.h inode.c root.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/devpts'
make -C efs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/efs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dir.c file.c inode.c namei.c super.c symlink.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/efs'
make -C ext2 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ext2'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acl.c balloc.c bitmap.c dir.c file.c fsync.c ialloc.c inode.c ioctl.c namei.c super.c symlink.c xattr.c xattr_trusted.c xattr_user.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ext2'
make -C ext3 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ext3'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acl.c balloc.c bitmap.c dir.c file.c fsync.c ialloc.c inode.c ioctl.c namei.c super.c symlink.c xattr.c xattr_trusted.c xattr_user.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ext3'
make -C fat fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/fat'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- buffer.c cache.c cvf.c dir.c fatfs_syms.c file.c inode.c misc.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/fat'
make -C freevxfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/freevxfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- vxfs.h vxfs_bmap.c vxfs_dir.h vxfs_extern.h vxfs_fshead.c vxfs_fshead.h vxfs_immed.c vxfs_inode.c vxfs_inode.h vxfs_kcompat.h vxfs_lookup.c vxfs_olt.c vxfs_olt.h vxfs_subr.c vxfs_super.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/freevxfs'
make -C hfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/hfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- balloc.c bdelete.c bfind.c bins_del.c binsert.c bitmap.c bitops.c bnode.c brec.c btree.c catalog.c dir.c dir_cap.c dir_dbl.c dir_nat.c extent.c file.c file_cap.c file_hdr.c hfs.h hfs_btree.h inode.c mdb.c part_tbl.c string.c super.c sysdep.c trans.c version.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/hfs'
make -C hfsplus fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/hfsplus'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bfind.c bnode.c brec.c btree.c catalog.c dir.c extents.c hfsplus_fs.h hfsplus_raw.h inode.c options.c super.c tables.c unicode.c wrapper.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/hfsplus'
make -C hpfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/hpfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- alloc.c anode.c buffer.c dentry.c dir.c dnode.c ea.c file.c hpfs.h hpfs_fn.h inode.c map.c name.c namei.c super.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/hpfs'
make -C intermezzo fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/intermezzo'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cache.c dcache.c dir.c ext_attr.c file.c fileset.c inode.c journal.c journal_ext2.c journal_ext3.c journal_obdfs.c journal_reiserfs.c journal_tmpfs.c journal_xfs.c kml_reint.c kml_unpack.c methods.c presto.c psdev.c replicator.c super.c sysctl.c upcall.c vfs.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/intermezzo'
make -C isofs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/isofs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- compress.c dir.c inode.c joliet.c namei.c rock.c rock.h util.c zisofs.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/isofs'
make -C jbd fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/jbd'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- checkpoint.c commit.c journal.c recovery.c revoke.c transaction.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/jbd'
make -C jffs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/jffs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- inode-v23.c intrep.c intrep.h jffs_fm.c jffs_fm.h jffs_proc.c jffs_proc.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/jffs'
make -C jffs2 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/jffs2'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- background.c build.c compr.c compr_rtime.c compr_rubin.c compr_rubin.h compr_zlib.c comprtest.c dir.c erase.c file.c gc.c histo.h histo_mips.h ioctl.c malloc.c nodelist.c nodelist.h nodemgmt.c pushpull.c pushpull.h read.c readinode.c scan.c super.c symlink.c write.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/jffs2'
make -C jfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/jfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -D_JFS_4K -nostdinc -iwithprefix include -- file.c inode.c jfs_btree.h jfs_debug.c jfs_debug.h jfs_defragfs.h jfs_dinode.h jfs_dmap.c jfs_dmap.h jfs_dtree.c jfs_dtree.h jfs_extent.c jfs_extent.h jfs_filsys.h jfs_imap.c jfs_imap.h jfs_incore.h jfs_inode.c jfs_inode.h jfs_lock.h jfs_logmgr.c jfs_logmgr.h jfs_metapage.c jfs_metapage.h jfs_mount.c jfs_superblock.h jfs_txnmgr.c jfs_txnmgr.h jfs_types.h jfs_umount.c jfs_unicode.c jfs_unicode.h jfs_uniupr.c jfs_xattr.h jfs_xtree.c jfs_xtree.h namei.c resize.c super.c symlink.c xattr.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/jfs'
make -C lockd fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/lockd'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- clntlock.c clntproc.c host.c lockd_syms.c mon.c svc.c svc4proc.c svclock.c svcproc.c svcshare.c svcsubs.c xdr.c xdr4.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/lockd'
make -C minix fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/minix'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bitmap.c dir.c file.c inode.c itree_common.c itree_v1.c itree_v2.c namei.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/minix'
make -C msdos fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/msdos'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- msdosfs_syms.c namei.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/msdos'
make -C ncpfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ncpfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dir.c file.c inode.c ioctl.c mmap.c ncplib_kernel.c ncplib_kernel.h ncpsign_kernel.c ncpsign_kernel.h sock.c symlink.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ncpfs'
make -C nfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/nfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dir.c direct.c file.c flushd.c inode.c mount_clnt.c nfs2xdr.c nfs3proc.c nfs3xdr.c nfsroot.c pagelist.c proc.c read.c symlink.c unlink.c write.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/nfs'
make -C nfsd fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/nfsd'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- auth.c export.c lockd.c nfs3proc.c nfs3xdr.c nfscache.c nfsctl.c nfsfh.c nfsproc.c nfssvc.c nfsxdr.c stats.c vfs.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/nfsd'
make -C nls fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/nls'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- nls_base.c nls_big5.c nls_cp1250.c nls_cp1251.c nls_cp1255.c nls_cp437.c nls_cp737.c nls_cp775.c nls_cp850.c nls_cp852.c nls_cp855.c nls_cp857.c nls_cp860.c nls_cp861.c nls_cp862.c nls_cp863.c nls_cp864.c nls_cp865.c nls_cp866.c nls_cp869.c nls_cp874.c nls_cp932.c nls_cp936.c nls_cp949.c nls_cp950.c nls_euc-jp.c nls_euc-kr.c nls_gb2312.c nls_iso8859-1.c nls_iso8859-13.c nls_iso8859-14.c nls_iso8859-15.c nls_iso8859-2.c nls_iso8859-3.c nls_iso8859-4.c nls_iso8859-5.c nls_iso8859-6.c nls_iso8859-7.c nls_iso8859-8.c nls_iso8859-9.c nls_koi8-r.c nls_koi8-ru.c nls_koi8-u.c nls_sjis.c nls_tis-620.c nls_utf8.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/nls'
make -C ntfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ntfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DNTFS_VERSION=\"1.1.22\"  -nostdinc -iwithprefix include -- attr.c attr.h dir.c dir.h fs.c inode.c inode.h macros.h ntfsendian.h ntfstypes.h struct.h super.c super.h support.c support.h sysctl.c sysctl.h unistr.c unistr.h util.c util.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ntfs'
make -C openpromfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/openpromfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- inode.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/openpromfs'
make -C partitions fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/partitions'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acorn.c acorn.h amiga.c amiga.h atari.c atari.h check.c check.h efi.c efi.h ibm.c ibm.h ldm.c ldm.h mac.c mac.h msdos.c msdos.h osf.c osf.h sgi.c sgi.h sun.c sun.h ultrix.c ultrix.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/partitions'
make -C proc fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/proc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- array.c base.c generic.c inode.c kcore.c kmsg.c proc_devtree.c proc_misc.c proc_tty.c root.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/proc'
make -C qnx4 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/qnx4'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bitmap.c dir.c file.c fsync.c inode.c namei.c truncate.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/qnx4'
make -C ramfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ramfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- inode.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ramfs'
make -C reiserfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/reiserfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bitmap.c buffer2.c dir.c do_balan.c file.c fix_node.c hashes.c ibalance.c inode.c ioctl.c item_ops.c journal.c lbalance.c namei.c objectid.c prints.c procfs.c resize.c stree.c super.c tail_conversion.c version.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/reiserfs'
make -C romfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/romfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- inode.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/romfs'
make -C smbfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/smbfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -DSMBFS_PARANOIA -nostdinc -iwithprefix include -- cache.c dir.c file.c getopt.c getopt.h inode.c ioctl.c proc.c proto.h smb_debug.h sock.c symlink.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/smbfs'
make -C sysv fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/sysv'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- balloc.c dir.c file.c ialloc.c inode.c itree.c namei.c super.c symlink.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/sysv'
make -C udf fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/udf'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- balloc.c crc.c dir.c directory.c ecma_167.h file.c fsync.c ialloc.c inode.c lowlevel.c misc.c namei.c osta_udf.h partition.c super.c symlink.c truncate.c udf_i.h udf_sb.h udfdecl.h udfend.h udftime.c unicode.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/udf'
make -C ufs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/ufs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- balloc.c cylinder.c dir.c file.c ialloc.c inode.c namei.c super.c swab.h symlink.c truncate.c util.c util.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/ufs'
make -C umsdos fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/umsdos'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- dir.c emd.c inode.c ioctl.c mangle.c namei.c rdir.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/umsdos'
make -C vfat fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/vfat'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- namei.c vfatfs_syms.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/vfat'
make -C xfs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/fs/xfs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I. -I linux-2.4 -funsigned-char -nostdinc -iwithprefix include -- xfs.h xfs_acl.c xfs_acl.h xfs_ag.h xfs_alloc.c xfs_alloc.h xfs_alloc_btree.c xfs_alloc_btree.h xfs_arch.h xfs_attr.c xfs_attr.h xfs_attr_leaf.c xfs_attr_leaf.h xfs_attr_sf.h xfs_behavior.c xfs_behavior.h xfs_bit.c xfs_bit.h xfs_bmap.c xfs_bmap.h xfs_bmap_btree.c xfs_bmap_btree.h xfs_btree.c xfs_btree.h xfs_buf_item.c xfs_buf_item.h xfs_cap.c xfs_cap.h xfs_clnt.h xfs_da_btree.c xfs_da_btree.h xfs_dfrag.c xfs_dfrag.h xfs_dinode.h xfs_dir.c xfs_dir.h xfs_dir2.c xfs_dir2.h xfs_dir2_block.c xfs_dir2_block.h xfs_dir2_data.c xfs_dir2_data.h xfs_dir2_leaf.c xfs_dir2_leaf.h xfs_dir2_node.c xfs_dir2_node.h xfs_dir2_sf.c xfs_dir2_sf.h xfs_dir2_trace.c xfs_dir2_trace.h xfs_dir_leaf.c xfs_dir_leaf.h xfs_dir_sf.h xfs_dmapi.h xfs_dmops.c xfs_error.c xfs_error.h xfs_extfree_item.c xfs_extfree_item.h xfs_fs.h xfs_fsops.c xfs_fsops.h xfs_ialloc.c xfs_ialloc.h xfs_ialloc_btree.c xfs_ialloc_btree.h xfs_iget.c xfs_imap.h xfs_inode.c xfs_inode.h xfs_inode_item.c xfs_inode_item.h xfs_inum.h xfs_iocore.c xfs_iomap.c xfs_iomap.h xfs_itable.c xfs_itable.h xfs_log.c xfs_log.h xfs_log_priv.h xfs_log_recover.c xfs_log_recover.h xfs_mac.c xfs_mac.h xfs_macros.c xfs_macros.h xfs_mount.c xfs_mount.h xfs_qmops.c xfs_quota.h xfs_refcache.c xfs_refcache.h xfs_rename.c xfs_rtalloc.c xfs_rtalloc.h xfs_rw.c xfs_rw.h xfs_sb.h xfs_trans.c xfs_trans.h xfs_trans_ail.c xfs_trans_buf.c xfs_trans_extfree.c xfs_trans_inode.c xfs_trans_item.c xfs_trans_priv.h xfs_trans_space.h xfs_types.h xfs_utils.c xfs_utils.h xfs_vfsops.c xfs_vnodeops.c > .depend
make _sfdep_linux-2.4 _sfdep_quota _sfdep_support _FASTDEP_ALL_SUB_DIRS="linux-2.4 quota support"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/fs/xfs'
make -C linux-2.4 fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I.. -I. -funsigned-char -nostdinc -iwithprefix include -- kmem.c kmem.h mrlock.c mrlock.h mutex.h sema.h spin.h sv.h time.h xfs_aops.c xfs_buf.c xfs_buf.h xfs_cred.h xfs_file.c xfs_fs_subr.c xfs_fs_subr.h xfs_globals.c xfs_globals.h xfs_ioctl.c xfs_iops.c xfs_iops.h xfs_linux.h xfs_lrw.c xfs_lrw.h xfs_stats.c xfs_stats.h xfs_super.c xfs_super.h xfs_sysctl.c xfs_sysctl.h xfs_version.h xfs_vfs.c xfs_vfs.h xfs_vnode.c xfs_vnode.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4'
make -C quota fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/fs/xfs/quota'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I /usr/src/kernel-source-2.4.27/fs/xfs -I /usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4 -nostdinc -iwithprefix include -- xfs_dquot.c xfs_dquot.h xfs_dquot_item.c xfs_dquot_item.h xfs_qm.c xfs_qm.h xfs_qm_bhv.c xfs_qm_stats.c xfs_qm_stats.h xfs_qm_syscalls.c xfs_quota_priv.h xfs_trans_dquot.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/xfs/quota'
make -C support fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/fs/xfs/support'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I.. -I /usr/src/kernel-source-2.4.27/fs/xfs/linux-2.4 -nostdinc -iwithprefix include -- debug.c debug.h ktrace.c ktrace.h move.c move.h qsort.c qsort.h uuid.c uuid.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/xfs/support'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/xfs'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/fs/xfs'
make[3]: Leaving directory `/usr/src/kernel-source-2.4.27/fs'
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/fs'
make -C net fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/net'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- netsyms.c socket.c sysctl_net.c > .depend
make _sfdep_802 _sfdep_8021q _sfdep_appletalk _sfdep_atm _sfdep_ax25 _sfdep_bluetooth _sfdep_bridge _sfdep_core _sfdep_decnet _sfdep_econet _sfdep_ethernet _sfdep_ipv4 _sfdep_ipv4/ipvs _sfdep_ipv4/netfilter _sfdep_ipv6 _sfdep_ipx _sfdep_irda _sfdep_key _sfdep_khttpd _sfdep_lapb _sfdep_netlink _sfdep_netrom _sfdep_packet _sfdep_rose _sfdep_sched _sfdep_sctp _sfdep_sunrpc _sfdep_unix _sfdep_wanrouter _sfdep_x25 _sfdep_xfrm _FASTDEP_ALL_SUB_DIRS="802 8021q appletalk atm ax25 bluetooth bridge core decnet econet ethernet ipv4 ipv4/ipvs ipv4/netfilter ipv6 ipx irda key khttpd lapb netlink netrom packet rose sched sctp sunrpc unix wanrouter x25 xfrm"
make[3]: Entering directory `/usr/src/kernel-source-2.4.27/net'
make -C 802 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/802'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cl2llc.c fc.c fddi.c hippi.c llc_macinit.c llc_sendpdu.c llc_utility.c p8022.c p8023.c psnap.c sysctl_net_802.c tr.c > .depend
make _sfdep_transit _FASTDEP_ALL_SUB_DIRS="transit"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/net/802'
make -C transit fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/802/transit'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- pdutr.h timertr.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/802/transit'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/net/802'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/802'
make -C 8021q fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/8021q'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- vlan.c vlan.h vlan_dev.c vlanproc.c vlanproc.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/8021q'
make -C appletalk fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/appletalk'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aarp.c ddp.c sysctl_net_atalk.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/appletalk'
make -C atm fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/atm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- addr.c addr.h atm_misc.c br2684.c clip.c common.c common.h ipcommon.c ipcommon.h lec.c lec.h lec_arpc.h mpc.c mpc.h mpoa_caches.c mpoa_caches.h mpoa_proc.c pppoatm.c proc.c protocols.h pvc.c raw.c resources.c resources.h signaling.c signaling.h svc.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/atm'
make -C ax25 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ax25'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_ax25.c ax25_addr.c ax25_dev.c ax25_ds_in.c ax25_ds_subr.c ax25_ds_timer.c ax25_iface.c ax25_in.c ax25_ip.c ax25_out.c ax25_route.c ax25_std_in.c ax25_std_subr.c ax25_std_timer.c ax25_subr.c ax25_timer.c ax25_uid.c sysctl_net_ax25.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ax25'
make -C bluetooth fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/bluetooth'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_bluetooth.c hci_conn.c hci_core.c hci_event.c hci_sock.c l2cap.c lib.c sco.c syms.c > .depend
make _sfdep_bnep _sfdep_cmtp _sfdep_rfcomm _FASTDEP_ALL_SUB_DIRS="bnep cmtp rfcomm"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/net/bluetooth'
make -C bnep fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/bluetooth/bnep'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- bnep.h core.c netdev.c sock.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bluetooth/bnep'
make -C cmtp fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/bluetooth/cmtp'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- capi.c cmtp.h core.c sock.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bluetooth/cmtp'
make -C rfcomm fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/bluetooth/rfcomm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- core.c crc.c sock.c tty.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bluetooth/rfcomm'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bluetooth'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bluetooth'
make -C bridge fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/bridge'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- br.c br_device.c br_fdb.c br_forward.c br_if.c br_input.c br_ioctl.c br_notify.c br_private.h br_private_stp.h br_private_timer.h br_stp.c br_stp_bpdu.c br_stp_if.c br_stp_timer.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/bridge'
make -C core fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/core'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- datagram.c dev.c dev_mcast.c dst.c dv.c ethtool.c filter.c flow.c iovec.c neighbour.c netfilter.c pktgen.c profile.c rtnetlink.c scm.c skbuff.c sock.c sysctl_net_core.c utils.c wireless.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/core'
make -C decnet fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/decnet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_decnet.c dn_dev.c dn_fib.c dn_neigh.c dn_nsp_in.c dn_nsp_out.c dn_route.c dn_rules.c dn_table.c dn_timer.c sysctl_net_decnet.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/decnet'
make -C econet fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/econet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_econet.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/econet'
make -C ethernet fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ethernet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- eth.c pe2.c sysctl_net_ether.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ethernet'
make -C ipv4 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv4'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_inet.c ah4.c arp.c devinet.c esp4.c fib_frontend.c fib_hash.c fib_rules.c fib_semantics.c icmp.c igmp.c inetpeer.c ip_forward.c ip_fragment.c ip_gre.c ip_input.c ip_nat_dumb.c ip_options.c ip_output.c ip_sockglue.c ipcomp.c ipconfig.c ipip.c ipmr.c proc.c protocol.c raw.c route.c syncookies.c sysctl_net_ipv4.c tcp.c tcp_diag.c tcp_input.c tcp_ipv4.c tcp_minisocks.c tcp_output.c tcp_timer.c udp.c utils.c xfrm4_input.c xfrm4_policy.c xfrm4_state.c xfrm4_tunnel.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv4'
make -C ipv4/ipvs fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv4/ipvs'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ip_vs_app.c ip_vs_conn.c ip_vs_core.c ip_vs_ctl.c ip_vs_dh.c ip_vs_est.c ip_vs_ftp.c ip_vs_lblc.c ip_vs_lblcr.c ip_vs_lc.c ip_vs_nq.c ip_vs_rr.c ip_vs_sched.c ip_vs_sed.c ip_vs_sh.c ip_vs_sync.c ip_vs_wlc.c ip_vs_wrr.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv4/ipvs'
make -C ipv4/netfilter fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv4/netfilter'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- arp_tables.c arpt_mangle.c arptable_filter.c ip_conntrack_amanda.c ip_conntrack_core.c ip_conntrack_ftp.c ip_conntrack_irc.c ip_conntrack_proto_generic.c ip_conntrack_proto_icmp.c ip_conntrack_proto_tcp.c ip_conntrack_proto_udp.c ip_conntrack_standalone.c ip_conntrack_tftp.c ip_fw_compat.c ip_fw_compat_masq.c ip_fw_compat_redir.c ip_nat_amanda.c ip_nat_core.c ip_nat_ftp.c ip_nat_helper.c ip_nat_irc.c ip_nat_proto_icmp.c ip_nat_proto_tcp.c ip_nat_proto_udp.c ip_nat_proto_unknown.c ip_nat_rule.c ip_nat_snmp_basic.c ip_nat_standalone.c ip_nat_tftp.c ip_queue.c ip_tables.c ipchains_core.c ipfwadm_core.c ipt_DSCP.c ipt_ECN.c ipt_LOG.c ipt_MARK.c ipt_MASQUERADE.c ipt_MIRROR.c ipt_REDIRECT.c ipt_REJECT.c ipt_TCPMSS.c ipt_TOS.c ipt_ULOG.c ipt_ah.c ipt_conntrack.c ipt_dscp.c ipt_ecn.c ipt_esp.c ipt_helper.c ipt_length.c ipt_limit.c ipt_mac.c ipt_mark.c ipt_multiport.c ipt_owner.c ipt_pkttype.c ipt_recent.c ipt_state.c ipt_tcpmss.c ipt_tos.c ipt_ttl.c ipt_unclean.c iptable_filter.c iptable_mangle.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv4/netfilter'
make -C ipv6 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv6'
Makefile:50: warning: overriding commands for target `ipv6.o'
/usr/src/kernel-source-2.4.27/Rules.make:97: warning: ignoring old commands for target `ipv6.o'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- addrconf.c af_inet6.c ah6.c anycast.c datagram.c esp6.c exthdrs.c icmp.c ip6_fib.c ip6_flowlabel.c ip6_input.c ip6_output.c ip6_tunnel.c ipcomp6.c ipv6_sockglue.c ipv6_syms.c mcast.c ndisc.c proc.c protocol.c raw.c reassembly.c route.c sit.c sysctl_net_ipv6.c tcp_ipv6.c udp.c xfrm6_input.c xfrm6_policy.c xfrm6_state.c > .depend
make _sfdep_netfilter _FASTDEP_ALL_SUB_DIRS="netfilter"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv6'
Makefile:50: warning: overriding commands for target `ipv6.o'
/usr/src/kernel-source-2.4.27/Rules.make:97: warning: ignoring old commands for target `ipv6.o'
make -C netfilter fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipv6/netfilter'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ip6_queue.c ip6_tables.c ip6t_LOG.c ip6t_MARK.c ip6t_ah.c ip6t_dst.c ip6t_esp.c ip6t_eui64.c ip6t_frag.c ip6t_hbh.c ip6t_hl.c ip6t_ipv6header.c ip6t_length.c ip6t_limit.c ip6t_mac.c ip6t_mark.c ip6t_multiport.c ip6t_owner.c ip6t_rt.c ip6table_filter.c ip6table_mangle.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv6/netfilter'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv6'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipv6'
make -C ipx fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/ipx'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_ipx.c af_spx.c sysctl_net_ipx.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/ipx'
make -C irda fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/irda'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_irda.c crc.c discovery.c irda_device.c iriap.c iriap_event.c irias_object.c irlap.c irlap_event.c irlap_frame.c irlmp.c irlmp_event.c irlmp_frame.c irproc.c irqueue.c irsyms.c irsysctl.c irttp.c parameters.c qos.c timer.c wrapper.c > .depend
make _sfdep_ircomm _sfdep_irlan _sfdep_irnet _FASTDEP_ALL_SUB_DIRS="ircomm irlan irnet"
make[5]: Entering directory `/usr/src/kernel-source-2.4.27/net/irda'
make -C ircomm fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/irda/ircomm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- ircomm_core.c ircomm_event.c ircomm_lmp.c ircomm_param.c ircomm_ttp.c ircomm_tty.c ircomm_tty_attach.c ircomm_tty_ioctl.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/irda/ircomm'
make -C irlan fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/irda/irlan'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- irlan_client.c irlan_client_event.c irlan_common.c irlan_eth.c irlan_event.c irlan_filter.c irlan_provider.c irlan_provider_event.c > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/irda/irlan'
make -C irnet fastdep
make[6]: Entering directory `/usr/src/kernel-source-2.4.27/net/irda/irnet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- irnet.h irnet_irda.c irnet_irda.h irnet_ppp.c irnet_ppp.h > .depend
make[6]: Leaving directory `/usr/src/kernel-source-2.4.27/net/irda/irnet'
make[5]: Leaving directory `/usr/src/kernel-source-2.4.27/net/irda'
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/irda'
make -C key fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/key'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_key.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/key'
make -C khttpd fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/khttpd'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- accept.c datasending.c logging.c main.c make_times_h.c misc.c prototypes.h rfc.c rfc_time.c security.c security.h sockets.c structure.h sysctl.c sysctl.h userspace.c waitheaders.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/khttpd'
make -C lapb fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/lapb'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- lapb_iface.c lapb_in.c lapb_out.c lapb_subr.c lapb_timer.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/lapb'
make -C netlink fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/netlink'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_netlink.c netlink_dev.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/netlink'
make -C netrom fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/netrom'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_netrom.c nr_dev.c nr_in.c nr_loopback.c nr_out.c nr_route.c nr_subr.c nr_timer.c sysctl_net_netrom.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/netrom'
make -C packet fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/packet'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_packet.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/packet'
make -C rose fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/rose'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_rose.c rose_dev.c rose_in.c rose_link.c rose_loopback.c rose_out.c rose_route.c rose_subr.c rose_timer.c sysctl_net_rose.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/rose'
make -C sched fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/sched'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- cls_api.c cls_fw.c cls_route.c cls_rsvp.c cls_rsvp.h cls_rsvp6.c cls_tcindex.c cls_u32.c estimator.c police.c sch_api.c sch_atm.c sch_cbq.c sch_csz.c sch_dsmark.c sch_fifo.c sch_generic.c sch_gred.c sch_hfsc.c sch_htb.c sch_ingress.c sch_netem.c sch_prio.c sch_red.c sch_sfq.c sch_tbf.c sch_teql.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/sched'
make -C sctp fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/sctp'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- adler32.c associola.c bind_addr.c chunk.c command.c crc32c.c debug.c endpointola.c hashdriver.c input.c inqueue.c ipv6.c objcnt.c output.c outqueue.c primitive.c proc.c protocol.c sla1.c sm_make_chunk.c sm_sideeffect.c sm_statefuns.c sm_statetable.c socket.c ssnmap.c sysctl.c transport.c tsnmap.c ulpevent.c ulpqueue.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/sctp'
make -C sunrpc fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/sunrpc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- auth.c auth_null.c auth_unix.c clnt.c pmap_clnt.c sched.c stats.c sunrpc_syms.c svc.c svcauth.c svcauth_des.c svcsock.c sysctl.c timer.c xdr.c xprt.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/sunrpc'
make -C unix fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/unix'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_unix.c garbage.c sysctl_net_unix.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/unix'
make -C wanrouter fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/wanrouter'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_wanpipe.c wanmain.c wanproc.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/wanrouter'
make -C x25 fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/x25'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- af_x25.c sysctl_net_x25.c x25_dev.c x25_facilities.c x25_in.c x25_link.c x25_out.c x25_route.c x25_subr.c x25_timer.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/x25'
make -C xfrm fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/net/xfrm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- xfrm_algo.c xfrm_export.c xfrm_input.c xfrm_output.c xfrm_policy.c xfrm_state.c xfrm_user.c > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/net/xfrm'
make[3]: Leaving directory `/usr/src/kernel-source-2.4.27/net'
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/net'
make -C ipc fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/ipc'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- msg.c sem.c shm.c util.c util.h > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/ipc'
make -C lib fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/lib'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- brlock.c bust_spinlocks.c cmdline.c crc32.c crc32defs.h ctype.c dec_and_lock.c dump_stack.c errno.c firmware_class.c gen_crc32table.c inflate.c rbtree.c rwsem-spinlock.c rwsem.c string.c vsprintf.c > .depend
make _sfdep_zlib_deflate _sfdep_zlib_inflate _FASTDEP_ALL_SUB_DIRS="zlib_deflate zlib_inflate"
make[3]: Entering directory `/usr/src/kernel-source-2.4.27/lib'
make -C zlib_deflate fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/lib/zlib_deflate'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I /usr/src/kernel-source-2.4.27/lib/zlib_deflate -nostdinc -iwithprefix include -- deflate.c deflate_syms.c deftree.c defutil.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/lib/zlib_deflate'
make -C zlib_inflate fastdep
make[4]: Entering directory `/usr/src/kernel-source-2.4.27/lib/zlib_inflate'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -I /usr/src/kernel-source-2.4.27/lib/zlib_inflate -nostdinc -iwithprefix include -- infblock.c infblock.h infcodes.c infcodes.h inffast.c inffast.h inffixed.h inflate.c inflate_syms.c inftrees.c inftrees.h infutil.c infutil.h > .depend
make[4]: Leaving directory `/usr/src/kernel-source-2.4.27/lib/zlib_inflate'
make[3]: Leaving directory `/usr/src/kernel-source-2.4.27/lib'
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/lib'
make -C crypto fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/crypto'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- aes.c api.c arc4.c autoload.c blowfish.c cast5.c cast6.c cipher.c compress.c crypto_null.c deflate.c des.c digest.c hmac.c internal.h md4.c md5.c michael_mic.c proc.c scatterwalk.c scatterwalk.h serpent.c sha1.c sha256.c sha512.c tcrypt.c tcrypt.h tea.c twofish.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/crypto'
make -C arch/i386/kernel fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/arch/i386/kernel'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- acpi.c acpi_wakeup.S apic.c apm.c bluesmoke.c cpuid.c dmi_scan.c earlyquirk.c edd.c emu.c entry.S head.S i386_ksyms.c i387.c i8259.c init_task.c io_apic.c ioport.c irq.c ldt.c mca.c microcode.c mpparse.c msr.c mtrr.c nmi.c pci-dma.c pci-i386.c pci-i386.h pci-irq.c pci-pc.c pci-visws.c process.c ptrace.c semaphore.c setup.c signal.c smp.c smpboot.c sys_i386.c time.c trampoline.S traps.c visws_apic.c vm86.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/arch/i386/kernel'
make -C arch/i386/mm fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/arch/i386/mm'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- extable.c fault.c init.c ioremap.c pageattr.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/arch/i386/mm'
make -C arch/i386/lib fastdep
make[2]: Entering directory `/usr/src/kernel-source-2.4.27/arch/i386/lib'
/usr/src/kernel-source-2.4.27/scripts/mkdep -D__KERNEL__ -I/usr/src/kernel-source-2.4.27/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686  -nostdinc -iwithprefix include -- checksum.S dec_and_lock.c delay.c getuser.S iodebug.c memcpy.c mmx.c old-checksum.c strstr.c usercopy.c > .depend
make[2]: Leaving directory `/usr/src/kernel-source-2.4.27/arch/i386/lib'
make[1]: Leaving directory `/usr/src/kernel-source-2.4.27'
make update-modverfile
make[1]: Entering directory `/usr/src/kernel-source-2.4.27'
/usr/src/kernel-source-2.4.27/include/linux/modversions.h was not updated
make[1]: Leaving directory `/usr/src/kernel-source-2.4.27'
find /usr/src/kernel-source-2.4.27/include/asm /usr/src/kernel-source-2.4.27/include/linux /usr/src/kernel-source-2.4.27/include/scsi /usr/src/kernel-source-2.4.27/include/net /usr/src/kernel-source-2.4.27/include/math-emu \( -name SCCS -o -name .svn \) -prune -o -follow -name \*.h ! -name modversions.h -print | xargs scripts/mkdep -- > .hdepend
scripts/mkdep -- init/*.c > .depend
debian:/usr/src/kernel-source-2.4.27# cd ..
debian:/usr/src# cd zapa tel
debian:/usr/src/zaptel# make clean
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg torisatool makefw ztmonitor ztspeed  zttest fxotune
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f *.ko *.mod.c .*o.cmd
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
debian:/usr/src/zaptel# make install
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net   -DSTANDALONE_ZAPATA -c zaptel.c
In file included from zaptel.c:42:
/usr/include/linux/kernel.h:72: error: parse error before "size_t"
/usr/include/linux/kernel.h:74: error: parse error before "size_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h:14: error: parse error before "time_t"
/usr/include/linux/time.h:16: error: parse error before '}' token
/usr/include/linux/time.h:20: error: parse error before "time_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h: In function `timespec_to_jiffies':
/usr/include/linux/time.h:198: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:199: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timespec':
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timeval_to_jiffies':
/usr/include/linux/time.h:237: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:238: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timeval':
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:258: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timespec_equal':
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `get_seconds':
/usr/include/linux/time.h:305: error: invalid use of undefined type `struct timespec'
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:329: error: parse error before "time_t"
/usr/include/linux/time.h: In function `set_normalized_timespec':
/usr/include/linux/time.h:331: error: `nsec' undeclared (first use in this function)
/usr/include/linux/time.h:331: error: (Each undeclared identifier is reported only once
/usr/include/linux/time.h:331: error: for each function it appears in.)
/usr/include/linux/time.h:333: error: `sec' undeclared (first use in this function)
/usr/include/linux/time.h:339: error: `ts' undeclared (first use in this function)
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:359: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:360: error: field `it_value' has incomplete type
/usr/include/linux/time.h:364: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:365: error: field `it_value' has incomplete type
In file included from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/timex.h:203: error: field `time' has incomplete type
In file included from /usr/include/linux/string.h:23,
                 from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/string.h:41: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncpy':
/usr/include/asm/string.h:55: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:77: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncat':
/usr/include/asm/string.h:94: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:121: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncmp':
/usr/include/asm/string.h:139: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `ct' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:180: error: parse error before "strlen"
/usr/include/asm/string.h:193: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memcpy':
/usr/include/asm/string.h:206: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:215: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_memcpy':
/usr/include/asm/string.h:217: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:299: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memmove':
/usr/include/asm/string.h:302: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:302: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:307: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:326: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memchr':
/usr/include/asm/string.h:330: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:342: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memset_generic':
/usr/include/asm/string.h:349: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:362: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_memset':
/usr/include/asm/string.h:375: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:382: error: parse error before "strnlen"
/usr/include/asm/string.h:382: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strnlen':
/usr/include/asm/string.h:397: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:397: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:410: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_and_count_memset':
/usr/include/asm/string.h:412: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:414: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:416: error: `pattern' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:469: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memscan':
/usr/include/asm/string.h:471: error: `size' undeclared (first use in this function)
/usr/include/asm/string.h:472: error: `addr' undeclared (first use in this function)
/usr/include/asm/string.h:478: error: `c' undeclared (first use in this function)
In file included from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/string.h: At top level:
/usr/include/linux/string.h:32: error: parse error before "strlcpy"
/usr/include/linux/string.h:32: error: parse error before "size_t"
/usr/include/linux/string.h:41: error: parse error before "strlcat"
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not in a function)
In file included from /usr/include/asm/smp.h:20,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs'
/usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
In file included from /usr/include/linux/sem.h:4,
                 from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/ipc.h:61: error: parse error before "key_t"
/usr/include/linux/ipc.h:63: error: parse error before "gid"
/usr/include/linux/ipc.h:64: error: parse error before "cuid"
/usr/include/linux/ipc.h:65: error: parse error before "cgid"
/usr/include/linux/ipc.h:66: error: parse error before "mode"
/usr/include/linux/ipc.h:69: error: parse error before '}' token
In file included from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sem.h:90: error: field `sem_perm' has incomplete type
/usr/include/linux/sem.h:91: error: parse error before "time_t"
/usr/include/linux/sem.h:98: error: parse error before '}' token
/usr/include/linux/sem.h:137: error: parse error before "key"
In file included from /usr/include/linux/signal.h:6,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/signal.h:176: error: parse error before "size_t"
In file included from /usr/include/asm/siginfo.h:4,
                 from /usr/include/linux/signal.h:7,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm-generic/siginfo.h:45: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:51: error: parse error before "timer_t"
/usr/include/asm-generic/siginfo.h:53: error: `uid_t' undeclared here (not in a function)
/usr/include/asm-generic/siginfo.h:53: error: size of array `_pad' is too large
/usr/include/asm-generic/siginfo.h:56: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:60: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:63: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:67: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:70: error: parse error before "_utime"
/usr/include/asm-generic/siginfo.h:71: error: parse error before "_stime"
/usr/include/asm-generic/siginfo.h:87: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:88: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h: In function `copy_siginfo':
/usr/include/asm-generic/siginfo.h:274: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/signal.h: At top level:
/usr/include/linux/signal.h:18: error: parse error before "siginfo_t"
/usr/include/linux/signal.h:215: error: parse error before '*' token
In file included from /usr/include/linux/gfp.h:4,
                 from /usr/include/linux/slab.h:15,
                 from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/mmzone.h:286: error: parse error before "size_t"
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:58: error: parse error before "int"
/usr/include/linux/slab.h:59: error: parse error before "size_t"
/usr/include/linux/slab.h:60: error: `kmem_cache_create' declared as function returning a function
/usr/include/linux/slab.h:61: error: parse error before "void"
/usr/include/linux/slab.h:70: error: parse error before "size_t"
/usr/include/linux/slab.h:73: error: parse error before '}' token
/usr/include/linux/slab.h:75: error: parse error before "int"
/usr/include/linux/slab.h:77: error: parse error before "size"
/usr/include/linux/slab.h: In function `kmalloc':
/usr/include/linux/slab.h:79: error: `size' undeclared (first use in this function)
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:93: error: `flags' undeclared (first use in this function)
/usr/include/linux/slab.h:94: error: invalid use of undefined type `struct cache_sizes'
/usr/include/linux/slab.h:95: error: invalid use of undefined type `struct cache_sizes'
In file included from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/percpu.h: At top level:
/usr/include/linux/percpu.h:36: error: parse error before "size"
In file included from /usr/include/linux/sched.h:101,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/resource.h:22: error: field `ru_utime' has incomplete type
/usr/include/linux/resource.h:23: error: field `ru_stime' has incomplete type
In file included from /usr/include/linux/sched.h:183,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/aio.h:64: error: parse error before "loff_t"
/usr/include/linux/aio.h:67: error: parse error before '}' token
/usr/include/linux/aio.h:143: error: parse error before "wait_on_sync_kiocb"
/usr/include/linux/aio.h: In function `list_kiocb':
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
/usr/include/linux/aio.h:166: error: `size_t' undeclared (first use in this function)
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:299: error: parse error before "uid_t"
/usr/include/linux/sched.h:315: error: parse error before "clockid_t"
/usr/include/linux/sched.h:327: error: parse error before '}' token
/usr/include/linux/sched.h:368: error: parse error before "pid_t"
/usr/include/linux/sched.h:370: error: parse error before "tty_old_pgrp"
/usr/include/linux/sched.h:371: error: parse error before "session"
/usr/include/linux/sched.h:372: error: parse error before "tgid"
/usr/include/linux/sched.h:405: error: parse error before "uid"
/usr/include/linux/sched.h:406: error: parse error before "gid"
/usr/include/linux/sched.h:408: error: parse error before "groups"
/usr/include/linux/sched.h:410: error: parse error before ':' token
/usr/include/linux/sched.h:437: error: parse error before "sas_ss_size"
/usr/include/linux/sched.h:466: error: parse error before '*' token
/usr/include/linux/sched.h:467: error: parse error before '}' token
/usr/include/linux/sched.h:469: error: parse error before "process_group"
/usr/include/linux/sched.h: In function `process_group':
/usr/include/linux/sched.h:471: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:560: error: parse error before "session"
/usr/include/linux/sched.h:561: error: parse error before "session"
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h:580: error: parse error before "pid"
/usr/include/linux/sched.h:588: error: parse error before "siginfo_t"
/usr/include/linux/sched.h:590: error: parse error before "siginfo_t"
/usr/include/linux/sched.h: In function `dequeue_signal_lock':
/usr/include/linux/sched.h:595: error: `tsk' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `mask' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `info' undeclared (first use in this function)
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:609: error: parse error before "pid_t"
/usr/include/linux/sched.h:610: error: parse error before "pid_t"
/usr/include/linux/sched.h:611: error: parse error before "pid_t"
/usr/include/linux/sched.h:612: error: parse error before "pid_t"
/usr/include/linux/sched.h:619: error: parse error before "int"
/usr/include/linux/sched.h:620: error: parse error before "int"
/usr/include/linux/sched.h:621: error: parse error before "int"
/usr/include/linux/sched.h:627: error: parse error before '*' token
/usr/include/linux/sched.h: In function `on_sig_stack':
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `sas_ss_flags':
/usr/include/linux/sched.h:643: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `capable':
/usr/include/linux/sched.h:654: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:655: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `thread_group_empty':
/usr/include/linux/sched.h:749: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_lock':
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_unlock':
/usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `get_task_mm':
/usr/include/linux/sched.h:785: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_tsk_thread_flag':
/usr/include/linux/sched.h:799: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `clear_tsk_thread_flag':
/usr/include/linux/sched.h:804: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_set_tsk_thread_flag':
/usr/include/linux/sched.h:809: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_clear_tsk_thread_flag':
/usr/include/linux/sched.h:814: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_tsk_thread_flag':
/usr/include/linux/sched.h:819: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_cpu':
/usr/include/linux/sched.h:883: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_task_cpu':
/usr/include/linux/sched.h:888: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:13,
                 from zaptel.c:44:
/usr/include/linux/stat.h: At top level:
/usr/include/linux/stat.h:61: error: parse error before "dev_t"
/usr/include/linux/stat.h:62: error: conflicting types for `mode'
/usr/include/linux/ipc.h:66: error: previous declaration of `mode'
/usr/include/linux/stat.h:63: error: parse error before "nlink"
/usr/include/linux/stat.h:64: error: parse error before "uid"
/usr/include/linux/stat.h:65: error: parse error before "gid"
/usr/include/linux/stat.h:66: error: parse error before "rdev"
/usr/include/linux/stat.h:67: error: parse error before "size"
/usr/include/linux/stat.h:67: error: `size' used prior to declaration
/usr/include/linux/stat.h:73: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:14,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kdev_t.h:21: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_valid_dev':
/usr/include/linux/kdev_t.h:23: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:26: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_encode_dev':
/usr/include/linux/kdev_t.h:28: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:31: error: parse error before "old_decode_dev"
/usr/include/linux/kdev_t.h:36: error: parse error before "dev"
/usr/include/linux/kdev_t.h:41: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `new_encode_dev':
/usr/include/linux/kdev_t.h:43: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:48: error: parse error before "new_decode_dev"
/usr/include/linux/kdev_t.h:55: error: parse error before "dev"
/usr/include/linux/kdev_t.h:60: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `huge_encode_dev':
/usr/include/linux/kdev_t.h:62: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:65: error: parse error before "huge_decode_dev"
/usr/include/linux/kdev_t.h:70: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_valid_dev':
/usr/include/linux/kdev_t.h:72: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:75: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_encode_dev':
/usr/include/linux/kdev_t.h:77: error: `dev' undeclared (first use in this function)
In file included from /usr/include/linux/kobject.h:20,
                 from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/sysfs.h: At top level:
/usr/include/linux/sysfs.h:18: error: parse error before "mode_t"
/usr/include/linux/sysfs.h:22: error: field `attr' has incomplete type
/usr/include/linux/sysfs.h:23: error: parse error before "size_t"
/usr/include/linux/sysfs.h:24: error: parse error before '*' token
/usr/include/linux/sysfs.h:24: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:24: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:25: error: parse error before '*' token
/usr/include/linux/sysfs.h:25: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:25: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:32: error: parse error before "ssize_t"
/usr/include/linux/sysfs.h:33: error: parse error before '*' token
/usr/include/linux/sysfs.h:33: error: parse error before "size_t"
/usr/include/linux/sysfs.h:33: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kobject.h: In function `to_kset':
/usr/include/linux/kobject.h:108: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: In function `subsys_get':
/usr/include/linux/kobject.h:206: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: At top level:
/usr/include/linux/kobject.h:215: error: field `attr' has incomplete type
/usr/include/linux/kobject.h:216: error: parse error before "ssize_t"
/usr/include/linux/kobject.h:217: error: parse error before '*' token
/usr/include/linux/kobject.h:217: error: parse error before "size_t"
/usr/include/linux/kobject.h:217: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:226: error: parse error before "loff_t"
/usr/include/linux/fs.h:259: error: parse error before "uid_t"
/usr/include/linux/fs.h:261: error: parse error before "ia_size"
/usr/include/linux/fs.h:266: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:280,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/quota.h:151: error: parse error before "time_t"
/usr/include/linux/quota.h:223: error: parse error before "loff_t"
/usr/include/linux/quota.h:227: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:315: error: parse error before "loff_t"
/usr/include/linux/fs.h:342: error: parse error before "dev_t"
/usr/include/linux/fs.h:356: error: parse error before '}' token
/usr/include/linux/fs.h:377: error: parse error before "uid_t"
/usr/include/linux/fs.h:379: error: parse error before "i_rdev"
/usr/include/linux/fs.h:380: error: parse error before "i_size"
/usr/include/linux/fs.h:422: error: parse error before '}' token
/usr/include/linux/fs.h:434: error: parse error before "i_size_read"
/usr/include/linux/fs.h: In function `i_size_read':
/usr/include/linux/fs.h:437: error: `loff_t' undeclared (first use in this function)
/usr/include/linux/fs.h:437: error: parse error before "i_size"
/usr/include/linux/fs.h:441: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:442: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:443: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:458: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `i_size_write':
/usr/include/linux/fs.h:461: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `iminor':
/usr/include/linux/fs.h:475: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `imajor':
/usr/include/linux/fs.h:480: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:486: error: parse error before "uid_t"
/usr/include/linux/fs.h:489: error: parse error before '}' token
/usr/include/linux/fs.h:513: error: parse error before "mode_t"
/usr/include/linux/fs.h:529: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:581: error: parse error before "loff_t"
/usr/include/linux/fs.h:594: error: parse error before '}' token
In file included from /usr/include/linux/fcntl.h:4,
                 from /usr/include/linux/fs.h:605,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/asm/fcntl.h:72: error: parse error before "off_t"
/usr/include/asm/fcntl.h:74: error: parse error before "l_pid"
/usr/include/asm/fcntl.h:80: error: parse error before "loff_t"
/usr/include/asm/fcntl.h:82: error: parse error before "l_pid"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:631: error: parse error before "loff_t"
/usr/include/linux/fs.h:632: error: parse error before "loff_t"
/usr/include/linux/fs.h:668: error: parse error before "dev_t"
/usr/include/linux/fs.h:709: error: parse error before '}' token
/usr/include/linux/fs.h: In function `lock_super':
/usr/include/linux/fs.h:716: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `unlock_super':
/usr/include/linux/fs.h:721: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:729: error: parse error before "dev_t"
/usr/include/linux/fs.h:758: error: parse error before "loff_t"
/usr/include/linux/fs.h:779: error: parse error before "size_t"
/usr/include/linux/fs.h:780: error: `count' used prior to declaration
/usr/include/linux/fs.h:783: error: parse error before '}' token
/usr/include/linux/fs.h:785: error: parse error before '*' token
/usr/include/linux/fs.h:794: error: parse error before "loff_t"
/usr/include/linux/fs.h:795: error: parse error before '*' token
/usr/include/linux/fs.h:795: error: parse error before "size_t"
/usr/include/linux/fs.h:795: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:796: error: parse error before '*' token
/usr/include/linux/fs.h:796: error: parse error before "size_t"
/usr/include/linux/fs.h:796: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:797: error: parse error before '*' token
/usr/include/linux/fs.h:797: error: parse error before "size_t"
/usr/include/linux/fs.h:797: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:798: error: parse error before '*' token
/usr/include/linux/fs.h:798: error: parse error before "size_t"
/usr/include/linux/fs.h:798: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:810: error: parse error before '*' token
/usr/include/linux/fs.h:810: error: parse error before "loff_t"
/usr/include/linux/fs.h:810: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:811: error: parse error before '*' token
/usr/include/linux/fs.h:811: error: parse error before "loff_t"
/usr/include/linux/fs.h:811: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:812: error: parse error before '*' token
/usr/include/linux/fs.h:812: error: parse error before "loff_t"
/usr/include/linux/fs.h:812: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:813: error: parse error before '*' token
/usr/include/linux/fs.h:813: error: parse error before "size_t"
/usr/include/linux/fs.h:813: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:815: error: parse error before '}' token
/usr/include/linux/fs.h:825: error: parse error before "dev_t"
/usr/include/linux/fs.h:834: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: parse error before '*' token
/usr/include/linux/fs.h:836: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:838: error: parse error before '}' token
/usr/include/linux/fs.h:842: error: parse error before "vfs_read"
/usr/include/linux/fs.h:842: error: parse error before "size_t"
/usr/include/linux/fs.h:843: error: parse error before "vfs_write"
/usr/include/linux/fs.h:843: error: parse error before "size_t"
/usr/include/linux/fs.h:844: error: parse error before "vfs_readv"
/usr/include/linux/fs.h:845: error: parse error before "loff_t"
/usr/include/linux/fs.h:846: error: parse error before "vfs_writev"
/usr/include/linux/fs.h:847: error: parse error before "loff_t"
/usr/include/linux/fs.h:1059: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_locked':
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1076: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_area':
/usr/include/linux/fs.h:1079: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `read_write' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `offset' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1086: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_truncate':
/usr/include/linux/fs.h:1088: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1090: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `break_lease':
/usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1109: error: parse error before "loff_t"
/usr/include/linux/fs.h:1131: error: parse error before "unsigned"
/usr/include/linux/fs.h:1139: error: parse error before "mode_t"
/usr/include/linux/fs.h:1146: error: parse error before '*' token
/usr/include/linux/fs.h:1147: error: parse error before "unsigned"
/usr/include/linux/fs.h:1151: error: parse error before "unsigned"
/usr/include/linux/fs.h:1156: error: parse error before "char"
/usr/include/linux/fs.h:1162: error: parse error before "dev_t"
/usr/include/linux/fs.h:1192: error: parse error before "pgoff_t"
/usr/include/linux/fs.h: In function `invalidate_remote_inode':
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1197: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1198: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `put_write_access':
/usr/include/linux/fs.h:1220: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `allow_write_access':
/usr/include/linux/fs.h:1225: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1237: error: parse error before "find_inode_number"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:1242: error: parse error before "default_llseek"
/usr/include/linux/fs.h:1242: error: parse error before "loff_t"
/usr/include/linux/fs.h:1247: error: parse error before "iunique"
/usr/include/linux/fs.h:1247: error: parse error before "ino_t"
/usr/include/linux/fs.h: In function `iget':
/usr/include/linux/fs.h:1263: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1264: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `insert_inode_hash':
/usr/include/linux/fs.h:1280: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1295: error: parse error before '*' token
/usr/include/linux/fs.h:1296: error: parse error before '*' token
/usr/include/linux/fs.h:1297: error: parse error before "generic_file_read"
/usr/include/linux/fs.h:1297: error: parse error before "size_t"
/usr/include/linux/fs.h:1299: error: parse error before "loff_t"
/usr/include/linux/fs.h:1300: error: parse error before "generic_file_write"
/usr/include/linux/fs.h:1300: error: parse error before "size_t"
/usr/include/linux/fs.h:1301: error: parse error before "generic_file_aio_read"
/usr/include/linux/fs.h:1301: error: parse error before "size_t"
/usr/include/linux/fs.h:1302: error: parse error before "__generic_file_aio_read"
/usr/include/linux/fs.h:1302: error: parse error before "loff_t"
/usr/include/linux/fs.h:1303: error: parse error before "generic_file_aio_write"
/usr/include/linux/fs.h:1303: error: parse error before "size_t"
/usr/include/linux/fs.h:1304: error: parse error before "generic_file_aio_write_nolock"
/usr/include/linux/fs.h:1305: error: parse error before "loff_t"
/usr/include/linux/fs.h:1306: error: parse error before "do_sync_read"
/usr/include/linux/fs.h:1306: error: parse error before "size_t"
/usr/include/linux/fs.h:1307: error: parse error before "do_sync_write"
/usr/include/linux/fs.h:1307: error: parse error before "size_t"
/usr/include/linux/fs.h:1308: error: parse error before "generic_file_write_nolock"
/usr/include/linux/fs.h:1309: error: parse error before "loff_t"
/usr/include/linux/fs.h:1310: error: parse error before "generic_file_sendfile"
/usr/include/linux/fs.h:1310: error: parse error before "loff_t"
/usr/include/linux/fs.h:1312: error: parse error before "loff_t"
/usr/include/linux/fs.h:1315: error: parse error before "generic_file_direct_IO"
/usr/include/linux/fs.h:1316: error: parse error before "loff_t"
/usr/include/linux/fs.h:1318: error: parse error before "loff_t"
/usr/include/linux/fs.h:1320: error: parse error before "generic_file_readv"
/usr/include/linux/fs.h:1321: error: parse error before "loff_t"
/usr/include/linux/fs.h:1322: error: parse error before "generic_file_writev"
/usr/include/linux/fs.h:1323: error: parse error before "loff_t"
/usr/include/linux/fs.h:1324: error: parse error before "no_llseek"
/usr/include/linux/fs.h:1324: error: parse error before "loff_t"
/usr/include/linux/fs.h:1325: error: parse error before "generic_file_llseek"
/usr/include/linux/fs.h:1325: error: parse error before "loff_t"
/usr/include/linux/fs.h:1326: error: parse error before "remote_llseek"
/usr/include/linux/fs.h:1326: error: parse error before "loff_t"
/usr/include/linux/fs.h:1329: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `do_generic_file_read':
/usr/include/linux/fs.h:1333: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1336: error: `ppos' undeclared (first use in this function)
/usr/include/linux/fs.h:1337: error: `desc' undeclared (first use in this function)
/usr/include/linux/fs.h:1338: error: `actor' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1353: error: parse error before "loff_t"
/usr/include/linux/fs.h:1354: error: parse error before "loff_t"
/usr/include/linux/fs.h:1355: error: parse error before "inode_get_bytes"
/usr/include/linux/fs.h:1356: error: parse error before "loff_t"
/usr/include/linux/fs.h:1371: error: parse error before "dcache_dir_lseek"
/usr/include/linux/fs.h:1371: error: parse error before "loff_t"
/usr/include/linux/fs.h:1388: error: parse error before "generic_read_dir"
/usr/include/linux/fs.h:1388: error: parse error before "size_t"
/usr/include/linux/fs.h:1401: error: parse error before "parent_ino"
/usr/include/linux/fs.h: In function `parent_ino':
/usr/include/linux/fs.h:1403: error: `ino_t' undeclared (first use in this function)
/usr/include/linux/fs.h:1403: error: parse error before "res"
/usr/include/linux/fs.h:1406: error: `res' undeclared (first use in this function)
/usr/include/linux/fs.h:1406: error: dereferencing pointer to incomplete type
In file included from zaptel.c:45:
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:49: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:53: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:59: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:61: error: parse error before "uid"
/usr/include/linux/proc_fs.h:62: error: parse error before "gid"
/usr/include/linux/proc_fs.h:63: error: conflicting types for `size'
/usr/include/linux/stat.h:67: error: previous declaration of `size'
/usr/include/linux/proc_fs.h:68: error: conflicting types for `parent'
/usr/include/linux/sched.h:381: error: previous declaration of `parent'
/usr/include/linux/proc_fs.h:72: error: conflicting types for `count'
/usr/include/linux/fs.h:780: error: previous declaration of `count'
/usr/include/linux/proc_fs.h:74: error: parse error before '}' token
/usr/include/linux/proc_fs.h:79: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:99: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:146: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_read_entry':
/usr/include/linux/proc_fs.h:149: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:149: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:151: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:152: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:158: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_info_entry':
/usr/include/linux/proc_fs.h:160: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:160: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:161: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:166: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_create':
/usr/include/linux/proc_fs.h:168: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:172: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_fops_create':
/usr/include/linux/proc_fs.h:174: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:176: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:176: error: `fops' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:232: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:244: error: field `vfs_inode' has incomplete type
/usr/include/linux/proc_fs.h: In function `PROC_I':
/usr/include/linux/proc_fs.h:249: error: `size_t' undeclared (first use in this function)
In file included from /usr/include/linux/pci.h:347,
                 from zaptel.c:46:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:87: error: field `attr' has incomplete type
/usr/include/linux/device.h:88: error: parse error before "ssize_t"
/usr/include/linux/device.h:89: error: parse error before '*' token
/usr/include/linux/device.h:89: error: parse error before "size_t"
/usr/include/linux/device.h:89: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:128: error: field `attr' has incomplete type
/usr/include/linux/device.h:129: error: parse error before "ssize_t"
/usr/include/linux/device.h:130: error: parse error before '*' token
/usr/include/linux/device.h:130: error: parse error before "size_t"
/usr/include/linux/device.h:130: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:168: error: field `attr' has incomplete type
/usr/include/linux/device.h:169: error: parse error before "ssize_t"
/usr/include/linux/device.h:170: error: parse error before '*' token
/usr/include/linux/device.h:170: error: parse error before "size_t"
/usr/include/linux/device.h:170: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:220: error: field `attr' has incomplete type
/usr/include/linux/device.h:221: error: parse error before "ssize_t"
/usr/include/linux/device.h:222: error: parse error before '*' token
/usr/include/linux/device.h:222: error: parse error before "size_t"
/usr/include/linux/device.h:222: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h: In function `list_to_dev':
/usr/include/linux/device.h:285: error: `size_t' undeclared (first use in this function)
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:324: error: field `attr' has incomplete type
/usr/include/linux/device.h:325: error: parse error before "ssize_t"
/usr/include/linux/device.h:326: error: parse error before '*' token
/usr/include/linux/device.h:326: error: parse error before "size_t"
/usr/include/linux/device.h:326: error: `ssize_t' declared as function returning a function
In file included from zaptel.c:46:
/usr/include/linux/pci.h:690: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:7,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/linux/mm.h:409: error: parse error before "loff_t"
/usr/include/linux/mm.h:427: error: parse error before "loff_t"
/usr/include/linux/mm.h:429: error: parse error before "loff_t"
/usr/include/linux/mm.h:439: error: parse error before "loff_t"
/usr/include/linux/mm.h:518: error: `get_unmapped_area' redeclared as different kind of symbol
/usr/include/linux/fs.h:814: error: previous declaration of `get_unmapped_area'
/usr/include/linux/mm.h:537: error: parse error before "size_t"
/usr/include/linux/mm.h:563: error: parse error before "loff_t"
/usr/include/linux/mm.h:584: error: parse error before "pgoff_t"
In file included from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/pci.h:80: error: parse error before "size_t"
In file included from /usr/include/linux/dma-mapping.h:13,
                 from /usr/include/asm-generic/pci-dma-compat.h:7,
                 from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/dma-mapping.h:9: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:12: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:16: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_single':
/usr/include/asm/dma-mapping.h:19: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:21: error: `ptr' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:25: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_single':
/usr/include/asm/dma-mapping.h:28: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:51: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_page':
/usr/include/asm/dma-mapping.h:53: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `page' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `offset' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:58: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_page':
/usr/include/asm/dma-mapping.h:61: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:73: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:81: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:131: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm-generic/pci-dma-compat.h:19: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_alloc_consistent':
/usr/include/asm-generic/pci-dma-compat.h:22: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:22: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:26: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_free_consistent':
/usr/include/asm-generic/pci-dma-compat.h:29: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `vaddr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:33: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_single':
/usr/include/asm-generic/pci-dma-compat.h:35: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `ptr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:40: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_single':
/usr/include/asm-generic/pci-dma-compat.h:42: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `dma_addr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:47: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
/usr/include/asm-generic/pci-dma-compat.h:49: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `page' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `offset' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:54: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_page':
/usr/include/asm-generic/pci-dma-compat.h:56: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `dma_address' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:75: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_dma_sync_single':
/usr/include/asm-generic/pci-dma-compat.h:77: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `direction' undeclared (first use in this function)
In file included from zaptel.c:56:
/usr/include/linux/ppp_defs.h: At top level:
/usr/include/linux/ppp_defs.h:176: error: parse error before "time_t"
In file included from ecdis.h:30,
                 from zaptel.h:51,
                 from zaptel.c:82:
biquad.h:31: error: parse error before "int32_t"
biquad.h:31: warning: no semicolon at end of struct or union
biquad.h:32: warning: type defaults to `int' in declaration of `a1'
biquad.h:32: warning: data definition has no type or storage class
biquad.h:33: error: parse error before "a2"
biquad.h:33: warning: type defaults to `int' in declaration of `a2'
biquad.h:33: warning: data definition has no type or storage class
biquad.h:34: error: parse error before "b1"
biquad.h:34: warning: type defaults to `int' in declaration of `b1'
biquad.h:34: warning: data definition has no type or storage class
biquad.h:35: error: parse error before "b2"
biquad.h:35: warning: type defaults to `int' in declaration of `b2'
biquad.h:35: warning: data definition has no type or storage class
biquad.h:37: error: parse error before "z1"
biquad.h:37: warning: type defaults to `int' in declaration of `z1'
biquad.h:37: warning: data definition has no type or storage class
biquad.h:38: error: parse error before "z2"
biquad.h:38: warning: type defaults to `int' in declaration of `z2'
biquad.h:38: warning: data definition has no type or storage class
biquad.h:39: warning: type defaults to `int' in declaration of `biquad2_state_t'
biquad.h:39: warning: data definition has no type or storage class
biquad.h:41: error: parse error before '*' token
biquad.h:47: warning: function declaration isn't a prototype
biquad.h: In function `biquad2_init':
biquad.h:48: error: `bq' undeclared (first use in this function)
biquad.h:48: error: `gain' undeclared (first use in this function)
biquad.h: At top level:
biquad.h:59: error: parse error before "biquad2"
biquad.h:59: error: parse error before '*' token
biquad.h:60: warning: return type defaults to `int'
biquad.h:60: warning: function declaration isn't a prototype
biquad.h: In function `biquad2':
biquad.h:61: error: `int32_t' undeclared (first use in this function)
biquad.h:61: error: parse error before "y"
biquad.h:64: error: `z0' undeclared (first use in this function)
biquad.h:64: error: `sample' undeclared (first use in this function)
biquad.h:64: error: `bq' undeclared (first use in this function)
biquad.h:65: error: `y' undeclared (first use in this function)
In file included from zaptel.h:51,
                 from zaptel.c:82:
ecdis.h: At top level:
ecdis.h:34: error: parse error before "biquad2_state_t"
ecdis.h:34: warning: no semicolon at end of struct or union
ecdis.h:41: error: parse error before '}' token
ecdis.h:41: warning: type defaults to `int' in declaration of `echo_can_disable_detector_state_t'
ecdis.h:41: warning: data definition has no type or storage class
ecdis.h:47: error: parse error before '*' token
ecdis.h:48: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_init':
ecdis.h:52: error: `det' undeclared (first use in this function)
ecdis.h:53: error: `int32_t' undeclared (first use in this function)
ecdis.h: At top level:
ecdis.h:68: error: parse error before '*' token
ecdis.h:70: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_update':
ecdis.h:71: error: `int16_t' undeclared (first use in this function)
ecdis.h:71: error: parse error before "notched"
ecdis.h:73: error: `notched' undeclared (first use in this function)
ecdis.h:73: error: `det' undeclared (first use in this function)
ecdis.h:73: error: `amp' undeclared (first use in this function)
In file included from zaptel.c:82:
zaptel.h: At top level:
zaptel.h:919: error: parse error before "u_char"
zaptel.h:919: warning: no semicolon at end of struct or union
zaptel.h:920: warning: type defaults to `int' in declaration of `buf'
zaptel.h:920: error: conflicting types for `buf'
/usr/include/linux/fs.h:781: error: previous declaration of `buf'
zaptel.h:920: warning: data definition has no type or storage class
zaptel.h:923: error: parse error before '}' token
zaptel.h:971: error: parse error before "u_char"
zaptel.h:971: warning: no semicolon at end of struct or union
zaptel.h:972: warning: type defaults to `int' in declaration of `swritechunk'
zaptel.h:972: warning: data definition has no type or storage class
zaptel.h:973: error: parse error before '*' token
zaptel.h:973: warning: type defaults to `int' in declaration of `readchunk'
zaptel.h:973: warning: data definition has no type or storage class
zaptel.h:974: error: parse error before "sreadchunk"
zaptel.h:974: warning: type defaults to `int' in declaration of `sreadchunk'
zaptel.h:974: warning: data definition has no type or storage class
zaptel.h:977: error: parse error before '*' token
zaptel.h:977: warning: type defaults to `int' in declaration of `rxgain'
zaptel.h:977: warning: data definition has no type or storage class
zaptel.h:978: error: parse error before '*' token
zaptel.h:978: warning: type defaults to `int' in declaration of `txgain'
zaptel.h:978: warning: data definition has no type or storage class
zaptel.h:995: error: parse error before '*' token
zaptel.h:995: warning: type defaults to `int' in declaration of `readbuf'
zaptel.h:995: warning: data definition has no type or storage class
zaptel.h:1000: error: parse error before '*' token
zaptel.h:1000: warning: type defaults to `int' in declaration of `writebuf'
zaptel.h:1000: warning: data definition has no type or storage class
zaptel.h:1031: error: `ts' used prior to declaration
zaptel.h:1081: error: parse error before "txecdis"
zaptel.h:1081: warning: type defaults to `int' in declaration of `txecdis'
zaptel.h:1081: warning: data definition has no type or storage class
zaptel.h:1082: error: parse error before "rxecdis"
zaptel.h:1082: warning: type defaults to `int' in declaration of `rxecdis'
zaptel.h:1082: warning: data definition has no type or storage class
zaptel.h:1143: error: parse error before '}' token
zaptel.h:1376: error: parse error before "__zt_lin2mu"
zaptel.h:1376: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.h:1376: warning: data definition has no type or storage class
zaptel.h:1377: error: parse error before "__zt_lin2a"
zaptel.h:1377: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.h:1377: warning: data definition has no type or storage class
zaptel.h: In function `zt_txtone_nextsample':
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1431: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:351: error: parse error before "__zt_lin2mu"
zaptel.c:351: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.c:351: warning: data definition has no type or storage class
zaptel.c:353: error: parse error before "__zt_lin2a"
zaptel.c:353: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.c:353: warning: data definition has no type or storage class
zaptel.c:356: error: parse error before "defgain"
zaptel.c:356: warning: type defaults to `int' in declaration of `defgain'
zaptel.c:356: warning: data definition has no type or storage class
zaptel.c: In function `zt_q_sig':
zaptel.c:396: error: dereferencing pointer to incomplete type
zaptel.c:398: error: dereferencing pointer to incomplete type
zaptel.c:399: error: dereferencing pointer to incomplete type
zaptel.c:400: error: dereferencing pointer to incomplete type
zaptel.c:405: error: dereferencing pointer to incomplete type
zaptel.c:408: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:457: error: parse error before "off_t"
zaptel.c:458: warning: function declaration isn't a prototype
zaptel.c: In function `zaptel_proc_read':
zaptel.c:464: error: `off' undeclared (first use in this function)
zaptel.c:473: error: `page' undeclared (first use in this function)
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:536: error: dereferencing pointer to incomplete type
zaptel.c:537: error: dereferencing pointer to incomplete type
zaptel.c:538: error: dereferencing pointer to incomplete type
zaptel.c:539: error: dereferencing pointer to incomplete type
zaptel.c:540: error: dereferencing pointer to incomplete type
zaptel.c:542: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:547: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_check_conf':
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c: In function `__qevent':
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:658: error: dereferencing pointer to incomplete type
zaptel.c:659: error: dereferencing pointer to incomplete type
zaptel.c:660: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_qevent_lock':
zaptel.c:672: error: dereferencing pointer to incomplete type
zaptel.c:674: error: dereferencing pointer to incomplete type
zaptel.c: In function `schluffen':
zaptel.c:682: error: dereferencing pointer to incomplete type
zaptel.c:684: error: dereferencing pointer to incomplete type
zaptel.c: In function `calc_fcs':
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_reallocbufs':
zaptel.c:726: error: dereferencing pointer to incomplete type
zaptel.c:727: error: dereferencing pointer to incomplete type
zaptel.c:728: error: dereferencing pointer to incomplete type
zaptel.c:729: error: dereferencing pointer to incomplete type
zaptel.c:732: error: dereferencing pointer to incomplete type
zaptel.c:733: error: dereferencing pointer to incomplete type
zaptel.c:737: error: dereferencing pointer to incomplete type
zaptel.c:738: error: dereferencing pointer to incomplete type
zaptel.c:743: error: dereferencing pointer to incomplete type
zaptel.c:744: error: dereferencing pointer to incomplete type
zaptel.c:745: error: dereferencing pointer to incomplete type
zaptel.c:746: error: dereferencing pointer to incomplete type
zaptel.c:751: error: dereferencing pointer to incomplete type
zaptel.c:752: error: dereferencing pointer to incomplete type
zaptel.c:754: error: dereferencing pointer to incomplete type
zaptel.c:755: error: dereferencing pointer to incomplete type
zaptel.c:757: error: dereferencing pointer to incomplete type
zaptel.c:758: error: dereferencing pointer to incomplete type
zaptel.c:759: error: dereferencing pointer to incomplete type
zaptel.c:760: error: dereferencing pointer to incomplete type
zaptel.c:761: error: dereferencing pointer to incomplete type
zaptel.c:763: error: dereferencing pointer to incomplete type
zaptel.c:765: error: dereferencing pointer to incomplete type
zaptel.c:766: error: dereferencing pointer to incomplete type
zaptel.c:768: error: dereferencing pointer to incomplete type
zaptel.c:770: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:782: error: parse error before "u_char"
zaptel.c:783: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_pull':
zaptel.c:784: error: `q' undeclared (first use in this function)
zaptel.c:788: error: `c' undeclared (first use in this function)
zaptel.c: At top level:
zaptel.c:810: error: parse error before '*' token
zaptel.c:811: warning: return type defaults to `int'
zaptel.c: In function `__buf_pushpeek':
zaptel.c:812: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:817: error: parse error before '*' token
zaptel.c:818: warning: return type defaults to `int'
zaptel.c: In function `__buf_peek':
zaptel.c:819: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:853: error: parse error before "u_char"
zaptel.c:854: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_push':
zaptel.c:855: error: `q' undeclared (first use in this function)
zaptel.c: In function `reset_conf':
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:884: error: dereferencing pointer to incomplete type
zaptel.c:885: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:889: error: dereferencing pointer to incomplete type
zaptel.c:890: error: dereferencing pointer to incomplete type
zaptel.c: In function `close_channel':
zaptel.c:905: error: dereferencing pointer to incomplete type
zaptel.c:910: error: dereferencing pointer to incomplete type
zaptel.c:911: error: dereferencing pointer to incomplete type
zaptel.c:912: error: dereferencing pointer to incomplete type
zaptel.c:913: error: dereferencing pointer to incomplete type
zaptel.c:914: error: dereferencing pointer to incomplete type
zaptel.c:915: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:918: error: dereferencing pointer to incomplete type
zaptel.c:919: error: dereferencing pointer to incomplete type
zaptel.c:920: error: dereferencing pointer to incomplete type
zaptel.c:921: error: dereferencing pointer to incomplete type
zaptel.c:922: error: dereferencing pointer to incomplete type
zaptel.c:923: error: dereferencing pointer to incomplete type
zaptel.c:924: error: dereferencing pointer to incomplete type
zaptel.c:925: error: dereferencing pointer to incomplete type
zaptel.c:926: error: dereferencing pointer to incomplete type
zaptel.c:927: error: dereferencing pointer to incomplete type
zaptel.c:928: error: dereferencing pointer to incomplete type
zaptel.c:929: error: dereferencing pointer to incomplete type
zaptel.c:931: error: dereferencing pointer to incomplete type
zaptel.c:933: error: dereferencing pointer to incomplete type
zaptel.c:935: error: dereferencing pointer to incomplete type
zaptel.c:936: error: dereferencing pointer to incomplete type
zaptel.c:937: error: dereferencing pointer to incomplete type
zaptel.c:938: error: dereferencing pointer to incomplete type
zaptel.c:940: error: dereferencing pointer to incomplete type
zaptel.c:943: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:947: error: dereferencing pointer to incomplete type
zaptel.c:949: error: dereferencing pointer to incomplete type
zaptel.c:950: error: dereferencing pointer to incomplete type
zaptel.c:951: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:953: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:961: error: dereferencing pointer to incomplete type
zaptel.c: In function `start_tone':
zaptel.c:1022: error: dereferencing pointer to incomplete type
zaptel.c:1023: error: dereferencing pointer to incomplete type
zaptel.c:1024: error: dereferencing pointer to incomplete type
zaptel.c:1025: error: dereferencing pointer to incomplete type
zaptel.c:1026: error: dereferencing pointer to incomplete type
zaptel.c:1032: error: dereferencing pointer to incomplete type
zaptel.c:1034: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1041: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_tone_zone':
zaptel.c:1058: error: dereferencing pointer to incomplete type
zaptel.c:1059: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_set_law':
zaptel.c:1072: error: dereferencing pointer to incomplete type
zaptel.c:1073: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1079: error: dereferencing pointer to incomplete type
zaptel.c:1083: error: dereferencing pointer to incomplete type
zaptel.c:1086: error: dereferencing pointer to incomplete type
zaptel.c:1090: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_reg':
zaptel.c:1149: error: dereferencing pointer to incomplete type
zaptel.c:1153: error: dereferencing pointer to incomplete type
zaptel.c:1154: error: dereferencing pointer to incomplete type
zaptel.c:1155: error: dereferencing pointer to incomplete type
zaptel.c:1156: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1158: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1164: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_unreg':
zaptel.c:1540: error: dereferencing pointer to incomplete type
zaptel.c:1541: error: dereferencing pointer to incomplete type
zaptel.c:1542: error: dereferencing pointer to incomplete type
zaptel.c:1555: error: dereferencing pointer to incomplete type
zaptel.c:1556: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1559: error: dereferencing pointer to incomplete type
zaptel.c:1560: error: dereferencing pointer to incomplete type
zaptel.c:1561: error: dereferencing pointer to incomplete type
zaptel.c:1564: error: dereferencing pointer to incomplete type
zaptel.c:1565: error: dereferencing pointer to incomplete type
zaptel.c:1566: error: dereferencing pointer to incomplete type
zaptel.c:1567: error: dereferencing pointer to incomplete type
zaptel.c:1568: error: dereferencing pointer to incomplete type
zaptel.c:1571: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1575: error: parse error before "zt_chan_read"
zaptel.c:1575: error: parse error before "size_t"
zaptel.c:1576: warning: return type defaults to `int'
zaptel.c:1576: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_read':
zaptel.c:1577: error: `unit' undeclared (first use in this function)
zaptel.c:1583: error: invalid operands to binary &
zaptel.c:1586: error: invalid operands to binary <
zaptel.c:1589: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1591: error: dereferencing pointer to incomplete type
zaptel.c:1594: error: dereferencing pointer to incomplete type
zaptel.c:1595: error: dereferencing pointer to incomplete type
zaptel.c:1597: error: dereferencing pointer to incomplete type
zaptel.c:1599: error: dereferencing pointer to incomplete type
zaptel.c:1601: error: dereferencing pointer to incomplete type
zaptel.c:1604: error: incompatible types in assignment
zaptel.c:1605: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1621: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1635: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1638: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1642: error: dereferencing pointer to incomplete type
zaptel.c:1643: error: dereferencing pointer to incomplete type
zaptel.c:1644: error: dereferencing pointer to incomplete type
zaptel.c:1646: error: dereferencing pointer to incomplete type
zaptel.c:1648: error: dereferencing pointer to incomplete type
zaptel.c:1650: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1655: error: parse error before "zt_chan_write"
zaptel.c:1655: error: parse error before "size_t"
zaptel.c:1656: warning: return type defaults to `int'
zaptel.c:1656: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_write':
zaptel.c:1658: error: `unit' undeclared (first use in this function)
zaptel.c:1661: error: invalid operands to binary &
zaptel.c:1664: error: invalid operands to binary <
zaptel.c:1667: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1669: error: dereferencing pointer to incomplete type
zaptel.c:1670: error: dereferencing pointer to incomplete type
zaptel.c:1671: error: dereferencing pointer to incomplete type
zaptel.c:1672: error: dereferencing pointer to incomplete type
zaptel.c:1673: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1676: error: dereferencing pointer to incomplete type
zaptel.c:1679: error: dereferencing pointer to incomplete type
zaptel.c:1680: error: dereferencing pointer to incomplete type
zaptel.c:1683: error: dereferencing pointer to incomplete type
zaptel.c:1686: error: dereferencing pointer to incomplete type
zaptel.c:1691: error: incompatible types in assignment
zaptel.c:1692: error: dereferencing pointer to incomplete type
zaptel.c:1693: error: dereferencing pointer to incomplete type
zaptel.c:1694: error: dereferencing pointer to incomplete type
zaptel.c:1696: error: dereferencing pointer to incomplete type
zaptel.c:1697: error: dereferencing pointer to incomplete type
zaptel.c:1706: error: dereferencing pointer to incomplete type
zaptel.c:1717: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1730: error: dereferencing pointer to incomplete type
zaptel.c:1732: error: dereferencing pointer to incomplete type
zaptel.c:1733: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1738: error: dereferencing pointer to incomplete type
zaptel.c:1740: error: dereferencing pointer to incomplete type
zaptel.c:1742: error: dereferencing pointer to incomplete type
zaptel.c:1744: error: dereferencing pointer to incomplete type
zaptel.c:1746: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_txtone':
zaptel.c:1791: error: dereferencing pointer to incomplete type
zaptel.c:1792: error: dereferencing pointer to incomplete type
zaptel.c:1795: error: dereferencing pointer to incomplete type
zaptel.c:1796: error: dereferencing pointer to incomplete type
zaptel.c:1797: error: dereferencing pointer to incomplete type
zaptel.c:1798: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbs_sethook':
zaptel.c:1838: error: dereferencing pointer to incomplete type
zaptel.c:1839: error: dereferencing pointer to incomplete type
zaptel.c:1840: error: dereferencing pointer to incomplete type
zaptel.c:1844: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1853: error: dereferencing pointer to incomplete type
zaptel.c:1855: error: dereferencing pointer to incomplete type
zaptel.c:1858: error: dereferencing pointer to incomplete type
zaptel.c:1860: error: dereferencing pointer to incomplete type
zaptel.c:1861: error: dereferencing pointer to incomplete type
zaptel.c:1863: error: dereferencing pointer to incomplete type
zaptel.c:1864: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1873: error: dereferencing pointer to incomplete type
zaptel.c:1876: error: dereferencing pointer to incomplete type
zaptel.c:1877: error: dereferencing pointer to incomplete type
zaptel.c:1878: error: dereferencing pointer to incomplete type
zaptel.c:1879: error: dereferencing pointer to incomplete type
zaptel.c:1883: error: dereferencing pointer to incomplete type
zaptel.c:1887: error: dereferencing pointer to incomplete type
zaptel.c:1888: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1890: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_cas_setbits':
zaptel.c:1901: error: dereferencing pointer to incomplete type
zaptel.c:1902: error: dereferencing pointer to incomplete type
zaptel.c:1903: error: dereferencing pointer to incomplete type
zaptel.c:1904: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hangup':
zaptel.c:1916: error: dereferencing pointer to incomplete type
zaptel.c:1919: error: dereferencing pointer to incomplete type
zaptel.c:1922: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1928: error: dereferencing pointer to incomplete type
zaptel.c:1929: error: dereferencing pointer to incomplete type
zaptel.c:1930: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1938: error: dereferencing pointer to incomplete type
zaptel.c:1939: error: dereferencing pointer to incomplete type
zaptel.c:1942: error: dereferencing pointer to incomplete type
zaptel.c:1944: error: dereferencing pointer to incomplete type
zaptel.c:1945: error: dereferencing pointer to incomplete type
zaptel.c:1946: error: dereferencing pointer to incomplete type
zaptel.c:1947: error: dereferencing pointer to incomplete type
zaptel.c:1948: error: dereferencing pointer to incomplete type
zaptel.c:1950: error: dereferencing pointer to incomplete type
zaptel.c:1951: error: dereferencing pointer to incomplete type
zaptel.c:1952: error: dereferencing pointer to incomplete type
zaptel.c:1954: error: dereferencing pointer to incomplete type
zaptel.c:1955: error: dereferencing pointer to incomplete type
zaptel.c:1957: error: dereferencing pointer to incomplete type
zaptel.c:1958: error: dereferencing pointer to incomplete type
zaptel.c:1959: error: dereferencing pointer to incomplete type
zaptel.c:1960: error: dereferencing pointer to incomplete type
zaptel.c:1961: error: dereferencing pointer to incomplete type
zaptel.c:1962: error: dereferencing pointer to incomplete type
zaptel.c:1963: error: dereferencing pointer to incomplete type
zaptel.c:1964: error: dereferencing pointer to incomplete type
zaptel.c: In function `initialize_channel':
zaptel.c:1977: error: dereferencing pointer to incomplete type
zaptel.c:1979: error: dereferencing pointer to incomplete type
zaptel.c:1980: error: dereferencing pointer to incomplete type
zaptel.c:1983: error: dereferencing pointer to incomplete type
zaptel.c:1984: error: dereferencing pointer to incomplete type
zaptel.c:1985: error: dereferencing pointer to incomplete type
zaptel.c:1986: error: dereferencing pointer to incomplete type
zaptel.c:1987: error: dereferencing pointer to incomplete type
zaptel.c:1988: error: dereferencing pointer to incomplete type
zaptel.c:1990: error: dereferencing pointer to incomplete type
zaptel.c:1991: error: dereferencing pointer to incomplete type
zaptel.c:1993: error: dereferencing pointer to incomplete type
zaptel.c:1994: error: dereferencing pointer to incomplete type
zaptel.c:1995: error: dereferencing pointer to incomplete type
zaptel.c:1997: error: dereferencing pointer to incomplete type
zaptel.c:1998: error: dereferencing pointer to incomplete type
zaptel.c:2001: error: dereferencing pointer to incomplete type
zaptel.c:2002: error: dereferencing pointer to incomplete type
zaptel.c:2003: error: dereferencing pointer to incomplete type
zaptel.c:2006: error: dereferencing pointer to incomplete type
zaptel.c:2007: error: dereferencing pointer to incomplete type
zaptel.c:2008: error: dereferencing pointer to incomplete type
zaptel.c:2009: error: dereferencing pointer to incomplete type
zaptel.c:2011: error: dereferencing pointer to incomplete type
zaptel.c:2012: error: dereferencing pointer to incomplete type
zaptel.c:2014: error: dereferencing pointer to incomplete type
zaptel.c:2015: error: dereferencing pointer to incomplete type
zaptel.c:2016: error: dereferencing pointer to incomplete type
zaptel.c:2017: error: dereferencing pointer to incomplete type
zaptel.c:2018: error: dereferencing pointer to incomplete type
zaptel.c:2019: error: dereferencing pointer to incomplete type
zaptel.c:2020: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2024: error: dereferencing pointer to incomplete type
zaptel.c:2026: error: dereferencing pointer to incomplete type
zaptel.c:2027: error: dereferencing pointer to incomplete type
zaptel.c:2028: error: dereferencing pointer to incomplete type
zaptel.c:2029: error: dereferencing pointer to incomplete type
zaptel.c:2030: error: dereferencing pointer to incomplete type
zaptel.c:2036: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2039: error: dereferencing pointer to incomplete type
zaptel.c:2040: error: dereferencing pointer to incomplete type
zaptel.c:2041: error: dereferencing pointer to incomplete type
zaptel.c:2043: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2047: error: dereferencing pointer to incomplete type
zaptel.c:2048: error: dereferencing pointer to incomplete type
zaptel.c:2049: error: dereferencing pointer to incomplete type
zaptel.c:2050: error: dereferencing pointer to incomplete type
zaptel.c:2051: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2054: error: dereferencing pointer to incomplete type
zaptel.c:2055: error: dereferencing pointer to incomplete type
zaptel.c:2056: error: dereferencing pointer to incomplete type
zaptel.c:2057: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2063: error: dereferencing pointer to incomplete type
zaptel.c:2064: error: dereferencing pointer to incomplete type
zaptel.c:2066: error: dereferencing pointer to incomplete type
zaptel.c:2067: error: dereferencing pointer to incomplete type
zaptel.c:2069: error: dereferencing pointer to incomplete type
zaptel.c:2070: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2077: error: dereferencing pointer to incomplete type
zaptel.c:2079: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timing_open':
zaptel.c:2098: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_release':
zaptel.c:2113: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_open':
zaptel.c:2147: error: dereferencing pointer to incomplete type
zaptel.c:2149: error: dereferencing pointer to incomplete type
zaptel.c:2151: error: dereferencing pointer to incomplete type
zaptel.c:2153: error: dereferencing pointer to incomplete type
zaptel.c:2155: error: dereferencing pointer to incomplete type
zaptel.c:2160: error: dereferencing pointer to incomplete type
zaptel.c:2161: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2163: error: dereferencing pointer to incomplete type
zaptel.c:2165: error: dereferencing pointer to incomplete type
zaptel.c:2170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_release':
zaptel.c:2184: error: dereferencing pointer to incomplete type
zaptel.c:2185: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2188: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alloc_pseudo':
zaptel.c:2204: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2208: error: dereferencing pointer to incomplete type
zaptel.c:2209: error: dereferencing pointer to incomplete type
zaptel.c:2210: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_open':
zaptel.c:2234: error: dereferencing pointer to incomplete type
zaptel.c:2252: error: dereferencing pointer to incomplete type
zaptel.c:2253: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:2275: error: parse error before "zt_read"
zaptel.c:2275: error: parse error before "size_t"
zaptel.c:2276: warning: return type defaults to `int'
zaptel.c:2276: warning: function declaration isn't a prototype
zaptel.c: In function `zt_read':
zaptel.c:2277: error: dereferencing pointer to incomplete type
zaptel.c:2289: error: dereferencing pointer to incomplete type
zaptel.c:2292: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2292: error: dereferencing pointer to incomplete type
zaptel.c:2296: error: dereferencing pointer to incomplete type
zaptel.c:2301: error: dereferencing pointer to incomplete type
zaptel.c:2303: error: invalid operands to binary <
zaptel.c: At top level:
zaptel.c:2309: error: parse error before "zt_write"
zaptel.c:2309: error: parse error before "size_t"
zaptel.c:2310: warning: return type defaults to `int'
zaptel.c:2310: warning: function declaration isn't a prototype
zaptel.c: In function `zt_write':
zaptel.c:2311: error: dereferencing pointer to incomplete type
zaptel.c:2316: error: invalid operands to binary <
zaptel.c:2321: error: dereferencing pointer to incomplete type
zaptel.c:2324: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2324: error: dereferencing pointer to incomplete type
zaptel.c:2327: error: dereferencing pointer to incomplete type
zaptel.c:2332: error: dereferencing pointer to incomplete type
zaptel.c: In function `__do_dtmf':
zaptel.c:2501: error: dereferencing pointer to incomplete type
zaptel.c:2502: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2508: error: dereferencing pointer to incomplete type
zaptel.c:2509: error: dereferencing pointer to incomplete type
zaptel.c:2513: error: dereferencing pointer to incomplete type
zaptel.c:2514: error: dereferencing pointer to incomplete type
zaptel.c:2518: error: dereferencing pointer to incomplete type
zaptel.c:2519: error: dereferencing pointer to incomplete type
zaptel.c:2522: error: dereferencing pointer to incomplete type
zaptel.c:2524: error: dereferencing pointer to incomplete type
zaptel.c:2526: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2530: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2535: error: dereferencing pointer to incomplete type
zaptel.c:2537: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2545: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_release':
zaptel.c:2551: error: dereferencing pointer to incomplete type
zaptel.c:2561: error: dereferencing pointer to incomplete type
zaptel.c:2565: error: dereferencing pointer to incomplete type
zaptel.c:2568: error: dereferencing pointer to incomplete type
zaptel.c:2570: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alarm_notify':
zaptel.c:2614: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2614: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_common_ioctl':
zaptel.c:2724: error: dereferencing pointer to incomplete type
zaptel.c:2726: error: dereferencing pointer to incomplete type
zaptel.c:2729: error: dereferencing pointer to incomplete type
zaptel.c:2732: error: dereferencing pointer to incomplete type
zaptel.c:2733: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2737: error: dereferencing pointer to incomplete type
zaptel.c:2738: error: dereferencing pointer to incomplete type
zaptel.c:2739: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2746: error: dereferencing pointer to incomplete type
zaptel.c:2747: error: dereferencing pointer to incomplete type
zaptel.c:2748: error: dereferencing pointer to incomplete type
zaptel.c:2753: error: dereferencing pointer to incomplete type
zaptel.c:2754: error: dereferencing pointer to incomplete type
zaptel.c:2755: error: dereferencing pointer to incomplete type
zaptel.c:2756: error: dereferencing pointer to incomplete type
zaptel.c:2757: error: dereferencing pointer to incomplete type
zaptel.c:2758: error: dereferencing pointer to incomplete type
zaptel.c:2759: error: dereferencing pointer to incomplete type
zaptel.c:2760: error: dereferencing pointer to incomplete type
zaptel.c:2761: error: dereferencing pointer to incomplete type
zaptel.c:2762: error: dereferencing pointer to incomplete type
zaptel.c:2763: error: dereferencing pointer to incomplete type
zaptel.c:2764: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2767: error: dereferencing pointer to incomplete type
zaptel.c:2768: error: dereferencing pointer to incomplete type
zaptel.c:2770: error: dereferencing pointer to incomplete type
zaptel.c:2788: error: dereferencing pointer to incomplete type
zaptel.c:2789: error: dereferencing pointer to incomplete type
zaptel.c:2790: error: dereferencing pointer to incomplete type
zaptel.c:2791: error: dereferencing pointer to incomplete type
zaptel.c:2792: error: dereferencing pointer to incomplete type
zaptel.c:2794: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2796: error: dereferencing pointer to incomplete type
zaptel.c:2797: error: dereferencing pointer to incomplete type
zaptel.c:2798: error: dereferencing pointer to incomplete type
zaptel.c:2799: error: dereferencing pointer to incomplete type
zaptel.c:2800: error: dereferencing pointer to incomplete type
zaptel.c:2801: error: dereferencing pointer to incomplete type
zaptel.c:2812: error: dereferencing pointer to incomplete type
zaptel.c:2815: error: dereferencing pointer to incomplete type
zaptel.c:2816: error: dereferencing pointer to incomplete type
zaptel.c:2829: error: dereferencing pointer to incomplete type
zaptel.c:2830: error: dereferencing pointer to incomplete type
zaptel.c:2831: error: dereferencing pointer to incomplete type
zaptel.c:2832: error: dereferencing pointer to incomplete type
zaptel.c:2833: error: dereferencing pointer to incomplete type
zaptel.c:2836: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2842: error: dereferencing pointer to incomplete type
zaptel.c:2843: error: dereferencing pointer to incomplete type
zaptel.c:2845: error: dereferencing pointer to incomplete type
zaptel.c:2846: error: dereferencing pointer to incomplete type
zaptel.c:2849: error: dereferencing pointer to incomplete type
zaptel.c:2850: error: dereferencing pointer to incomplete type
zaptel.c:2851: error: dereferencing pointer to incomplete type
zaptel.c:2852: error: dereferencing pointer to incomplete type
zaptel.c:2853: error: dereferencing pointer to incomplete type
zaptel.c:2866: error: dereferencing pointer to incomplete type
zaptel.c:2887: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2887: error: dereferencing pointer to incomplete type
zaptel.c: In function `recalc_slaves':
zaptel.c:2962: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2971: error: dereferencing pointer to incomplete type
zaptel.c:2976: error: dereferencing pointer to incomplete type
zaptel.c:2977: error: dereferencing pointer to incomplete type
zaptel.c:2980: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ctl_ioctl':
zaptel.c:3027: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3027: error: dereferencing pointer to incomplete type
zaptel.c:3028: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3028: error: dereferencing pointer to incomplete type
zaptel.c:3029: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3029: error: dereferencing pointer to incomplete type
zaptel.c:3030: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3030: error: dereferencing pointer to incomplete type
zaptel.c:3031: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3031: error: dereferencing pointer to incomplete type
zaptel.c:3032: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3032: error: dereferencing pointer to incomplete type
zaptel.c:3052: error: dereferencing pointer to incomplete type
zaptel.c:3063: error: dereferencing pointer to incomplete type
zaptel.c:3085: error: dereferencing pointer to incomplete type
zaptel.c:3090: error: dereferencing pointer to incomplete type
zaptel.c:3099: error: dereferencing pointer to incomplete type
zaptel.c:3100: error: dereferencing pointer to incomplete type
zaptel.c:3101: error: dereferencing pointer to incomplete type
zaptel.c:3103: error: dereferencing pointer to incomplete type
zaptel.c:3104: error: dereferencing pointer to incomplete type
zaptel.c:3107: error: dereferencing pointer to incomplete type
zaptel.c:3108: error: dereferencing pointer to incomplete type
zaptel.c:3109: error: dereferencing pointer to incomplete type
zaptel.c:3111: error: dereferencing pointer to incomplete type
zaptel.c:3114: error: dereferencing pointer to incomplete type
zaptel.c:3115: error: dereferencing pointer to incomplete type
zaptel.c:3118: error: dereferencing pointer to incomplete type
zaptel.c:3119: error: dereferencing pointer to incomplete type
zaptel.c:3123: error: dereferencing pointer to incomplete type
zaptel.c:3126: error: dereferencing pointer to incomplete type
zaptel.c:3130: error: dereferencing pointer to incomplete type
zaptel.c:3133: error: dereferencing pointer to incomplete type
zaptel.c:3137: error: dereferencing pointer to incomplete type
zaptel.c:3138: error: dereferencing pointer to incomplete type
zaptel.c:3140: error: dereferencing pointer to incomplete type
zaptel.c:3143: error: dereferencing pointer to incomplete type
zaptel.c:3203: error: dereferencing pointer to incomplete type
zaptel.c:3205: error: dereferencing pointer to incomplete type
zaptel.c:3206: error: dereferencing pointer to incomplete type
zaptel.c:3209: error: dereferencing pointer to incomplete type
zaptel.c:3211: error: dereferencing pointer to incomplete type
zaptel.c:3214: error: dereferencing pointer to incomplete type
zaptel.c:3218: error: dereferencing pointer to incomplete type
zaptel.c:3219: error: dereferencing pointer to incomplete type
zaptel.c:3224: error: dereferencing pointer to incomplete type
zaptel.c:3230: error: dereferencing pointer to incomplete type
zaptel.c:3231: error: dereferencing pointer to incomplete type
zaptel.c:3232: error: dereferencing pointer to incomplete type
zaptel.c:3233: error: dereferencing pointer to incomplete type
zaptel.c:3234: error: dereferencing pointer to incomplete type
zaptel.c:3235: error: dereferencing pointer to incomplete type
zaptel.c:3236: error: dereferencing pointer to incomplete type
zaptel.c:3237: error: dereferencing pointer to incomplete type
zaptel.c:3238: error: dereferencing pointer to incomplete type
zaptel.c:3241: error: dereferencing pointer to incomplete type
zaptel.c:3242: error: dereferencing pointer to incomplete type
zaptel.c:3251: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chanandpseudo_ioctl':
zaptel.c:3368: error: dereferencing pointer to incomplete type
zaptel.c:3369: error: dereferencing pointer to incomplete type
zaptel.c:3370: error: dereferencing pointer to incomplete type
zaptel.c:3380: error: dereferencing pointer to incomplete type
zaptel.c:3383: error: dereferencing pointer to incomplete type
zaptel.c:3384: error: dereferencing pointer to incomplete type
zaptel.c:3385: error: dereferencing pointer to incomplete type
zaptel.c:3386: error: dereferencing pointer to incomplete type
zaptel.c:3387: error: dereferencing pointer to incomplete type
zaptel.c:3390: error: dereferencing pointer to incomplete type
zaptel.c:3391: error: dereferencing pointer to incomplete type
zaptel.c:3395: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3401: error: dereferencing pointer to incomplete type
zaptel.c:3403: error: dereferencing pointer to incomplete type
zaptel.c:3410: error: dereferencing pointer to incomplete type
zaptel.c:3413: error: dereferencing pointer to incomplete type
zaptel.c:3414: error: dereferencing pointer to incomplete type
zaptel.c:3415: error: dereferencing pointer to incomplete type
zaptel.c:3416: error: dereferencing pointer to incomplete type
zaptel.c:3432: error: dereferencing pointer to incomplete type
zaptel.c:3433: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3448: error: dereferencing pointer to incomplete type
zaptel.c:3453: error: dereferencing pointer to incomplete type
zaptel.c:3457: error: dereferencing pointer to incomplete type
zaptel.c:3458: error: dereferencing pointer to incomplete type
zaptel.c:3459: error: dereferencing pointer to incomplete type
zaptel.c:3461: error: dereferencing pointer to incomplete type
zaptel.c:3462: error: dereferencing pointer to incomplete type
zaptel.c:3464: error: dereferencing pointer to incomplete type
zaptel.c:3465: error: dereferencing pointer to incomplete type
zaptel.c:3470: error: dereferencing pointer to incomplete type
zaptel.c:3471: error: dereferencing pointer to incomplete type
zaptel.c:3472: error: dereferencing pointer to incomplete type
zaptel.c:3474: error: dereferencing pointer to incomplete type
zaptel.c:3475: error: dereferencing pointer to incomplete type
zaptel.c:3477: error: dereferencing pointer to incomplete type
zaptel.c:3478: error: dereferencing pointer to incomplete type
zaptel.c:3481: error: dereferencing pointer to incomplete type
zaptel.c:3482: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3489: error: dereferencing pointer to incomplete type
zaptel.c:3494: error: dereferencing pointer to incomplete type
zaptel.c:3496: error: dereferencing pointer to incomplete type
zaptel.c:3497: error: dereferencing pointer to incomplete type
zaptel.c:3499: error: dereferencing pointer to incomplete type
zaptel.c:3504: error: dereferencing pointer to incomplete type
zaptel.c:3505: error: dereferencing pointer to incomplete type
zaptel.c:3510: error: dereferencing pointer to incomplete type
zaptel.c:3512: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3519: error: dereferencing pointer to incomplete type
zaptel.c:3521: error: dereferencing pointer to incomplete type
zaptel.c:3525: error: dereferencing pointer to incomplete type
zaptel.c:3528: error: dereferencing pointer to incomplete type
zaptel.c:3529: error: dereferencing pointer to incomplete type
zaptel.c:3533: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3539: error: dereferencing pointer to incomplete type
zaptel.c:3541: error: dereferencing pointer to incomplete type
zaptel.c:3547: error: dereferencing pointer to incomplete type
zaptel.c:3551: error: dereferencing pointer to incomplete type
zaptel.c:3556: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3563: error: dereferencing pointer to incomplete type
zaptel.c:3564: error: dereferencing pointer to incomplete type
zaptel.c:3566: error: dereferencing pointer to incomplete type
zaptel.c:3571: error: dereferencing pointer to incomplete type
zaptel.c:3573: error: dereferencing pointer to incomplete type
zaptel.c:3577: error: dereferencing pointer to incomplete type
zaptel.c:3578: error: dereferencing pointer to incomplete type
zaptel.c:3584: error: dereferencing pointer to incomplete type
zaptel.c:3586: error: dereferencing pointer to incomplete type
zaptel.c:3589: error: dereferencing pointer to incomplete type
zaptel.c:3590: error: dereferencing pointer to incomplete type
zaptel.c:3591: error: dereferencing pointer to incomplete type
zaptel.c:3594: error: dereferencing pointer to incomplete type
zaptel.c:3599: error: dereferencing pointer to incomplete type
zaptel.c:3601: error: dereferencing pointer to incomplete type
zaptel.c:3607: error: dereferencing pointer to incomplete type
zaptel.c:3610: error: dereferencing pointer to incomplete type
zaptel.c:3612: error: dereferencing pointer to incomplete type
zaptel.c:3613: error: dereferencing pointer to incomplete type
zaptel.c:3620: error: dereferencing pointer to incomplete type
zaptel.c:3623: error: dereferencing pointer to incomplete type
zaptel.c:3638: error: dereferencing pointer to incomplete type
zaptel.c:3643: error: dereferencing pointer to incomplete type
zaptel.c:3648: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3653: error: dereferencing pointer to incomplete type
zaptel.c:3654: error: dereferencing pointer to incomplete type
zaptel.c:3655: error: dereferencing pointer to incomplete type
zaptel.c:3656: error: dereferencing pointer to incomplete type
zaptel.c:3664: error: dereferencing pointer to incomplete type
zaptel.c:3666: error: dereferencing pointer to incomplete type
zaptel.c:3671: error: dereferencing pointer to incomplete type
zaptel.c:3679: error: dereferencing pointer to incomplete type
zaptel.c:3686: error: dereferencing pointer to incomplete type
zaptel.c:3737: error: dereferencing pointer to incomplete type
zaptel.c:3741: error: dereferencing pointer to incomplete type
zaptel.c:3752: error: dereferencing pointer to incomplete type
zaptel.c:3756: error: dereferencing pointer to incomplete type
zaptel.c:3785: error: dereferencing pointer to incomplete type
zaptel.c:3789: error: dereferencing pointer to incomplete type
zaptel.c:3791: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3799: error: dereferencing pointer to incomplete type
zaptel.c:3802: error: dereferencing pointer to incomplete type
zaptel.c:3803: error: dereferencing pointer to incomplete type
zaptel.c:3804: error: dereferencing pointer to incomplete type
zaptel.c:3810: error: dereferencing pointer to incomplete type
zaptel.c:3811: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3815: error: dereferencing pointer to incomplete type
zaptel.c:3816: error: dereferencing pointer to incomplete type
zaptel.c:3817: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3824: error: dereferencing pointer to incomplete type
zaptel.c:3832: error: dereferencing pointer to incomplete type
zaptel.c:3833: error: dereferencing pointer to incomplete type
zaptel.c:3834: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_ioctl':
zaptel.c:3884: error: dereferencing pointer to incomplete type
zaptel.c:3886: error: dereferencing pointer to incomplete type
zaptel.c:3888: error: dereferencing pointer to incomplete type
zaptel.c:3890: error: dereferencing pointer to incomplete type
zaptel.c:3893: error: dereferencing pointer to incomplete type
zaptel.c:3894: error: dereferencing pointer to incomplete type
zaptel.c:3898: error: dereferencing pointer to incomplete type
zaptel.c:3903: error: dereferencing pointer to incomplete type
zaptel.c:3906: error: dereferencing pointer to incomplete type
zaptel.c:3907: error: dereferencing pointer to incomplete type
zaptel.c:3908: error: dereferencing pointer to incomplete type
zaptel.c:3909: error: dereferencing pointer to incomplete type
zaptel.c:3914: error: dereferencing pointer to incomplete type
zaptel.c:3915: error: dereferencing pointer to incomplete type
zaptel.c:3917: error: dereferencing pointer to incomplete type
zaptel.c:3919: error: dereferencing pointer to incomplete type
zaptel.c:3920: error: dereferencing pointer to incomplete type
zaptel.c:3921: error: dereferencing pointer to incomplete type
zaptel.c:3922: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3926: error: dereferencing pointer to incomplete type
zaptel.c:3927: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3931: error: dereferencing pointer to incomplete type
zaptel.c:3935: error: dereferencing pointer to incomplete type
zaptel.c:3936: error: dereferencing pointer to incomplete type
zaptel.c:3937: error: dereferencing pointer to incomplete type
zaptel.c:3938: error: dereferencing pointer to incomplete type
zaptel.c:4011: error: dereferencing pointer to incomplete type
zaptel.c:4013: error: dereferencing pointer to incomplete type
zaptel.c:4015: error: dereferencing pointer to incomplete type
zaptel.c:4016: error: dereferencing pointer to incomplete type
zaptel.c:4017: error: dereferencing pointer to incomplete type
zaptel.c:4021: error: dereferencing pointer to incomplete type
zaptel.c:4023: error: dereferencing pointer to incomplete type
zaptel.c:4025: error: dereferencing pointer to incomplete type
zaptel.c:4026: error: dereferencing pointer to incomplete type
zaptel.c:4027: error: dereferencing pointer to incomplete type
zaptel.c:4031: error: dereferencing pointer to incomplete type
zaptel.c:4046: error: dereferencing pointer to incomplete type
zaptel.c:4048: error: dereferencing pointer to incomplete type
zaptel.c:4049: error: dereferencing pointer to incomplete type
zaptel.c:4050: error: dereferencing pointer to incomplete type
zaptel.c:4051: error: dereferencing pointer to incomplete type
zaptel.c:4052: error: dereferencing pointer to incomplete type
zaptel.c:4053: error: dereferencing pointer to incomplete type
zaptel.c:4054: error: dereferencing pointer to incomplete type
zaptel.c:4055: error: dereferencing pointer to incomplete type
zaptel.c:4056: error: dereferencing pointer to incomplete type
zaptel.c:4060: error: dereferencing pointer to incomplete type
zaptel.c:4061: error: dereferencing pointer to incomplete type
zaptel.c:4062: error: dereferencing pointer to incomplete type
zaptel.c:4063: error: dereferencing pointer to incomplete type
zaptel.c:4064: error: dereferencing pointer to incomplete type
zaptel.c:4065: error: dereferencing pointer to incomplete type
zaptel.c:4066: error: dereferencing pointer to incomplete type
zaptel.c:4067: error: dereferencing pointer to incomplete type
zaptel.c:4077: error: dereferencing pointer to incomplete type
zaptel.c:4079: error: dereferencing pointer to incomplete type
zaptel.c:4080: error: dereferencing pointer to incomplete type
zaptel.c:4085: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4097: error: dereferencing pointer to incomplete type
zaptel.c:4099: error: dereferencing pointer to incomplete type
zaptel.c:4102: error: dereferencing pointer to incomplete type
zaptel.c:4103: error: dereferencing pointer to incomplete type
zaptel.c:4105: error: dereferencing pointer to incomplete type
zaptel.c:4106: error: dereferencing pointer to incomplete type
zaptel.c:4107: error: dereferencing pointer to incomplete type
zaptel.c:4108: error: dereferencing pointer to incomplete type
zaptel.c:4109: error: dereferencing pointer to incomplete type
zaptel.c:4110: error: dereferencing pointer to incomplete type
zaptel.c:4111: error: dereferencing pointer to incomplete type
zaptel.c:4114: error: dereferencing pointer to incomplete type
zaptel.c:4116: error: dereferencing pointer to incomplete type
zaptel.c:4119: error: dereferencing pointer to incomplete type
zaptel.c:4120: error: dereferencing pointer to incomplete type
zaptel.c:4121: error: dereferencing pointer to incomplete type
zaptel.c:4122: error: dereferencing pointer to incomplete type
zaptel.c:4125: error: dereferencing pointer to incomplete type
zaptel.c:4126: error: dereferencing pointer to incomplete type
zaptel.c:4130: error: dereferencing pointer to incomplete type
zaptel.c:4131: error: dereferencing pointer to incomplete type
zaptel.c:4132: error: dereferencing pointer to incomplete type
zaptel.c:4135: error: dereferencing pointer to incomplete type
zaptel.c:4137: error: dereferencing pointer to incomplete type
zaptel.c:4138: error: dereferencing pointer to incomplete type
zaptel.c:4141: error: dereferencing pointer to incomplete type
zaptel.c:4142: error: dereferencing pointer to incomplete type
zaptel.c:4143: error: dereferencing pointer to incomplete type
zaptel.c:4152: error: dereferencing pointer to incomplete type
zaptel.c:4153: error: dereferencing pointer to incomplete type
zaptel.c:4154: error: dereferencing pointer to incomplete type
zaptel.c:4157: error: dereferencing pointer to incomplete type
zaptel.c:4158: error: dereferencing pointer to incomplete type
zaptel.c:4159: error: dereferencing pointer to incomplete type
zaptel.c:4161: error: dereferencing pointer to incomplete type
zaptel.c:4165: error: dereferencing pointer to incomplete type
zaptel.c:4166: error: dereferencing pointer to incomplete type
zaptel.c:4167: error: dereferencing pointer to incomplete type
zaptel.c:4170: error: dereferencing pointer to incomplete type
zaptel.c:4171: error: dereferencing pointer to incomplete type
zaptel.c:4172: error: dereferencing pointer to incomplete type
zaptel.c:4174: error: dereferencing pointer to incomplete type
zaptel.c:4178: error: dereferencing pointer to incomplete type
zaptel.c:4180: error: dereferencing pointer to incomplete type
zaptel.c:4185: error: dereferencing pointer to incomplete type
zaptel.c:4186: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_prechan_ioctl':
zaptel.c:4212: error: dereferencing pointer to incomplete type
zaptel.c:4230: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ioctl':
zaptel.c:4243: error: dereferencing pointer to incomplete type
zaptel.c:4250: error: dereferencing pointer to incomplete type
zaptel.c:4257: error: dereferencing pointer to incomplete type
zaptel.c:4259: error: dereferencing pointer to incomplete type
zaptel.c:4264: error: dereferencing pointer to incomplete type
zaptel.c:4269: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_register':
zaptel.c:4312: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4312: error: dereferencing pointer to incomplete type
zaptel.c:4313: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4313: error: dereferencing pointer to incomplete type
zaptel.c:4336: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4336: error: dereferencing pointer to incomplete type
zaptel.c:4337: warning: implicit declaration of function `class_simple_device_add'
zaptel.c:4337: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4337: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_unregister':
zaptel.c:4387: warning: implicit declaration of function `class_simple_device_remove'
zaptel.c:4387: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4387: error: dereferencing pointer to incomplete type
zaptel.c:4395: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4395: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:4519: error: parse error before "alaw"
zaptel.c:4520: warning: function declaration isn't a prototype
zaptel.c: In function `alaw2linear':
zaptel.c:4524: error: `alaw' undeclared (first use in this function)
zaptel.c: In function `__zt_process_getaudio_chunk':
zaptel.c:4569: error: dereferencing pointer to incomplete type
zaptel.c:4576: error: dereferencing pointer to incomplete type
zaptel.c:4578: error: dereferencing pointer to incomplete type
zaptel.c:4581: error: dereferencing pointer to incomplete type
zaptel.c:4582: error: dereferencing pointer to incomplete type
zaptel.c:4583: error: dereferencing pointer to incomplete type
zaptel.c:4584: error: dereferencing pointer to incomplete type
zaptel.c:4585: error: dereferencing pointer to incomplete type
zaptel.c:4586: error: dereferencing pointer to incomplete type
zaptel.c:4587: error: dereferencing pointer to incomplete type
zaptel.c:4588: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4596: error: dereferencing pointer to incomplete type
zaptel.c:4602: error: dereferencing pointer to incomplete type
zaptel.c:4604: error: dereferencing pointer to incomplete type
zaptel.c:4605: error: dereferencing pointer to incomplete type
zaptel.c:4607: error: dereferencing pointer to incomplete type
zaptel.c:4610: error: dereferencing pointer to incomplete type
zaptel.c:4614: error: dereferencing pointer to incomplete type
zaptel.c:4616: error: dereferencing pointer to incomplete type
zaptel.c:4617: error: dereferencing pointer to incomplete type
zaptel.c:4619: error: dereferencing pointer to incomplete type
zaptel.c:4623: error: dereferencing pointer to incomplete type
zaptel.c:4627: error: dereferencing pointer to incomplete type
zaptel.c:4628: error: dereferencing pointer to incomplete type
zaptel.c:4629: error: dereferencing pointer to incomplete type
zaptel.c:4631: error: dereferencing pointer to incomplete type
zaptel.c:4639: error: dereferencing pointer to incomplete type
zaptel.c:4643: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4656: error: dereferencing pointer to incomplete type
zaptel.c:4660: error: dereferencing pointer to incomplete type
zaptel.c:4663: error: dereferencing pointer to incomplete type
zaptel.c:4667: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4675: error: dereferencing pointer to incomplete type
zaptel.c:4681: error: dereferencing pointer to incomplete type
zaptel.c:4683: error: dereferencing pointer to incomplete type
zaptel.c:4685: error: dereferencing pointer to incomplete type
zaptel.c:4688: error: dereferencing pointer to incomplete type
zaptel.c:4693: error: dereferencing pointer to incomplete type
zaptel.c:4697: error: dereferencing pointer to incomplete type
zaptel.c:4699: error: dereferencing pointer to incomplete type
zaptel.c:4701: error: dereferencing pointer to incomplete type
zaptel.c:4704: error: dereferencing pointer to incomplete type
zaptel.c:4708: error: dereferencing pointer to incomplete type
zaptel.c:4710: error: dereferencing pointer to incomplete type
zaptel.c:4711: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4718: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4726: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4731: error: dereferencing pointer to incomplete type
zaptel.c:4733: error: dereferencing pointer to incomplete type
zaptel.c:4735: error: dereferencing pointer to incomplete type
zaptel.c:4736: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4751: error: dereferencing pointer to incomplete type
zaptel.c:4756: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getbuf_chunk':
zaptel.c:4763: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4783: error: dereferencing pointer to incomplete type
zaptel.c:4787: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4790: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4802: error: dereferencing pointer to incomplete type
zaptel.c:4804: error: dereferencing pointer to incomplete type
zaptel.c:4805: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4811: error: dereferencing pointer to incomplete type
zaptel.c:4812: error: dereferencing pointer to incomplete type
zaptel.c:4813: error: dereferencing pointer to incomplete type
zaptel.c:4815: error: dereferencing pointer to incomplete type
zaptel.c:4816: error: dereferencing pointer to incomplete type
zaptel.c:4818: error: dereferencing pointer to incomplete type
zaptel.c:4821: error: dereferencing pointer to incomplete type
zaptel.c:4833: error: dereferencing pointer to incomplete type
zaptel.c:4834: error: dereferencing pointer to incomplete type
zaptel.c:4835: error: dereferencing pointer to incomplete type
zaptel.c:4836: error: dereferencing pointer to incomplete type
zaptel.c:4837: error: dereferencing pointer to incomplete type
zaptel.c:4840: error: dereferencing pointer to incomplete type
zaptel.c:4841: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4860: error: dereferencing pointer to incomplete type
zaptel.c:4862: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4867: error: dereferencing pointer to incomplete type
zaptel.c:4868: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4870: error: dereferencing pointer to incomplete type
zaptel.c:4872: error: dereferencing pointer to incomplete type
zaptel.c:4875: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4879: error: dereferencing pointer to incomplete type
zaptel.c:4882: error: dereferencing pointer to incomplete type
zaptel.c:4883: error: dereferencing pointer to incomplete type
zaptel.c:4884: error: dereferencing pointer to incomplete type
zaptel.c:4887: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c: In function `rbs_itimer_expire':
zaptel.c:4904: error: dereferencing pointer to incomplete type
zaptel.c:4910: error: dereferencing pointer to incomplete type
zaptel.c: In function `__rbs_otimer_expire':
zaptel.c:4924: error: dereferencing pointer to incomplete type
zaptel.c:4926: error: dereferencing pointer to incomplete type
zaptel.c:4929: error: dereferencing pointer to incomplete type
zaptel.c:4930: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4945: error: dereferencing pointer to incomplete type
zaptel.c:4946: error: dereferencing pointer to incomplete type
zaptel.c:4947: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4951: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4962: error: dereferencing pointer to incomplete type
zaptel.c:4967: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4975: error: dereferencing pointer to incomplete type
zaptel.c:4980: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4987: error: dereferencing pointer to incomplete type
zaptel.c:4993: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4995: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5002: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5009: error: dereferencing pointer to incomplete type
zaptel.c:5013: error: dereferencing pointer to incomplete type
zaptel.c:5016: error: dereferencing pointer to incomplete type
zaptel.c:5017: error: dereferencing pointer to incomplete type
zaptel.c:5022: error: dereferencing pointer to incomplete type
zaptel.c:5023: error: dereferencing pointer to incomplete type
zaptel.c:5027: error: dereferencing pointer to incomplete type
zaptel.c:5028: error: dereferencing pointer to incomplete type
zaptel.c:5029: error: dereferencing pointer to incomplete type
zaptel.c:5032: error: dereferencing pointer to incomplete type
zaptel.c:5035: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5037: error: dereferencing pointer to incomplete type
zaptel.c:5041: error: dereferencing pointer to incomplete type
zaptel.c:5043: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_hooksig_pvt':
zaptel.c:5057: error: dereferencing pointer to incomplete type
zaptel.c:5059: error: dereferencing pointer to incomplete type
zaptel.c:5061: error: dereferencing pointer to incomplete type
zaptel.c:5062: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5074: error: dereferencing pointer to incomplete type
zaptel.c:5078: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5088: error: dereferencing pointer to incomplete type
zaptel.c:5092: error: dereferencing pointer to incomplete type
zaptel.c:5093: error: dereferencing pointer to incomplete type
zaptel.c:5094: error: dereferencing pointer to incomplete type
zaptel.c:5095: error: dereferencing pointer to incomplete type
zaptel.c:5103: error: dereferencing pointer to incomplete type
zaptel.c:5105: error: dereferencing pointer to incomplete type
zaptel.c:5114: error: dereferencing pointer to incomplete type
zaptel.c:5117: error: dereferencing pointer to incomplete type
zaptel.c:5121: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5128: error: dereferencing pointer to incomplete type
zaptel.c:5129: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5131: error: dereferencing pointer to incomplete type
zaptel.c:5138: error: dereferencing pointer to incomplete type
zaptel.c:5140: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5148: error: dereferencing pointer to incomplete type
zaptel.c:5149: error: dereferencing pointer to incomplete type
zaptel.c:5150: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5153: error: dereferencing pointer to incomplete type
zaptel.c:5154: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hooksig':
zaptel.c:5168: error: dereferencing pointer to incomplete type
zaptel.c:5170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbsbits':
zaptel.c:5176: error: dereferencing pointer to incomplete type
zaptel.c:5179: error: dereferencing pointer to incomplete type
zaptel.c:5181: error: dereferencing pointer to incomplete type
zaptel.c:5182: error: dereferencing pointer to incomplete type
zaptel.c:5209: error: dereferencing pointer to incomplete type
zaptel.c:5225: error: dereferencing pointer to incomplete type
zaptel.c:5226: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ec_chunk':
zaptel.c:5234: error: dereferencing pointer to incomplete type
zaptel.c:5236: error: dereferencing pointer to incomplete type
zaptel.c:5240: error: dereferencing pointer to incomplete type
zaptel.c:5243: error: dereferencing pointer to incomplete type
zaptel.c:5244: error: dereferencing pointer to incomplete type
zaptel.c:5245: error: dereferencing pointer to incomplete type
zaptel.c:5246: error: dereferencing pointer to incomplete type
zaptel.c:5247: error: dereferencing pointer to incomplete type
zaptel.c:5248: error: dereferencing pointer to incomplete type
zaptel.c:5251: error: dereferencing pointer to incomplete type
zaptel.c:5252: error: dereferencing pointer to incomplete type
zaptel.c:5253: error: dereferencing pointer to incomplete type
zaptel.c:5255: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5260: error: dereferencing pointer to incomplete type
zaptel.c:5264: error: dereferencing pointer to incomplete type
zaptel.c:5268: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5270: error: dereferencing pointer to incomplete type
zaptel.c:5277: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_process_putaudio_chunk':
zaptel.c:5333: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5342: error: dereferencing pointer to incomplete type
zaptel.c:5346: error: dereferencing pointer to incomplete type
zaptel.c:5347: error: dereferencing pointer to incomplete type
zaptel.c:5351: error: dereferencing pointer to incomplete type
zaptel.c:5353: error: dereferencing pointer to incomplete type
zaptel.c:5354: error: dereferencing pointer to incomplete type
zaptel.c:5355: error: dereferencing pointer to incomplete type
zaptel.c:5356: error: dereferencing pointer to incomplete type
zaptel.c:5357: error: dereferencing pointer to incomplete type
zaptel.c:5358: error: dereferencing pointer to incomplete type
zaptel.c:5359: error: dereferencing pointer to incomplete type
zaptel.c:5360: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5373: error: dereferencing pointer to incomplete type
zaptel.c:5376: error: dereferencing pointer to incomplete type
zaptel.c:5378: error: dereferencing pointer to incomplete type
zaptel.c:5379: error: dereferencing pointer to incomplete type
zaptel.c:5387: error: dereferencing pointer to incomplete type
zaptel.c:5392: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5400: error: dereferencing pointer to incomplete type
zaptel.c:5401: error: dereferencing pointer to incomplete type
zaptel.c:5407: error: dereferencing pointer to incomplete type
zaptel.c:5409: error: dereferencing pointer to incomplete type
zaptel.c:5410: error: dereferencing pointer to incomplete type
zaptel.c:5412: error: dereferencing pointer to incomplete type
zaptel.c:5416: error: dereferencing pointer to incomplete type
zaptel.c:5420: error: dereferencing pointer to incomplete type
zaptel.c:5422: error: dereferencing pointer to incomplete type
zaptel.c:5423: error: dereferencing pointer to incomplete type
zaptel.c:5425: error: dereferencing pointer to incomplete type
zaptel.c:5429: error: dereferencing pointer to incomplete type
zaptel.c:5433: error: dereferencing pointer to incomplete type
zaptel.c:5438: error: dereferencing pointer to incomplete type
zaptel.c:5439: error: dereferencing pointer to incomplete type
zaptel.c:5442: error: dereferencing pointer to incomplete type
zaptel.c:5446: error: dereferencing pointer to incomplete type
zaptel.c:5450: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5459: error: dereferencing pointer to incomplete type
zaptel.c:5461: error: dereferencing pointer to incomplete type
zaptel.c:5463: error: dereferencing pointer to incomplete type
zaptel.c:5467: error: dereferencing pointer to incomplete type
zaptel.c:5470: error: dereferencing pointer to incomplete type
zaptel.c:5472: error: dereferencing pointer to incomplete type
zaptel.c:5474: error: dereferencing pointer to incomplete type
zaptel.c:5476: error: dereferencing pointer to incomplete type
zaptel.c:5480: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5486: error: dereferencing pointer to incomplete type
zaptel.c:5490: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5502: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5508: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5521: error: dereferencing pointer to incomplete type
zaptel.c:5523: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_putbuf_chunk':
zaptel.c:5537: error: dereferencing pointer to incomplete type
zaptel.c:5559: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5565: error: dereferencing pointer to incomplete type
zaptel.c:5568: error: dereferencing pointer to incomplete type
zaptel.c:5570: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5598: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5602: error: dereferencing pointer to incomplete type
zaptel.c:5603: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5620: error: dereferencing pointer to incomplete type
zaptel.c:5621: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5696: error: dereferencing pointer to incomplete type
zaptel.c:5698: error: dereferencing pointer to incomplete type
zaptel.c:5700: error: dereferencing pointer to incomplete type
zaptel.c:5701: error: dereferencing pointer to incomplete type
zaptel.c:5713: error: dereferencing pointer to incomplete type
zaptel.c:5719: error: dereferencing pointer to incomplete type
zaptel.c:5720: error: dereferencing pointer to incomplete type
zaptel.c:5721: error: dereferencing pointer to incomplete type
zaptel.c:5722: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5729: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5756: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_poll':
zaptel.c:5823: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_poll':
zaptel.c:5848: error: dereferencing pointer to incomplete type
zaptel.c:5850: error: dereferencing pointer to incomplete type
zaptel.c:5852: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5863: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_poll':
zaptel.c:5871: error: dereferencing pointer to incomplete type
zaptel.c:5881: error: dereferencing pointer to incomplete type
zaptel.c:5884: error: dereferencing pointer to incomplete type
zaptel.c:5887: error: dereferencing pointer to incomplete type
zaptel.c:5892: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_transmit_chunk':
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_transmit':
zaptel.c:5919: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5923: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getempty':
zaptel.c:5938: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5945: error: dereferencing pointer to incomplete type
zaptel.c:5947: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5952: error: dereferencing pointer to incomplete type
zaptel.c:5953: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5955: error: dereferencing pointer to incomplete type
zaptel.c:5957: error: dereferencing pointer to incomplete type
zaptel.c:5960: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_receive_chunk':
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_receive':
zaptel.c:5997: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:6001: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_transmit':
zaptel.c:6012: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6012: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6014: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6014: error: dereferencing pointer to incomplete type
zaptel.c:6015: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6015: error: dereferencing pointer to incomplete type
zaptel.c:6016: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6016: error: dereferencing pointer to incomplete type
zaptel.c:6017: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6017: error: dereferencing pointer to incomplete type
zaptel.c:6020: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6020: error: dereferencing pointer to incomplete type
zaptel.c:6021: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6021: error: dereferencing pointer to incomplete type
zaptel.c:6023: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6023: error: dereferencing pointer to incomplete type
zaptel.c:6024: error: `u_char' undeclared (first use in this function)
zaptel.c:6024: error: parse error before "data"
zaptel.c:6033: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6033: error: dereferencing pointer to incomplete type
zaptel.c:6036: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6036: error: dereferencing pointer to incomplete type
zaptel.c:6036: warning: dereferencing `void *' pointer
zaptel.c:6037: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6037: error: dereferencing pointer to incomplete type
zaptel.c:6042: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6042: error: dereferencing pointer to incomplete type
zaptel.c:6045: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6045: error: dereferencing pointer to incomplete type
zaptel.c:6046: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6046: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6056: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6056: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_receive':
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6083: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6083: error: dereferencing pointer to incomplete type
zaptel.c:6084: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6084: error: dereferencing pointer to incomplete type
zaptel.c:6086: error: `u_char' undeclared (first use in this function)
zaptel.c:6086: error: parse error before "data"
zaptel.c:6092: warning: dereferencing `void *' pointer
zaptel.c:6092: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6092: error: dereferencing pointer to incomplete type
zaptel.c:6092: error: invalid use of void expression
zaptel.c:6094: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6094: error: dereferencing pointer to incomplete type
zaptel.c:6097: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6097: error: dereferencing pointer to incomplete type
zaptel.c:6102: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6102: error: dereferencing pointer to incomplete type
zaptel.c:6104: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6104: error: dereferencing pointer to incomplete type
zaptel.c:6105: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6105: error: dereferencing pointer to incomplete type
zaptel.c:6106: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6106: error: dereferencing pointer to incomplete type
zaptel.c:6107: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6107: error: dereferencing pointer to incomplete type
zaptel.c:6110: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6110: error: dereferencing pointer to incomplete type
zaptel.c:6111: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6111: error: dereferencing pointer to incomplete type
zaptel.c:6112: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6112: error: dereferencing pointer to incomplete type
zaptel.c:6113: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6113: error: dereferencing pointer to incomplete type
zaptel.c:6114: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6114: error: dereferencing pointer to incomplete type
zaptel.c:6115: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6115: error: dereferencing pointer to incomplete type
zaptel.c:6116: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6116: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6119: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6119: error: dereferencing pointer to incomplete type
zaptel.c:6122: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6122: error: dereferencing pointer to incomplete type
zaptel.c:6124: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6124: error: dereferencing pointer to incomplete type
zaptel.c:6125: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6125: error: dereferencing pointer to incomplete type
zaptel.c:6127: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6127: error: dereferencing pointer to incomplete type
zaptel.c:6129: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6129: error: dereferencing pointer to incomplete type
zaptel.c:6132: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6132: error: dereferencing pointer to incomplete type
zaptel.c:6133: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6133: error: dereferencing pointer to incomplete type
zaptel.c:6134: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6134: error: dereferencing pointer to incomplete type
zaptel.c:6135: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6135: error: dereferencing pointer to incomplete type
zaptel.c:6136: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6136: error: dereferencing pointer to incomplete type
zaptel.c:6137: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6137: error: dereferencing pointer to incomplete type
zaptel.c:6138: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6138: error: dereferencing pointer to incomplete type
zaptel.c:6139: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6139: error: dereferencing pointer to incomplete type
zaptel.c:6141: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6141: error: dereferencing pointer to incomplete type
zaptel.c:6142: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6142: error: dereferencing pointer to incomplete type
zaptel.c:6144: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6144: error: dereferencing pointer to incomplete type
zaptel.c:6148: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6148: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6165: error: dereferencing pointer to incomplete type
zaptel.c:6166: error: dereferencing pointer to incomplete type
zaptel.c:6169: error: dereferencing pointer to incomplete type
zaptel.c:6170: error: dereferencing pointer to incomplete type
zaptel.c:6177: error: dereferencing pointer to incomplete type
zaptel.c:6178: error: dereferencing pointer to incomplete type
zaptel.c:6180: error: dereferencing pointer to incomplete type
zaptel.c:6201: error: dereferencing pointer to incomplete type
zaptel.c:6203: error: dereferencing pointer to incomplete type
zaptel.c:6206: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6212: error: dereferencing pointer to incomplete type
zaptel.c:6213: error: dereferencing pointer to incomplete type
zaptel.c:6216: error: dereferencing pointer to incomplete type
zaptel.c:6217: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:6240: error: variable `zt_fops' has initializer but incomplete type
zaptel.c:6241: error: unknown field `owner' specified in initializer
zaptel.c:6241: warning: excess elements in struct initializer
zaptel.c:6241: warning: (near initialization for `zt_fops')
zaptel.c:6242: error: unknown field `llseek' specified in initializer
zaptel.c:6242: warning: excess elements in struct initializer
zaptel.c:6242: warning: (near initialization for `zt_fops')
zaptel.c:6243: error: unknown field `open' specified in initializer
zaptel.c:6243: warning: excess elements in struct initializer
zaptel.c:6243: warning: (near initialization for `zt_fops')
zaptel.c:6244: error: unknown field `release' specified in initializer
zaptel.c:6244: warning: excess elements in struct initializer
zaptel.c:6244: warning: (near initialization for `zt_fops')
zaptel.c:6245: error: unknown field `ioctl' specified in initializer
zaptel.c:6245: warning: excess elements in struct initializer
zaptel.c:6245: warning: (near initialization for `zt_fops')
zaptel.c:6246: error: unknown field `read' specified in initializer
zaptel.c:6246: warning: excess elements in struct initializer
zaptel.c:6246: warning: (near initialization for `zt_fops')
zaptel.c:6247: error: unknown field `write' specified in initializer
zaptel.c:6247: warning: excess elements in struct initializer
zaptel.c:6247: warning: (near initialization for `zt_fops')
zaptel.c:6248: error: unknown field `poll' specified in initializer
zaptel.c:6248: warning: excess elements in struct initializer
zaptel.c:6248: warning: (near initialization for `zt_fops')
zaptel.c:6249: error: unknown field `mmap' specified in initializer
zaptel.c:6249: warning: excess elements in struct initializer
zaptel.c:6249: warning: (near initialization for `zt_fops')
zaptel.c:6250: error: unknown field `flush' specified in initializer
zaptel.c:6250: warning: excess elements in struct initializer
zaptel.c:6250: warning: (near initialization for `zt_fops')
zaptel.c:6251: error: unknown field `fsync' specified in initializer
zaptel.c:6251: warning: excess elements in struct initializer
zaptel.c:6251: warning: (near initialization for `zt_fops')
zaptel.c:6252: error: unknown field `fasync' specified in initializer
zaptel.c:6252: warning: excess elements in struct initializer
zaptel.c:6252: warning: (near initialization for `zt_fops')
zaptel.c: In function `zt_init':
zaptel.c:6323: warning: implicit declaration of function `class_simple_create'
zaptel.c:6323: warning: assignment makes pointer from integer without a cast
zaptel.c: In function `zt_cleanup':
zaptel.c:6384: warning: implicit declaration of function `class_simple_destroy'
zaptel.c: At top level:
/usr/include/asm-generic/siginfo.h:53: error: storage size of `_pad' isn't known
/usr/include/linux/stat.h:68: error: storage size of `atime' isn't known
/usr/include/linux/stat.h:69: error: storage size of `mtime' isn't known
/usr/include/linux/stat.h:70: error: storage size of `ctime' isn't known
/usr/include/linux/fs.h:262: error: storage size of `ia_atime' isn't known
/usr/include/linux/fs.h:263: error: storage size of `ia_mtime' isn't known
/usr/include/linux/fs.h:264: error: storage size of `ia_ctime' isn't known
/usr/include/linux/quota.h:226: error: storage size of `dq_dqb' isn't known
/usr/include/linux/fs.h:381: error: storage size of `i_atime' isn't known
/usr/include/linux/fs.h:382: error: storage size of `i_mtime' isn't known
/usr/include/linux/fs.h:383: error: storage size of `i_ctime' isn't known
/usr/include/linux/fs.h:515: error: storage size of `f_owner' isn't known
zaptel.h:1065: error: storage size of `confin' isn't known
zaptel.h:1066: error: storage size of `confout' isn't known
zaptel.c:6240: error: storage size of `zt_fops' isn't known
make: *** [zaptel.o] Error 1
debian:/usr/src/zaptel# cd ..
debian:/usr/src# cd  cd linux
debian:/usr/src/linux# ls
kernel-headers-2.4.27-2-686  kernel-source-2.4.27
debian:/usr/src/linux# cd  cd.  ..
debian:/usr/src# ls
kernel-headers-2.4.27-2      kernel-source-2.4.27         linux
kernel-headers-2.4.27-2-686  kernel-source-2.4.27.tar.bz2  zaptel
debian:/usr/src# cd kernel-source-2.4.27
debian:/usr/src/kernel-source-2.4.27# ls
COPYING                  MAINTAINERS     Rules.make  include  mm
CREDITS                  Makefile            arch        init         net
ChangeLog            README            crypto        ipc         scripts
Debian.src.changelog  README.Debian   drivers        kernel   version.Debian
Documentation            REPORTING-BUGS  fs        lib
debian:/usr/src/kernel-source-2.4.27# make oldo config
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/sh scripts/Configure -d arch/i386/config.in
#
# Using defaults found in .config
#
*
* Code maturity level options
*
Prompt for development and/or incomplete code/drivers (CONFIG_EXPERIMENTAL) [Y/n/?]
*
* Loadable module support
*
Enable loadable module support (CONFIG_MODULES) [Y/n/?]
  Set version information on all module symbols (CONFIG_MODVERSIONS) [Y/n/?]
  Kernel module loader (CONFIG_KMOD) [Y/n/?]
*
* Processor type and features
*
Processor family (386, 486, 586/K5/5x86/6x86/6x86MX, Pentium-Classic, Pentium-MMX, Pentium-Pro/Celeron/Pentium-II, Pentium-III/Celeron(Coppermine), Pentium-4, K6/K6-II/K6-III, Athlon/Duron/K7, Opteron/Athlon64/Hammer/K8, Elan, Crusoe, Winchip-C6, Winchip-2, Winchip-2A/Winchip-3, CyrixIII/VIA-C3, VIA-C3-2) [Pentium-Pro/Celeron/Pentium-II]
  defined CONFIG_M686
PGE extensions (not for Cyrix/Transmeta) (CONFIG_X86_PGE) [Y/n/?]
Machine Check Exception (CONFIG_X86_MCE) [Y/n/?]
Toshiba Laptop support (CONFIG_TOSHIBA) [M/n/y/?]
Dell laptop support (CONFIG_I8K) [M/n/y/?]
/dev/cpu/microcode - Intel IA32 CPU microcode support (CONFIG_MICROCODE) [M/n/y/?]
/dev/cpu/*/msr - Model-specific register support (CONFIG_X86_MSR) [M/n/y/?]
/dev/cpu/*/cpuid - CPU information support (CONFIG_X86_CPUID) [M/n/y/?]
BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL) (CONFIG_EDD) [M/n/y/?]
High Memory Support (off, 4GB, 64GB) [4GB]
  defined CONFIG_HIGHMEM4G
HIGHMEM I/O support (CONFIG_HIGHIO) [Y/n/?]
Math emulation (CONFIG_MATH_EMULATION) [N/y/?]
MTRR (Memory Type Range Register) support (CONFIG_MTRR) [Y/n/?]
Support for big physical area reservation (CONFIG_BIGPHYS_AREA) [Y/n/?]
Symmetric multi-processing support (CONFIG_SMP) [N/y/?]
Local APIC support on uniprocessors (CONFIG_X86_UP_APIC) [Y/n/?]
IO-APIC support on uniprocessors (CONFIG_X86_UP_IOAPIC) [Y/n/?]
Unsynced TSC support (CONFIG_X86_TSC_DISABLE) [Y/n/?]
*
* General setup
*
Networking support (CONFIG_NET) [Y/n/?]
PCI support (CONFIG_PCI) [Y/n/?]
  PCI access mode (BIOS, Direct, Any) [Any]
  defined CONFIG_PCI_GOANY
ISA bus support (CONFIG_ISA) [Y/n/?]
PCI device name database (CONFIG_PCI_NAMES) [Y/n/?]
EISA support (CONFIG_EISA) [Y/n/?]
MCA support (CONFIG_MCA) [Y/n/?]
Support for hot-pluggable devices (CONFIG_HOTPLUG) [Y/n/?]
*
* PCMCIA/CardBus support
*
PCMCIA/CardBus support (CONFIG_PCMCIA) [M/n/y/?]
  CardBus support (CONFIG_CARDBUS) [Y/n/?]
  Databook TCIC host bridge support (CONFIG_TCIC) [Y/n/?]
  i82092 compatible bridge support (CONFIG_I82092) [Y/n/?]
  i82365 compatible bridge support (CONFIG_I82365) [Y/n/?]
*
* PCI Hotplug Support
*
Support for PCI Hotplug (EXPERIMENTAL) (CONFIG_HOTPLUG_PCI) [M/n/y/?]
  Compaq PCI Hotplug driver (CONFIG_HOTPLUG_PCI_COMPAQ) [M/n/?]
    Save configuration into NVRAM on Compaq servers (CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM) [Y/n/?]
  IBM PCI Hotplug driver (CONFIG_HOTPLUG_PCI_IBM) [M/n/?]
  ACPI PCI Hotplug driver (CONFIG_HOTPLUG_PCI_ACPI) [M/n/?]
  SHPC PCI Hotplug driver (CONFIG_HOTPLUG_PCI_SHPC) [M/n/?]
    Use polling mechanism for hot-plug events (for testing purpose) (CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE) [N/y/?]
  PCI Express Hotplug driver (CONFIG_HOTPLUG_PCI_PCIE) [M/n/?]
    Use polling mechanism for hot-plug events (for testing purpose) (CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE) [N/y/?]
System V IPC (CONFIG_SYSVIPC) [Y/n/?]
BSD Process Accounting (CONFIG_BSD_PROCESS_ACCT) [Y/n/?]
Sysctl support (CONFIG_SYSCTL) [Y/n/?]
Kernel core (/proc/kcore) format (ELF, A.OUT) [ELF]
  defined CONFIG_KCORE_ELF
Kernel support for a.out binaries (CONFIG_BINFMT_AOUT) [M/n/y/?]
Kernel support for ELF binaries (CONFIG_BINFMT_ELF) [Y/m/n/?]
Kernel support for MISC binaries (CONFIG_BINFMT_MISC) [M/n/y/?]
Select task to kill on out of memory condition (CONFIG_OOM_KILLER) [N/y/?]
Power Management support (CONFIG_PM) [Y/n/?]
  Advanced Power Management BIOS support (CONFIG_APM) [M/n/y/?]
    Ignore USER SUSPEND (CONFIG_APM_IGNORE_USER_SUSPEND) [N/y/?]
    Enable PM at boot time (CONFIG_APM_DO_ENABLE) [N/y/?]
    Make CPU Idle calls when idle (CONFIG_APM_CPU_IDLE) [N/y/?]
    Enable console blanking using APM (CONFIG_APM_DISPLAY_BLANK) [N/y/?]
    RTC stores time in GMT (CONFIG_APM_RTC_IS_GMT) [N/y/?]
    Allow interrupts during APM BIOS calls (CONFIG_APM_ALLOW_INTS) [N/y/?]
    Use real mode APM BIOS call to power off (CONFIG_APM_REAL_MODE_POWER_OFF) [N/y/?]
*
* ACPI Support
*
ACPI Support (CONFIG_ACPI) [Y/n/?]
  Off By Default (CONFIG_ACPI_OFF) [Y/n/?]
  AC Adapter (CONFIG_ACPI_AC) [M/n/y/?]
  Battery (CONFIG_ACPI_BATTERY) [M/n/y/?]
  Button (CONFIG_ACPI_BUTTON) [M/n/y/?]
  Fan (CONFIG_ACPI_FAN) [M/n/y/?]
  Processor (CONFIG_ACPI_PROCESSOR) [M/n/y/?]
  Thermal Zone (CONFIG_ACPI_THERMAL) [M/n/?]
  ASUS Laptop Extras (CONFIG_ACPI_ASUS) [M/n/y/?]
  Toshiba Laptop Extras (CONFIG_ACPI_TOSHIBA) [M/n/y/?]
  Debug Statements (CONFIG_ACPI_DEBUG) [N/y/?]
Optimise the kernel by size (CONFIG_OPTIMISE_SIZE) [N/y/?]
*
* Memory Technology Devices (MTD)
*
Memory Technology Device (MTD) support (CONFIG_MTD) [M/n/y/?]
Debugging (CONFIG_MTD_DEBUG) [N/y/?]
  MTD partitioning support (CONFIG_MTD_PARTITIONS) [M/n/?]
  MTD concatenating support (CONFIG_MTD_CONCAT) [M/n/?]
  RedBoot partition table parsing (CONFIG_MTD_REDBOOT_PARTS) [M/n/?]
  Command line partition table parsing (CONFIG_MTD_CMDLINE_PARTS) [M/n/?]
*
* User Modules And Translation Layers
*
  Direct char device access to MTD devices (CONFIG_MTD_CHAR) [M/n/?]
  Caching block device access to MTD devices (CONFIG_MTD_BLOCK) [M/n/?]
  Readonly block device access to MTD devices (CONFIG_MTD_BLOCK_RO) [M/n/?]
  FTL (Flash Translation Layer) support (CONFIG_FTL) [M/n/?]
  NFTL (NAND Flash Translation Layer) support (CONFIG_NFTL) [M/n/?]
    Write support for NFTL (BETA) (CONFIG_NFTL_RW) [Y/n/?]
*
* RAM/ROM/Flash chip drivers
*
  Detect flash chips by Common Flash Interface (CFI) probe (CONFIG_MTD_CFI) [M/n/?]
  Detect JEDEC JESD21c compatible flash chips (CONFIG_MTD_JEDECPROBE) [M/n/?]
  Flash chip driver advanced configuration options (CONFIG_MTD_CFI_ADV_OPTIONS) [N/y/?]
  Support for Intel/Sharp flash chips (CONFIG_MTD_CFI_INTELEXT) [M/n/?]
  Support for AMD/Fujitsu flash chips (CONFIG_MTD_CFI_AMDSTD) [M/n/?]
  Support for ST (Advanced Architecture) flash chips (CONFIG_MTD_CFI_STAA) [M/n/?]
  Support for RAM chips in bus mapping (CONFIG_MTD_RAM) [M/n/?]
  Support for ROM chips in bus mapping (CONFIG_MTD_ROM) [M/n/?]
  Support for absent chips in bus mapping (CONFIG_MTD_ABSENT) [M/n/?]
  Older (theoretically obsoleted now) drivers for non-CFI chips (CONFIG_MTD_OBSOLETE_CHIPS) [N/y/?]
*
* Mapping drivers for chip access
*
  CFI Flash device in physical memory map (CONFIG_MTD_PHYSMAP) [M/n/?]
    Physical start address of flash mapping (CONFIG_MTD_PHYSMAP_START) [8000000]
    Physical length of flash mapping (CONFIG_MTD_PHYSMAP_LEN) [4000000]
    Bus width in octets (CONFIG_MTD_PHYSMAP_BUSWIDTH) [2]
  CFI Flash device mapped on Photron PNC-2000 (CONFIG_MTD_PNC2000) [M/n/?]
  CFI Flash device mapped on AMD SC520 CDP (CONFIG_MTD_SC520CDP) [M/n/?]
  CFI Flash device mapped on AMD NetSc520 (CONFIG_MTD_NETSC520) [M/n/?]
  CFI Flash device mapped on Arcom SBC-GXx boards (CONFIG_MTD_SBC_GXX) [M/n/?]
  CFI Flash device mapped on Arcom ELAN-104NC (CONFIG_MTD_ELAN_104NC) [M/n/?]
  CFI Flash device mapped on DIL/Net PC (CONFIG_MTD_DILNETPC) [M/n/?]
    Size of boot partition (CONFIG_MTD_DILNETPC_BOOTSIZE) [80000]
  Flash device mapped with DOCCS on NatSemi SCx200 (CONFIG_MTD_SCx200_DOCFLASH) [M/n/?]
  BIOS flash chip on Intel L440GX boards (CONFIG_MTD_L440GX) [N/m/?]
  ROM connected to AMD76X southbridge (CONFIG_MTD_AMD76XROM) [M/n/?]
  ROM connected to Intel Hub Controller 2 (CONFIG_MTD_ICH2ROM) [M/n/?]
  CFI Flash device mapped on SnapGear/SecureEdge (CONFIG_MTD_NETtel) [M/n/?]
  BIOS flash chip on Intel SCB2 boards (CONFIG_MTD_SCB2_FLASH) [M/n/?]
  PCI MTD driver (CONFIG_MTD_PCI) [M/n/?]
  PCMCIA MTD driver (CONFIG_MTD_PCMCIA) [M/n/?]
*
* Self-contained MTD device drivers
*
  Ramix PMC551 PCI Mezzanine RAM card support (CONFIG_MTD_PMC551) [M/n/?]
    PMC551 256M DRAM Bugfix (CONFIG_MTD_PMC551_BUGFIX) [N/y/?]
    PMC551 Debugging (CONFIG_MTD_PMC551_DEBUG) [N/y/?]
  Uncached system RAM (CONFIG_MTD_SLRAM) [M/n/?]
  Test driver using RAM (CONFIG_MTD_MTDRAM) [M/n/?]
MTDRAM device size in KiB (CONFIG_MTDRAM_TOTAL_SIZE) [4096]
MTDRAM erase block size in KiB (CONFIG_MTDRAM_ERASE_SIZE) [128]
  MTD emulation using block device (CONFIG_MTD_BLKMTD) [M/n/?]
*
* Disk-On-Chip Device Drivers
*
  M-Systems Disk-On-Chip 1000 (CONFIG_MTD_DOC1000) [M/n/?]
  M-Systems Disk-On-Chip 2000 and Millennium (CONFIG_MTD_DOC2000) [M/n/?]
  M-Systems Disk-On-Chip Millennium-only alternative driver (see help) (CONFIG_MTD_DOC2001) [M/n/?]
    Advanced detection options for DiskOnChip (CONFIG_MTD_DOCPROBE_ADVANCED) [N/y/?]
*
* NAND Flash Device Drivers
*
  NAND Device Support (CONFIG_MTD_NAND) [M/n/?]
    Verify NAND page writes (CONFIG_MTD_NAND_VERIFY_WRITE) [N/y/?]
*
* Parallel port support
*
Parallel port support (CONFIG_PARPORT) [M/n/y/?]
  PC-style hardware (CONFIG_PARPORT_PC) [M/n/?]
    Multi-IO cards (parallel and serial) (CONFIG_PARPORT_SERIAL) [M/n/?]
    Use FIFO/DMA if available (EXPERIMENTAL) (CONFIG_PARPORT_PC_FIFO) [Y/n/?]
    SuperIO chipset support (EXPERIMENTAL) (CONFIG_PARPORT_PC_SUPERIO) [N/y/?]
    Support for PCMCIA management for PC-style ports (CONFIG_PARPORT_PC_PCMCIA) [M/n/?]
  Support foreign hardware (CONFIG_PARPORT_OTHER) [N/y/?]
  IEEE 1284 transfer modes (CONFIG_PARPORT_1284) [Y/n/?]
*
* Plug and Play configuration
*
Plug and Play support (CONFIG_PNP) [M/n/y/?]
  ISA Plug and Play support (CONFIG_ISAPNP) [M/n/?]
*
* Block devices
*
Normal floppy disk support (CONFIG_BLK_DEV_FD) [M/n/y/?]
PS/2 ESDI hard disk support (CONFIG_BLK_DEV_PS2) [M/n/y/?]
XT hard disk support (CONFIG_BLK_DEV_XD) [M/n/y/?]
Parallel port IDE device support (CONFIG_PARIDE) [M/n/?]
*
* Parallel IDE high-level drivers
*
  Parallel port IDE disks (CONFIG_PARIDE_PD) [M/n/?]
  Parallel port ATAPI CD-ROMs (CONFIG_PARIDE_PCD) [M/n/?]
  Parallel port ATAPI disks (CONFIG_PARIDE_PF) [M/n/?]
  Parallel port ATAPI tapes (CONFIG_PARIDE_PT) [M/n/?]
  Parallel port generic ATAPI devices (CONFIG_PARIDE_PG) [M/n/?]
*
* Parallel IDE protocol modules
*
    ATEN EH-100 protocol (CONFIG_PARIDE_ATEN) [M/n/?]
    MicroSolutions backpack (Series 5) protocol (CONFIG_PARIDE_BPCK) [M/n/?]
    MicroSolutions backpack (Series 6) protocol (CONFIG_PARIDE_BPCK6) [M/n/?]
    DataStor Commuter protocol (CONFIG_PARIDE_COMM) [M/n/?]
    DataStor EP-2000 protocol (CONFIG_PARIDE_DSTR) [M/n/?]
    FIT TD-2000 protocol (CONFIG_PARIDE_FIT2) [M/n/?]
    FIT TD-3000 protocol (CONFIG_PARIDE_FIT3) [M/n/?]
    Shuttle EPAT/EPEZ protocol (CONFIG_PARIDE_EPAT) [M/n/?]
     Support c7/c8 chips (EXPERIMENTAL) (CONFIG_PARIDE_EPATC8) [N/y/?]
    Shuttle EPIA protocol (CONFIG_PARIDE_EPIA) [M/n/?]
    Freecom IQ ASIC-2 protocol (CONFIG_PARIDE_FRIQ) [M/n/?]
    FreeCom power protocol (CONFIG_PARIDE_FRPW) [M/n/?]
    KingByte KBIC-951A/971A protocols (CONFIG_PARIDE_KBIC) [M/n/?]
    KT PHd protocol (CONFIG_PARIDE_KTTI) [M/n/?]
    OnSpec 90c20 protocol (CONFIG_PARIDE_ON20) [M/n/?]
    OnSpec 90c26 protocol (CONFIG_PARIDE_ON26) [M/n/?]
Compaq SMART2 support (CONFIG_BLK_CPQ_DA) [M/n/y/?]
Compaq Smart Array 5xxx support (CONFIG_BLK_CPQ_CISS_DA) [M/n/y/?]
       SCSI tape drive support for Smart Array 5xxx (CONFIG_CISS_SCSI_TAPE) [Y/n/?]
       Enable monitor thread (CONFIG_CISS_MONITOR_THREAD) [Y/n/?]
Mylex DAC960/DAC1100 PCI RAID Controller support (CONFIG_BLK_DEV_DAC960) [M/n/y/?]
Micro Memory MM5415 Battery Backed RAM support (EXPERIMENTAL) (CONFIG_BLK_DEV_UMEM) [M/n/y/?]
Promise SATA SX8 support (CONFIG_BLK_DEV_SX8) [M/n/y/?]
Loopback device support (CONFIG_BLK_DEV_LOOP) [M/n/y/?]
Network block device support (CONFIG_BLK_DEV_NBD) [M/n/y/?]
RAM disk support (CONFIG_BLK_DEV_RAM) [Y/m/n/?]
  Default RAM disk size (CONFIG_BLK_DEV_RAM_SIZE) [8192]
  Initial RAM disk (initrd) support (CONFIG_BLK_DEV_INITRD) [Y/n/?]
Per partition statistics in /proc/partitions (CONFIG_BLK_STATS) [Y/n/?]
*
* Multi-device support (RAID and LVM)
*
Multiple devices driver support (RAID and LVM) (CONFIG_MD) [Y/n/?]
 RAID support (CONFIG_BLK_DEV_MD) [M/n/y/?]
  Linear (append) mode (CONFIG_MD_LINEAR) [M/n/?]
  RAID-0 (striping) mode (CONFIG_MD_RAID0) [M/n/?]
  RAID-1 (mirroring) mode (CONFIG_MD_RAID1) [M/n/?]
  RAID-4/RAID-5 mode (CONFIG_MD_RAID5) [M/n/?]
  Multipath I/O support (CONFIG_MD_MULTIPATH) [M/n/?]
 Logical volume manager (LVM) support (CONFIG_BLK_DEV_LVM) [M/n/y/?]
 Device-mapper support (CONFIG_BLK_DEV_DM) [M/n/y/?]
  Mirror (RAID-1) support (CONFIG_BLK_DEV_DM_MIRROR) [M/n/?]
*
* Networking options
*
Packet socket (CONFIG_PACKET) [M/n/y/?]
  Packet socket: mmapped IO (CONFIG_PACKET_MMAP) [Y/n/?]
Netlink device emulation (CONFIG_NETLINK_DEV) [M/n/y/?]
Network packet filtering (replaces ipchains) (CONFIG_NETFILTER) [Y/n/?]
  Network packet filtering debugging (CONFIG_NETFILTER_DEBUG) [N/y/?]
Socket Filtering (CONFIG_FILTER) [Y/n/?]
Unix domain sockets (CONFIG_UNIX) [M/n/y/?]
PF_KEY sockets (CONFIG_NET_KEY) [M/n/y/?]
TCP/IP networking (CONFIG_INET) [Y/n/?]
  IP: multicasting (CONFIG_IP_MULTICAST) [Y/n/?]
  IP: advanced router (CONFIG_IP_ADVANCED_ROUTER) [Y/n/?]
    IP: policy routing (CONFIG_IP_MULTIPLE_TABLES) [Y/n/?]
      IP: use netfilter MARK value as routing key (CONFIG_IP_ROUTE_FWMARK) [Y/n/?]
      IP: fast network address translation (CONFIG_IP_ROUTE_NAT) [Y/n/?]
    IP: equal cost multipath (CONFIG_IP_ROUTE_MULTIPATH) [Y/n/?]
    IP: use TOS value as routing key (CONFIG_IP_ROUTE_TOS) [Y/n/?]
    IP: verbose route monitoring (CONFIG_IP_ROUTE_VERBOSE) [Y/n/?]
  IP: kernel level autoconfiguration (CONFIG_IP_PNP) [N/y/?]
  IP: tunneling (CONFIG_NET_IPIP) [M/n/y/?]
  IP: GRE tunnels over IP (CONFIG_NET_IPGRE) [M/n/y/?]
    IP: broadcast GRE over IP (CONFIG_NET_IPGRE_BROADCAST) [Y/n/?]
  IP: multicast routing (CONFIG_IP_MROUTE) [Y/n/?]
    IP: PIM-SM version 1 support (CONFIG_IP_PIMSM_V1) [Y/n/?]
    IP: PIM-SM version 2 support (CONFIG_IP_PIMSM_V2) [Y/n/?]
  IP: ARP daemon support (EXPERIMENTAL) (CONFIG_ARPD) [N/y/?]
  IP: TCP Explicit Congestion Notification support (CONFIG_INET_ECN) [N/y/?]
  IP: TCP syncookie support (disabled per default) (CONFIG_SYN_COOKIES) [Y/n/?]
  IP: AH transformation (CONFIG_INET_AH) [M/n/y/?]
  IP: ESP transformation (CONFIG_INET_ESP) [M/n/y/?]
  IP: IPComp transformation (CONFIG_INET_IPCOMP) [M/n/y/?]
*
*   IP: Netfilter Configuration
*
Connection tracking (required for masq/NAT) (CONFIG_IP_NF_CONNTRACK) [M/n/y/?]
  FTP protocol support (CONFIG_IP_NF_FTP) [M/n/?]
  Amanda protocol support (CONFIG_IP_NF_AMANDA) [M/n/?]
  TFTP protocol support (CONFIG_IP_NF_TFTP) [M/n/?]
  IRC protocol support (CONFIG_IP_NF_IRC) [M/n/?]
Userspace queueing via NETLINK (EXPERIMENTAL) (CONFIG_IP_NF_QUEUE) [M/n/y/?]
IP tables support (required for filtering/masq/NAT) (CONFIG_IP_NF_IPTABLES) [M/n/y/?]
  limit match support (CONFIG_IP_NF_MATCH_LIMIT) [M/n/?]
  MAC address match support (CONFIG_IP_NF_MATCH_MAC) [M/n/?]
  Packet type match support (CONFIG_IP_NF_MATCH_PKTTYPE) [M/n/?]
  netfilter MARK match support (CONFIG_IP_NF_MATCH_MARK) [M/n/?]
  Multiple port match support (CONFIG_IP_NF_MATCH_MULTIPORT) [M/n/?]
  TOS match support (CONFIG_IP_NF_MATCH_TOS) [M/n/?]
  recent match support (CONFIG_IP_NF_MATCH_RECENT) [M/n/?]
  ECN match support (CONFIG_IP_NF_MATCH_ECN) [M/n/?]
  DSCP match support (CONFIG_IP_NF_MATCH_DSCP) [M/n/?]
  AH/ESP match support (CONFIG_IP_NF_MATCH_AH_ESP) [M/n/?]
  LENGTH match support (CONFIG_IP_NF_MATCH_LENGTH) [M/n/?]
  TTL match support (CONFIG_IP_NF_MATCH_TTL) [M/n/?]
  tcpmss match support (CONFIG_IP_NF_MATCH_TCPMSS) [M/n/?]
  Helper match support (CONFIG_IP_NF_MATCH_HELPER) [M/n/?]
  Connection state match support (CONFIG_IP_NF_MATCH_STATE) [M/n/?]
  Connection tracking match support (CONFIG_IP_NF_MATCH_CONNTRACK) [M/n/?]
  Unclean match support (EXPERIMENTAL) (CONFIG_IP_NF_MATCH_UNCLEAN) [M/n/?]
  Owner match support (EXPERIMENTAL) (CONFIG_IP_NF_MATCH_OWNER) [M/n/?]
  Packet filtering (CONFIG_IP_NF_FILTER) [M/n/?]
    REJECT target support (CONFIG_IP_NF_TARGET_REJECT) [M/n/?]
    MIRROR target support (EXPERIMENTAL) (CONFIG_IP_NF_TARGET_MIRROR) [M/n/?]
  Full NAT (CONFIG_IP_NF_NAT) [M/n/?]
    MASQUERADE target support (CONFIG_IP_NF_TARGET_MASQUERADE) [M/n/?]
    REDIRECT target support (CONFIG_IP_NF_TARGET_REDIRECT) [M/n/?]
    NAT of local connections (READ HELP) (CONFIG_IP_NF_NAT_LOCAL) [Y/n/?]
    Basic SNMP-ALG support (EXPERIMENTAL) (CONFIG_IP_NF_NAT_SNMP_BASIC) [M/n/?]
  Packet mangling (CONFIG_IP_NF_MANGLE) [M/n/?]
    TOS target support (CONFIG_IP_NF_TARGET_TOS) [M/n/?]
    ECN target support (CONFIG_IP_NF_TARGET_ECN) [M/n/?]
    DSCP target support (CONFIG_IP_NF_TARGET_DSCP) [M/n/?]
    MARK target support (CONFIG_IP_NF_TARGET_MARK) [M/n/?]
  LOG target support (CONFIG_IP_NF_TARGET_LOG) [M/n/?]
  ULOG target support (CONFIG_IP_NF_TARGET_ULOG) [M/n/?]
  TCPMSS target support (CONFIG_IP_NF_TARGET_TCPMSS) [M/n/?]
ARP tables support (CONFIG_IP_NF_ARPTABLES) [M/n/y/?]
  ARP packet filtering (CONFIG_IP_NF_ARPFILTER) [M/n/?]
  ARP payload mangling (CONFIG_IP_NF_ARP_MANGLE) [M/n/?]
ipchains (2.2-style) support (CONFIG_IP_NF_COMPAT_IPCHAINS) [M/n/y/?]
ipfwadm (2.0-style) support (CONFIG_IP_NF_COMPAT_IPFWADM) [M/n/y/?]
*
*   IP: Virtual Server Configuration
*
virtual server support (EXPERIMENTAL) (CONFIG_IP_VS) [M/n/y/?]
  IP virtual server debugging (CONFIG_IP_VS_DEBUG) [N/y/?]
  IPVS connection table size (the Nth power of 2) (CONFIG_IP_VS_TAB_BITS) [12]
*
* IPVS scheduler
*
  round-robin scheduling (CONFIG_IP_VS_RR) [M/n/?]
  weighted round-robin scheduling (CONFIG_IP_VS_WRR) [M/n/?]
  least-connection scheduling (CONFIG_IP_VS_LC) [M/n/?]
  weighted least-connection scheduling (CONFIG_IP_VS_WLC) [M/n/?]
  locality-based least-connection scheduling (CONFIG_IP_VS_LBLC) [M/n/?]
  locality-based least-connection with replication scheduling (CONFIG_IP_VS_LBLCR) [M/n/?]
  destination hashing scheduling (CONFIG_IP_VS_DH) [M/n/?]
  source hashing scheduling (CONFIG_IP_VS_SH) [M/n/?]
  shortest expected delay scheduling (CONFIG_IP_VS_SED) [M/n/?]
  never queue scheduling (CONFIG_IP_VS_NQ) [M/n/?]
*
* IPVS application helper
*
  FTP protocol helper (CONFIG_IP_VS_FTP) [M/n/?]
  The IPv6 protocol (EXPERIMENTAL) (CONFIG_IPV6) [M/n/y/?]
IPv6: Privacy Extensions (RFC 3041) support (CONFIG_IPV6_PRIVACY) [Y/n/?]
*
*   IPv6: Netfilter Configuration
*
Userspace queueing via NETLINK (EXPERIMENTAL) (CONFIG_IP6_NF_QUEUE) [M/n/y/?]
IP6 tables support (required for filtering/masq/NAT) (CONFIG_IP6_NF_IPTABLES) [M/n/y/?]
  limit match support (CONFIG_IP6_NF_MATCH_LIMIT) [M/n/?]
  MAC address match support (CONFIG_IP6_NF_MATCH_MAC) [M/n/?]
  Routing header match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_RT) [M/n/?]
  Hop-by-Hop and Dst opts header match (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_OPTS) [M/n/?]
  Fragmentation header match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_FRAG) [M/n/?]
  HL match support (CONFIG_IP6_NF_MATCH_HL) [M/n/?]
  Multiple port match support (CONFIG_IP6_NF_MATCH_MULTIPORT) [M/n/?]
  Owner match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_OWNER) [M/n/?]
  netfilter MARK match support (CONFIG_IP6_NF_MATCH_MARK) [M/n/?]
  IPv6 Extension Headers Match (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_IPV6HEADER) [M/n/?]
  AH/ESP match support (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_AHESP) [M/n/?]
  Packet Length match support (CONFIG_IP6_NF_MATCH_LENGTH) [M/n/?]
  EUI64 address check (EXPERIMENTAL) (CONFIG_IP6_NF_MATCH_EUI64) [M/n/?]
  Packet filtering (CONFIG_IP6_NF_FILTER) [M/n/?]
    LOG target support (CONFIG_IP6_NF_TARGET_LOG) [M/n/?]
  Packet mangling (CONFIG_IP6_NF_MANGLE) [M/n/?]
    MARK target support (CONFIG_IP6_NF_TARGET_MARK) [M/n/?]
IPv6: AH transformation (CONFIG_INET6_AH) [M/n/y/?]
IPv6: ESP transformation (CONFIG_INET6_ESP) [M/n/y/?]
IPv6: IPComp transformation (CONFIG_INET6_IPCOMP) [M/n/y/?]
IPv6: IPv6-in-IPv6 tunnel (CONFIG_IPV6_TUNNEL) [M/n/y/?]
  IP: IPsec user configuration interface (CONFIG_XFRM_USER) [M/n/y/?]
  Kernel httpd acceleration (EXPERIMENTAL) (CONFIG_KHTTPD) [M/n/y/?]
*
*    SCTP Configuration (EXPERIMENTAL)
*
  The SCTP Protocol (EXPERIMENTAL) (CONFIG_IP_SCTP) [M/n/y/?]
    SCTP: Debug messages (CONFIG_SCTP_DBG_MSG) [N/y/?]
    SCTP: Debug object counts (CONFIG_SCTP_DBG_OBJCNT) [N/y/?]
    SCTP: Cookie HMAC Algorithm (HMAC-NONE, HMAC-SHA1, HMAC-MD5) [HMAC-MD5]
  defined CONFIG_SCTP_HMAC_MD5
Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) (CONFIG_ATM) [Y/m/n/?]
  Classical IP over ATM (CONFIG_ATM_CLIP) [Y/m/n/?]
    Do NOT send ICMP if no neighbour (CONFIG_ATM_CLIP_NO_ICMP) [N/y/?]
  LAN Emulation (LANE) support (CONFIG_ATM_LANE) [M/n/y/?]
    Multi-Protocol Over ATM (MPOA) support (CONFIG_ATM_MPOA) [M/n/y/?]
  RFC1483/2684 Bridged protocols (CONFIG_ATM_BR2684) [M/n/y/?]
    Per-VC IP filter kludge (CONFIG_ATM_BR2684_IPFILTER) [N/y/?]
802.1Q VLAN Support (CONFIG_VLAN_8021Q) [M/n/y/?]
*
*  
*
The IPX protocol (CONFIG_IPX) [M/n/y/?]
  IPX: Full internal IPX network (CONFIG_IPX_INTERN) [N/y/?]
Appletalk protocol support (CONFIG_ATALK) [M/n/y/?]
*
* Appletalk devices
*
Appletalk interfaces support (CONFIG_DEV_APPLETALK) [Y/n/?]
  Apple/Farallon LocalTalk PC support (CONFIG_LTPC) [M/n/y/?]
  COPS LocalTalk PC support (CONFIG_COPS) [M/n/y/?]
    Dayna firmware support (CONFIG_COPS_DAYNA) [Y/n/?]
    Tangent firmware support (CONFIG_COPS_TANGENT) [Y/n/?]
  Appletalk-IP driver support (CONFIG_IPDDP) [M/n/?]
    IP to Appletalk-IP Encapsulation support (CONFIG_IPDDP_ENCAP) [Y/n/?]
    Appletalk-IP to IP Decapsulation support (CONFIG_IPDDP_DECAP) [Y/n/?]
DECnet Support (CONFIG_DECNET) [M/n/y/?]
  DECnet: SIOCGIFCONF support (CONFIG_DECNET_SIOCGIFCONF) [N/y/?]
  DECnet: router support (EXPERIMENTAL) (CONFIG_DECNET_ROUTER) [Y/n/?]
    DECnet: use FWMARK value as routing key (EXPERIMENTAL) (CONFIG_DECNET_ROUTE_FWMARK) [Y/n/?]
802.1d Ethernet Bridging (CONFIG_BRIDGE) [M/n/y/?]
CCITT X.25 Packet Layer (EXPERIMENTAL) (CONFIG_X25) [M/n/y/?]
LAPB Data Link Driver (EXPERIMENTAL) (CONFIG_LAPB) [M/n/y/?]
802.2 LLC (EXPERIMENTAL) (CONFIG_LLC) [N/y/?]
Frame Diverter (EXPERIMENTAL) (CONFIG_NET_DIVERT) [N/y/?]
Acorn Econet/AUN protocols (EXPERIMENTAL) (CONFIG_ECONET) [M/n/y/?]
  AUN over UDP (CONFIG_ECONET_AUNUDP) [Y/n/?]
  Native Econet (CONFIG_ECONET_NATIVE) [Y/n/?]
WAN router (CONFIG_WAN_ROUTER) [M/n/y/?]
Fast switching (read help!) (CONFIG_NET_FASTROUTE) [N/y/?]
Forwarding between high speed interfaces (CONFIG_NET_HW_FLOWCONTROL) [N/y/?]
*
* QoS and/or fair queueing
*
QoS and/or fair queueing (CONFIG_NET_SCHED) [Y/n/?]
  CBQ packet scheduler (CONFIG_NET_SCH_CBQ) [M/n/y/?]
  HTB packet scheduler (CONFIG_NET_SCH_HTB) [M/n/y/?]
  CSZ packet scheduler (CONFIG_NET_SCH_CSZ) [M/n/y/?]
  H-FSC packet scheduler (CONFIG_NET_SCH_HFSC) [M/n/y/?]
  ATM pseudo-scheduler (CONFIG_NET_SCH_ATM) [N/y/m/?]
  The simplest PRIO pseudoscheduler (CONFIG_NET_SCH_PRIO) [M/n/y/?]
  RED queue (CONFIG_NET_SCH_RED) [M/n/y/?]
  SFQ queue (CONFIG_NET_SCH_SFQ) [M/n/y/?]
  TEQL queue (CONFIG_NET_SCH_TEQL) [M/n/y/?]
  TBF queue (CONFIG_NET_SCH_TBF) [M/n/y/?]
  GRED queue (CONFIG_NET_SCH_GRED) [M/n/y/?]
  Network emulator (CONFIG_NET_SCH_NETEM) [M/n/y/?]
  Diffserv field marker (CONFIG_NET_SCH_DSMARK) [M/n/y/?]
  Ingress Qdisc (CONFIG_NET_SCH_INGRESS) [M/n/y/?]
  QoS support (CONFIG_NET_QOS) [Y/n/?]
    Rate estimator (CONFIG_NET_ESTIMATOR) [Y/n/?]
  Packet classifier API (CONFIG_NET_CLS) [Y/n/?]
    TC index classifier (CONFIG_NET_CLS_TCINDEX) [M/n/y/?]
    Routing table based classifier (CONFIG_NET_CLS_ROUTE4) [M/n/y/?]
    Firewall based classifier (CONFIG_NET_CLS_FW) [M/n/y/?]
    U32 classifier (CONFIG_NET_CLS_U32) [M/n/y/?]
    Special RSVP classifier (CONFIG_NET_CLS_RSVP) [M/n/y/?]
    Special RSVP classifier for IPv6 (CONFIG_NET_CLS_RSVP6) [M/n/y/?]
    Traffic policing (needed for in/egress) (CONFIG_NET_CLS_POLICE) [Y/n/?]
*
* Network testing
*
Packet Generator (USE WITH CAUTION) (CONFIG_NET_PKTGEN) [M/n/y/?]
*
* Telephony Support
*
Linux telephony support (CONFIG_PHONE) [M/n/y/?]
QuickNet Internet LineJack/PhoneJack support (CONFIG_PHONE_IXJ) [M/n/?]
QuickNet Internet LineJack/PhoneJack PCMCIA support (CONFIG_PHONE_IXJ_PCMCIA) [M/n/?]
*
* ATA/IDE/MFM/RLL support
*
ATA/IDE/MFM/RLL support (CONFIG_IDE) [M/n/y/?]
*
* IDE, ATA and ATAPI Block devices
*
Enhanced IDE/MFM/RLL disk/cdrom/tape/floppy support (CONFIG_BLK_DEV_IDE) [M/n/?]
*
* Please see Documentation/ide.txt for help/info on IDE drives
*
  Use old disk-only driver on primary interface (CONFIG_BLK_DEV_HD_IDE) [N/y/?]
  Include IDE/ATA-2 DISK support (CONFIG_BLK_DEV_IDEDISK) [M/n/?]
    Use multi-mode by default (CONFIG_IDEDISK_MULTI_MODE) [N/y/?]
    Auto-Geometry Resizing support (CONFIG_IDEDISK_STROKE) [N/y/?]
  PCMCIA IDE support (CONFIG_BLK_DEV_IDECS) [M/n/?]
  Include IDE/ATAPI CDROM support (CONFIG_BLK_DEV_IDECD) [M/n/?]
  Include IDE/ATAPI TAPE support (CONFIG_BLK_DEV_IDETAPE) [M/n/?]
  Include IDE/ATAPI FLOPPY support (CONFIG_BLK_DEV_IDEFLOPPY) [M/n/?]
  SCSI emulation support (CONFIG_BLK_DEV_IDESCSI) [M/n/?]
  IDE Taskfile Access (CONFIG_IDE_TASK_IOCTL) [N/y/?]
*
* IDE chipset support/bugfixes
*
  CMD640 chipset bugfix/support (CONFIG_BLK_DEV_CMD640) [M/n/?]
    CMD640 enhanced support (CONFIG_BLK_DEV_CMD640_ENHANCED) [N/y/?]
  ISA-PNP EIDE support (CONFIG_BLK_DEV_ISAPNP) [M/n/?]
  PCI IDE chipset support (CONFIG_BLK_DEV_IDEPCI) [Y/n/?]
    Generic PCI IDE Chipset Support (CONFIG_BLK_DEV_GENERIC) [M/n/?]
    Sharing PCI IDE interrupts support (CONFIG_IDEPCI_SHARE_IRQ) [Y/n/?]
    Generic PCI bus-master DMA support (CONFIG_BLK_DEV_IDEDMA_PCI) [Y/n/?]
    Boot off-board chipsets first support (CONFIG_BLK_DEV_OFFBOARD) [N/y/?]
      Force enable legacy 2.0.X HOSTS to use DMA (CONFIG_BLK_DEV_IDEDMA_FORCED) [N/y/?]
      Use PCI DMA by default when available (CONFIG_IDEDMA_PCI_AUTO) [Y/n/?]
    Enable DMA only for disks  (CONFIG_IDEDMA_ONLYDISK) [N/y/?]
      ATA Work(s) In Progress (EXPERIMENTAL) (CONFIG_IDEDMA_PCI_WIP) [N/y/?]
    Pacific Digital ADMA-100 basic support (CONFIG_BLK_DEV_ADMA100) [M/n/?]
    AEC62XX chipset support (CONFIG_BLK_DEV_AEC62XX) [M/n/?]
    ALI M15x3 chipset support (CONFIG_BLK_DEV_ALI15X3) [M/n/?]
      ALI M15x3 WDC support (DANGEROUS) (CONFIG_WDC_ALI15X3) [N/y/?]
    AMD and nVidia IDE support (CONFIG_BLK_DEV_AMD74XX) [M/n/?]
      AMD Viper ATA-66 Override (CONFIG_AMD74XX_OVERRIDE) [N/y/?]
    ATI IXP chipset IDE support (CONFIG_BLK_DEV_ATIIXP) [M/n/?]
    CMD64{3|6|8|9} chipset support (CONFIG_BLK_DEV_CMD64X) [M/n/?]
    Compaq Triflex IDE support (CONFIG_BLK_DEV_TRIFLEX) [M/n/?]
    CY82C693 chipset support (CONFIG_BLK_DEV_CY82C693) [M/n/?]
    Cyrix CS5530 MediaGX chipset support (CONFIG_BLK_DEV_CS5530) [M/n/?]
    HPT34X chipset support (CONFIG_BLK_DEV_HPT34X) [M/n/?]
    HPT36X/37X chipset support (CONFIG_BLK_DEV_HPT366) [M/n/?]
    Intel PIIXn chipsets support (CONFIG_BLK_DEV_PIIX) [M/n/?]
    NS87415 chipset support (CONFIG_BLK_DEV_NS87415) [M/n/?]
    OPTi 82C621 chipset enhanced support (EXPERIMENTAL) (CONFIG_BLK_DEV_OPTI621) [M/n/?]
    Promise PDC202{46|62|65|67} support (CONFIG_BLK_DEV_PDC202XX_OLD) [M/n/?]
      Force (U)DMA burst transfers (CONFIG_PDC202XX_BURST) [Y/n/?]
    Promise PDC202{68|69|70|71|75|76|77} support (CONFIG_BLK_DEV_PDC202XX_NEW) [M/n/?]
    Ignore BIOS port disabled setting on FastTrak (CONFIG_PDC202XX_FORCE) [Y/n/?]
    RZ1000 chipset bugfix/support (CONFIG_BLK_DEV_RZ1000) [M/n/?]
    SCx200 chipset support (CONFIG_BLK_DEV_SC1200) [M/n/?]
    ServerWorks OSB4/CSB5/CSB6 chipsets support (CONFIG_BLK_DEV_SVWKS) [M/n/?]
    Silicon Image chipset support (CONFIG_BLK_DEV_SIIMAGE) [M/n/?]
    SiS5513 chipset support (CONFIG_BLK_DEV_SIS5513) [M/n/?]
    SLC90E66 chipset support (CONFIG_BLK_DEV_SLC90E66) [M/n/?]
    Tekram TRM290 chipset support (CONFIG_BLK_DEV_TRM290) [M/n/?]
    VIA82CXXX chipset support (CONFIG_BLK_DEV_VIA82CXXX) [M/n/?]
  Other IDE chipset support (CONFIG_IDE_CHIPSETS) [N/y/?]
  IGNORE word93 Validation BITS (CONFIG_IDEDMA_IVB) [N/y/?]
Support for IDE Raid controllers (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID) [M/n/?]
   Support Promise software RAID (Fasttrak(tm)) (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_PDC) [M/n/?]
   Highpoint 370 software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_HPT) [M/n/?]
   CMD/Silicon Image Medley Software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_MEDLEY) [M/n/?]
   Silicon Image Medley software RAID (EXPERIMENTAL) (CONFIG_BLK_DEV_ATARAID_SII) [M/n/?]
*
* SCSI support
*
SCSI support (CONFIG_SCSI) [M/n/y/?]
*
* SCSI support type (disk, tape, CD-ROM)
*
  SCSI disk support (CONFIG_BLK_DEV_SD) [M/n/?]
Maximum number of SCSI disks that can be loaded as modules (CONFIG_SD_EXTRA_DEVS) [40]
  SCSI tape support (CONFIG_CHR_DEV_ST) [M/n/?]
  SCSI OnStream SC-x0 tape support (CONFIG_CHR_DEV_OSST) [M/n/?]
  SCSI CD-ROM support (CONFIG_BLK_DEV_SR) [M/n/?]
    Enable vendor-specific extensions (for SCSI CDROM) (CONFIG_BLK_DEV_SR_VENDOR) [N/y/?]
Maximum number of CDROM devices that can be loaded as modules (CONFIG_SR_EXTRA_DEVS) [2]
  SCSI media changer support (CONFIG_CHR_DEV_SCH) [M/n/?]
  SCSI generic support (CONFIG_CHR_DEV_SG) [M/n/?]
*
* Some SCSI devices (e.g. CD jukebox) support multiple LUNs
*
  Enable extra checks in new queueing code (CONFIG_SCSI_DEBUG_QUEUES) [N/y/?]
  Probe all LUNs on each SCSI device (CONFIG_SCSI_MULTI_LUN) [Y/n/?]
  Verbose SCSI error reporting (kernel size +=12K) (CONFIG_SCSI_CONSTANTS) [Y/n/?]
  SCSI logging facility (CONFIG_SCSI_LOGGING) [Y/n/?]
*
* SCSI low-level drivers
*
3ware Hardware ATA-RAID support (CONFIG_BLK_DEV_3W_XXXX_RAID) [M/n/?]
7000FASST SCSI support (CONFIG_SCSI_7000FASST) [M/n/?]
ACARD SCSI support (CONFIG_SCSI_ACARD) [M/n/?]
Adaptec AHA152X/2825 support (CONFIG_SCSI_AHA152X) [M/n/?]
Adaptec AHA1542 support (CONFIG_SCSI_AHA1542) [M/n/?]
Adaptec AHA1740 support (CONFIG_SCSI_AHA1740) [M/n/?]
Adaptec AACRAID support (EXPERIMENTAL) (CONFIG_SCSI_AACRAID) [M/n/?]
Adaptec AIC7xxx support (CONFIG_SCSI_AIC7XXX) [M/n/?]
  Maximum number of TCQ commands per device (CONFIG_AIC7XXX_CMDS_PER_DEVICE) [8]
  Initial bus reset delay in milli-seconds (CONFIG_AIC7XXX_RESET_DELAY_MS) [15000]
  Probe for EISA and VL AIC7XXX Adapters (CONFIG_AIC7XXX_PROBE_EISA_VL) [Y/n/?]
  Build Adapter Firmware with Kernel Build (CONFIG_AIC7XXX_BUILD_FIRMWARE) [N/y/?]
  Compile in Debugging Code (CONFIG_AIC7XXX_DEBUG_ENABLE) [N/y/?]
  Debug code enable mask (2048 for all debugging) (CONFIG_AIC7XXX_DEBUG_MASK) [0]
  Decode registers during diagnostics (CONFIG_AIC7XXX_REG_PRETTY_PRINT) [N/y/?]
Adaptec AIC79xx support (CONFIG_SCSI_AIC79XX) [M/n/?]
  Maximum number of TCQ commands per device (CONFIG_AIC79XX_CMDS_PER_DEVICE) [32]
  Initial bus reset delay in milli-seconds (CONFIG_AIC79XX_RESET_DELAY_MS) [15000]
  Build Adapter Firmware with Kernel Build (CONFIG_AIC79XX_BUILD_FIRMWARE) [N/y/?]
  Enable Read Streaming for All Targets (CONFIG_AIC79XX_ENABLE_RD_STRM) [N/y/?]
  Compile in Debugging Code (CONFIG_AIC79XX_DEBUG_ENABLE) [N/y/?]
  Debug code enable mask (16384 for all debugging) (CONFIG_AIC79XX_DEBUG_MASK) [0]
  Decode registers during diagnostics (CONFIG_AIC79XX_REG_PRETTY_PRINT) [N/y/?]
Old Adaptec AIC7xxx support (CONFIG_SCSI_AIC7XXX_OLD) [M/n/?]
  Enable Tagged Command Queueing (TCQ) by default (CONFIG_AIC7XXX_OLD_TCQ_ON_BY_DEFAULT) [N/y/?]
  Maximum number of TCQ commands per device (CONFIG_AIC7XXX_OLD_CMDS_PER_DEVICE) [8]
  Collect statistics to report in /proc (CONFIG_AIC7XXX_OLD_PROC_STATS) [Y/n/?]
Adaptec I2O RAID support  (CONFIG_SCSI_DPT_I2O) [M/n/?]
AdvanSys SCSI support (CONFIG_SCSI_ADVANSYS) [M/n/?]
Always IN2000 SCSI support (CONFIG_SCSI_IN2000) [M/n/?]
AM53/79C974 PCI SCSI support (CONFIG_SCSI_AM53C974) [M/n/?]
AMI MegaRAID support (CONFIG_SCSI_MEGARAID) [M/n/?]
AMI MegaRAID2 support (CONFIG_SCSI_MEGARAID2) [M/n/?]
Serial ATA (SATA) support (CONFIG_SCSI_SATA) [Y/n/?]
  ServerWorks Frodo / Apple K2 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SVW) [M/n/y/?]
  Promise SATA TX2/TX4 support (EXPERIMENTAL) (CONFIG_SCSI_SATA_PROMISE) [M/n/y/?]
  Promise SATA SX4 support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SX4) [M/n/y/?]
  Silicon Image SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SIL) [M/n/y/?]
  SiS 964/180 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_SIS) [M/n/y/?]
  VIA SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_VIA) [M/n/y/?]
  Vitesse VSC-7174 SATA support (EXPERIMENTAL) (CONFIG_SCSI_SATA_VITESSE) [M/n/y/?]
BusLogic SCSI support (CONFIG_SCSI_BUSLOGIC) [M/n/?]
  Omit FlashPoint support (CONFIG_SCSI_OMIT_FLASHPOINT) [N/y/?]
Compaq Fibre Channel 64-bit/66Mhz HBA support (CONFIG_SCSI_CPQFCTS) [M/n/?]
DMX3191D SCSI support (CONFIG_SCSI_DMX3191D) [M/n/?]
DTC3180/3280 SCSI support (CONFIG_SCSI_DTC3280) [M/n/?]
EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support (CONFIG_SCSI_EATA) [M/n/?]
  enable tagged command queueing (CONFIG_SCSI_EATA_TAGGED_QUEUE) [N/y/?]
  enable elevator sorting (CONFIG_SCSI_EATA_LINKED_COMMANDS) [N/y/?]
  maximum number of queued commands (CONFIG_SCSI_EATA_MAX_TAGS) [16]
EATA-DMA [Obsolete] (DPT, NEC, AT&T, SNI, AST, Olivetti, Alphatronix) support (CONFIG_SCSI_EATA_DMA) [N/m/?]
EATA-PIO (old DPT PM2001, PM2012A) support (CONFIG_SCSI_EATA_PIO) [M/n/?]
Future Domain 16xx SCSI/AHA-2920A support (CONFIG_SCSI_FUTURE_DOMAIN) [M/n/?]
Future Domain MCS-600/700 SCSI support (CONFIG_SCSI_FD_MCS) [M/n/?]
Intel/ICP (former GDT SCSI Disk Array) RAID Controller support (CONFIG_SCSI_GDTH) [M/n/?]
Generic NCR5380/53c400 SCSI support (CONFIG_SCSI_GENERIC_NCR5380) [M/n/?]
  Enable NCR53c400 extensions (CONFIG_SCSI_GENERIC_NCR53C400) [Y/n/?]
NCR5380/53c400 mapping method (use Port for T130B) (Port, Memory) [Port]
  defined CONFIG_SCSI_G_NCR5380_PORT
IBMMCA SCSI support (CONFIG_SCSI_IBMMCA) [M/n/?]
  Standard SCSI-order (CONFIG_IBMMCA_SCSI_ORDER_STANDARD) [Y/n/?]
  Reset SCSI-devices at boottime (CONFIG_IBMMCA_SCSI_DEV_RESET) [N/y/?]
IBM ServeRAID support (CONFIG_SCSI_IPS) [M/n/?]
Initio 9100U(W) support (CONFIG_SCSI_INITIO) [M/n/?]
Initio INI-A100U2W support (CONFIG_SCSI_INIA100) [M/n/?]
IOMEGA parallel port (ppa - older drives) (CONFIG_SCSI_PPA) [M/n/?]
IOMEGA parallel port (imm - newer drives) (CONFIG_SCSI_IMM) [M/n/?]
  ppa/imm option - Use slow (but safe) EPP-16 (CONFIG_SCSI_IZIP_EPP16) [N/y/?]
  ppa/imm option - Assume slow parport control register (CONFIG_SCSI_IZIP_SLOW_CTR) [N/y/?]
NCR53c406a SCSI support (CONFIG_SCSI_NCR53C406A) [M/n/?]
NCR Dual 700 MCA SCSI support (CONFIG_SCSI_NCR_D700) [M/n/?]
NCR53c7,8xx SCSI support (CONFIG_SCSI_NCR53C7xx) [N/m/?]
SYM53C8XX Version 2 SCSI support (CONFIG_SCSI_SYM53C8XX_2) [M/n/?]
  DMA addressing mode (CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE) [1]
  default tagged command queue depth (CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS) [16]
  maximum number of queued commands (CONFIG_SCSI_SYM53C8XX_MAX_TAGS) [64]
  use normal IO (CONFIG_SCSI_SYM53C8XX_IOMAPPED) [N/y/?]
NCR53C8XX SCSI support (CONFIG_SCSI_NCR53C8XX) [M/n/?]
SYM53C8XX SCSI support (CONFIG_SCSI_SYM53C8XX) [M/n/?]
  default tagged command queue depth (CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS) [8]
  maximum number of queued commands (CONFIG_SCSI_NCR53C8XX_MAX_TAGS) [4]
  synchronous transfers frequency in MHz (CONFIG_SCSI_NCR53C8XX_SYNC) [5]
  enable profiling (CONFIG_SCSI_NCR53C8XX_PROFILE) [N/y/?]
  use normal IO (CONFIG_SCSI_NCR53C8XX_IOMAPPED) [N/y/?]
  include support for the NCR PQS/PDS SCSI card (CONFIG_SCSI_NCR53C8XX_PQS_PDS) [Y/n/?]
  assume boards are SYMBIOS compatible (EXPERIMENTAL) (CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT) [N/y/?]
NCR MCA 53C9x SCSI support (CONFIG_SCSI_MCA_53C9X) [M/n/?]
PAS16 SCSI support (CONFIG_SCSI_PAS16) [M/n/?]
PCI2000 support (CONFIG_SCSI_PCI2000) [M/n/?]
PCI2220i support (CONFIG_SCSI_PCI2220I) [M/n/?]
PSI240i support (CONFIG_SCSI_PSI240I) [M/n/?]
Qlogic FAS SCSI support (CONFIG_SCSI_QLOGIC_FAS) [M/n/?]
Qlogic ISP SCSI support (CONFIG_SCSI_QLOGIC_ISP) [M/n/?]
Qlogic ISP FC SCSI support (CONFIG_SCSI_QLOGIC_FC) [M/n/?]
   Include loadable firmware in driver (CONFIG_SCSI_QLOGIC_FC_FIRMWARE) [Y/n/?]
Qlogic QLA 1280 SCSI support (CONFIG_SCSI_QLOGIC_1280) [M/n/?]
Seagate ST-02 and Future Domain TMC-8xx SCSI support (CONFIG_SCSI_SEAGATE) [M/n/?]
Simple 53c710 SCSI support (Compaq, NCR machines) (CONFIG_SCSI_SIM710) [M/n/?]
Symbios 53c416 SCSI support (CONFIG_SCSI_SYM53C416) [M/n/?]
Tekram DC390(T) and Am53/79C974 SCSI support (CONFIG_SCSI_DC390T) [M/n/?]
  _omit_ support for non-DC390 adapters (CONFIG_SCSI_DC390T_NOGENSUPP) [N/y/?]
Trantor T128/T128F/T228 SCSI support (CONFIG_SCSI_T128) [M/n/?]
UltraStor 14F/34F support (CONFIG_SCSI_U14_34F) [M/n/?]
  enable elevator sorting (CONFIG_SCSI_U14_34F_LINKED_COMMANDS) [N/y/?]
  maximum number of queued commands (CONFIG_SCSI_U14_34F_MAX_TAGS) [8]
UltraStor SCSI support (CONFIG_SCSI_ULTRASTOR) [M/n/?]
Workbit NinjaSCSI-32Bi/UDE support (CONFIG_SCSI_NSP32) [M/n/?]
SCSI debugging host simulator (EXPERIMENTAL) (CONFIG_SCSI_DEBUG) [M/n/?]
*
* PCMCIA SCSI adapter support
*
PCMCIA SCSI adapter support (CONFIG_SCSI_PCMCIA) [Y/n/?]
  Adaptec AHA152X PCMCIA support (CONFIG_PCMCIA_AHA152X) [M/n/?]
  Future Domain PCMCIA support (CONFIG_PCMCIA_FDOMAIN) [M/n/?]
  NinjaSCSI-3 / NinjaSCSI-32Bi (16bit) PCMCIA support (CONFIG_PCMCIA_NINJA_SCSI) [M/n/?]
  Qlogic PCMCIA support (CONFIG_PCMCIA_QLOGIC) [M/n/?]
*
* Fusion MPT device support
*
Fusion MPT (base + ScsiHost) drivers (CONFIG_FUSION) [M/n/?]
  Maximum number of scatter gather entries (CONFIG_FUSION_MAX_SGE) [40]
  Enhanced SCSI error reporting (CONFIG_FUSION_ISENSE) [M/n/?]
  Fusion MPT misc device (ioctl) driver (CONFIG_FUSION_CTL) [M/n/?]
  Fusion MPT LAN driver (CONFIG_FUSION_LAN) [M/n/?]
*
* IEEE 1394 (FireWire) support (EXPERIMENTAL)
*
IEEE 1394 (FireWire) support (EXPERIMENTAL) (CONFIG_IEEE1394) [M/n/y/?]
*
* Device Drivers
*
  Texas Instruments PCILynx support (CONFIG_IEEE1394_PCILYNX) [M/n/?]
  OHCI-1394 support (CONFIG_IEEE1394_OHCI1394) [M/n/?]
*
* Protocol Drivers
*
  OHCI-1394 Video support (CONFIG_IEEE1394_VIDEO1394) [M/n/?]
  SBP-2 support (Harddisks etc.) (CONFIG_IEEE1394_SBP2) [M/n/?]
    Enable Phys DMA support for SBP2 (Debug) (CONFIG_IEEE1394_SBP2_PHYS_DMA) [N/y/?]
  Ethernet over 1394 (CONFIG_IEEE1394_ETH1394) [M/n/?]
  OHCI-DV I/O support (CONFIG_IEEE1394_DV1394) [M/n/?]
  Raw IEEE1394 I/O support (CONFIG_IEEE1394_RAWIO) [M/n/?]
  IEC61883-1 Plug support (CONFIG_IEEE1394_CMP) [M/n/?]
    IEC61883-6 (Audio transmission) support (CONFIG_IEEE1394_AMDTP) [M/n/?]
Excessive debugging output (CONFIG_IEEE1394_VERBOSEDEBUG) [N/y/?]
OUI Database built-in (CONFIG_IEEE1394_OUI_DB) [Y/n/?]
*
* I2O device support
*
I2O support (CONFIG_I2O) [M/n/y/?]
  I2O PCI support (CONFIG_I2O_PCI) [M/n/?]
  I2O Block OSM (CONFIG_I2O_BLOCK) [M/n/?]
  I2O LAN OSM (CONFIG_I2O_LAN) [M/n/?]
  I2O SCSI OSM (CONFIG_I2O_SCSI) [M/n/?]
  I2O /proc support (CONFIG_I2O_PROC) [M/n/?]
*
* Network device support
*
Network device support (CONFIG_NETDEVICES) [Y/n/?]
*
* ARCnet devices
*
ARCnet support (CONFIG_ARCNET) [M/n/y/?]
Enable standard ARCNet packet format (RFC 1201) (CONFIG_ARCNET_1201) [M/n/?]
Enable old ARCNet packet format (RFC 1051) (CONFIG_ARCNET_1051) [M/n/?]
Enable raw mode packet interface (CONFIG_ARCNET_RAW) [M/n/?]
ARCnet COM90xx (normal) chipset driver (CONFIG_ARCNET_COM90xx) [M/n/?]
ARCnet COM90xx (IO mapped) chipset driver (CONFIG_ARCNET_COM90xxIO) [M/n/?]
ARCnet COM90xx (RIM I) chipset driver (CONFIG_ARCNET_RIM_I) [M/n/?]
ARCnet COM20020 chipset driver (CONFIG_ARCNET_COM20020) [M/n/?]
  Support for COM20020 on ISA (CONFIG_ARCNET_COM20020_ISA) [M/n/?]
  Support for COM20020 on PCI (CONFIG_ARCNET_COM20020_PCI) [M/n/?]
Dummy net driver support (CONFIG_DUMMY) [M/n/y/?]
Bonding driver support (CONFIG_BONDING) [M/n/y/?]
EQL (serial line load balancing) support (CONFIG_EQUALIZER) [M/n/y/?]
Universal TUN/TAP device driver support (CONFIG_TUN) [M/n/y/?]
Ethertap network tap (OBSOLETE) (CONFIG_ETHERTAP) [M/n/y/?]
General Instruments Surfboard 1000 (CONFIG_NET_SB1000) [M/n/?]
*
* Ethernet (10 or 100Mbit)
*
Ethernet (10 or 100Mbit) (CONFIG_NET_ETHERNET) [Y/n/?]
  Sun Happy Meal 10/100baseT support (CONFIG_HAPPYMEAL) [M/n/y/?]
  Sun GEM & Apple GMAC support (CONFIG_SUNGEM) [N/y/m/?]
  3COM cards (CONFIG_NET_VENDOR_3COM) [Y/n/?]
    3c501 "EtherLink" support (CONFIG_EL1) [M/n/y/?]
    3c503 "EtherLink II" support (CONFIG_EL2) [M/n/y/?]
    3c505 "EtherLink Plus" support (CONFIG_ELPLUS) [M/n/y/?]
    3c507 "EtherLink 16" support (EXPERIMENTAL) (CONFIG_EL16) [M/n/y/?]
    3c509/3c529 (MCA)/3c579 "EtherLink III" support (CONFIG_EL3) [M/n/y/?]
    3c515 ISA "Fast EtherLink" (CONFIG_3C515) [M/n/y/?]
    3c523 "EtherLink/MC" support (CONFIG_ELMC) [M/n/y/?]
    3c527 "EtherLink/MC 32" support (EXPERIMENTAL) (CONFIG_ELMC_II) [M/n/y/?]
    3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (CONFIG_VORTEX) [M/n/y/?]
    3cr990 series "Typhoon" support (CONFIG_TYPHOON) [M/n/y/?]
  AMD LANCE and PCnet (AT1500 and NE2100) support (CONFIG_LANCE) [M/n/y/?]
  Western Digital/SMC cards (CONFIG_NET_VENDOR_SMC) [Y/n/?]
    WD80*3 support (CONFIG_WD80x3) [M/n/y/?]
    SMC Ultra MCA support (CONFIG_ULTRAMCA) [M/n/y/?]
    SMC Ultra support (CONFIG_ULTRA) [M/n/y/?]
    SMC Ultra32 EISA support (CONFIG_ULTRA32) [M/n/y/?]
    SMC 9194 support (CONFIG_SMC9194) [M/n/y/?]
  Racal-Interlan (Micom) NI cards (CONFIG_NET_VENDOR_RACAL) [Y/n/?]
    NI5010 support (EXPERIMENTAL) (CONFIG_NI5010) [M/n/y/?]
    NI5210 support (CONFIG_NI52) [M/n/y/?]
    NI6510 support (CONFIG_NI65) [M/n/y/?]
  AT1700/1720 support (EXPERIMENTAL) (CONFIG_AT1700) [M/n/y/?]
  DEPCA, DE10x, DE200, DE201, DE202, DE422 support (CONFIG_DEPCA) [M/n/y/?]
  HP 10/100VG PCLAN (ISA, EISA, PCI) support (CONFIG_HP100) [M/n/y/?]
  Other ISA cards (CONFIG_NET_ISA) [Y/n/?]
    Cabletron E21xx support (CONFIG_E2100) [M/n/y/?]
    EtherWORKS 3 (DE203, DE204, DE205) support (CONFIG_EWRK3) [M/n/y/?]
    EtherExpress 16 support (CONFIG_EEXPRESS) [M/n/y/?]
    EtherExpressPro support/EtherExpress 10 (i82595) support (CONFIG_EEXPRESS_PRO) [M/n/y/?]
    HP PCLAN+ (27247B and 27252A) support (CONFIG_HPLAN_PLUS) [M/n/y/?]
    HP PCLAN (27245 and other 27xxx series) support (CONFIG_HPLAN) [M/n/y/?]
    LP486E on board Ethernet (CONFIG_LP486E) [M/n/y/?]
    ICL EtherTeam 16i/32 support (CONFIG_ETH16I) [M/n/y/?]
    NE2000/NE1000 support (CONFIG_NE2000) [M/n/y/?]
  SKnet MCA support (CONFIG_SKMC) [M/n/y/?]
  NE/2 (ne2000 MCA version) support (CONFIG_NE2_MCA) [M/n/y/?]
  IBM LAN Adapter/A support (CONFIG_IBMLANA) [M/n/y/?]
  EISA, VLB, PCI and on board controllers (CONFIG_NET_PCI) [Y/n/?]
    AMD PCnet32 PCI support (CONFIG_PCNET32) [M/n/y/?]
    AMD 8111 (new PCI lance) support (CONFIG_AMD8111_ETH) [M/n/y/?]
    Adaptec Starfire/DuraLAN support (CONFIG_ADAPTEC_STARFIRE) [M/n/y/?]
    Ansel Communications EISA 3200 support (EXPERIMENTAL) (CONFIG_AC3200) [M/n/y/?]
    Apricot Xen-II on board Ethernet (CONFIG_APRICOT) [M/n/y/?]
    Broadcom 4400 ethernet support (EXPERIMENTAL) (CONFIG_B44) [M/n/y/?]
    CS89x0 support (CONFIG_CS89x0) [M/n/y/?]
    DECchip Tulip (dc21x4x) PCI support (CONFIG_TULIP) [M/n/y/?]
      New bus configuration (EXPERIMENTAL) (CONFIG_TULIP_MWI) [N/y/?]
      Use PCI shared mem for NIC registers (CONFIG_TULIP_MMIO) [N/y/?]
    Generic DECchip & DIGITAL EtherWORKS PCI/EISA (CONFIG_DE4X5) [M/n/y/?]
    Davicom DM910x/DM980x support (CONFIG_DM9102) [M/n/y/?]
    EtherExpressPro/100 support (eepro100, original Becker driver) (CONFIG_EEPRO100) [M/n/y/?]
      Use PIO instead of MMIO (CONFIG_EEPRO100_PIO) [N/y/?]
    EtherExpressPro/100 support (e100, Alternate Intel driver) (CONFIG_E100) [M/n/y/?]
    Mylex EISA LNE390A/B support (EXPERIMENTAL) (CONFIG_LNE390) [M/n/y/?]
    Myson MTD-8xx PCI Ethernet support (CONFIG_FEALNX) [M/n/y/?]
    National Semiconductor DP8381x series PCI Ethernet support (CONFIG_NATSEMI) [M/n/y/?]
    PCI NE2000 and clones support (see help) (CONFIG_NE2K_PCI) [M/n/y/?]
    nForce Ethernet support (EXPERIMENTAL) (CONFIG_FORCEDETH) [M/n/y/?]
    Novell/Eagle/Microdyne NE3210 EISA support (EXPERIMENTAL) (CONFIG_NE3210) [M/n/y/?]
    Racal-Interlan EISA ES3210 support (EXPERIMENTAL) (CONFIG_ES3210) [M/n/y/?]
    RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL) (CONFIG_8139CP) [M/n/y/?]
    RealTek RTL-8139 PCI Fast Ethernet Adapter support (CONFIG_8139TOO) [M/n/y/?]
      Use PIO instead of MMIO (CONFIG_8139TOO_PIO) [Y/n/?]
      Support for uncommon RTL-8139 rev. K (automatic channel equalization) (CONFIG_8139TOO_TUNE_TWISTER) [N/y/?]
      Support for older RTL-8129/8130 boards (CONFIG_8139TOO_8129) [Y/n/?]
      Use older RX-reset method (CONFIG_8139_OLD_RX_RESET) [N/y/?]
    SiS 900/7016 PCI Fast Ethernet Adapter support (CONFIG_SIS900) [M/n/y/?]
    SMC EtherPower II (CONFIG_EPIC100) [M/n/y/?]
    Sundance Alta support (CONFIG_SUNDANCE) [M/n/y/?]
      Use MMIO instead of PIO (CONFIG_SUNDANCE_MMIO) [N/y/?]
    TI ThunderLAN support (CONFIG_TLAN) [M/n/y/?]
    VIA Rhine support (CONFIG_VIA_RHINE) [M/n/y/?]
      Use MMIO instead of PIO (EXPERIMENTAL) (CONFIG_VIA_RHINE_MMIO) [N/y/?]
    Winbond W89c840 Ethernet support (CONFIG_WINBOND_840) [M/n/y/?]
  Pocket and portable adapters (CONFIG_NET_POCKET) [Y/n/?]
    AT-LAN-TEC/RealTek pocket adapter support (CONFIG_ATP) [M/n/y/?]
    D-Link DE600 pocket adapter support (CONFIG_DE600) [M/n/y/?]
    D-Link DE620 pocket adapter support (CONFIG_DE620) [M/n/y/?]
*
* Ethernet (1000 Mbit)
*
D-Link DL2000-based Gigabit Ethernet support (CONFIG_DL2K) [M/n/y/?]
Intel(R) PRO/1000 Gigabit Ethernet support (CONFIG_E1000) [M/n/y/?]
  Use Rx Polling (NAPI) (CONFIG_E1000_NAPI) [Y/n/?]
National Semiconductor DP83820 support (CONFIG_NS83820) [M/n/y/?]
Packet Engines Hamachi GNIC-II support (CONFIG_HAMACHI) [M/n/y/?]
Packet Engines Yellowfin Gigabit-NIC support (EXPERIMENTAL) (CONFIG_YELLOWFIN) [M/n/y/?]
Realtek 8169 Gigabit Ethernet support (CONFIG_R8169) [M/n/y/?]
Marvell Yukon Chipset / SysKonnect SK-98xx Support (CONFIG_SK98LIN) [M/n/y/?]
Broadcom Tigon3 support (CONFIG_TIGON3) [M/n/?]
FDDI driver support (CONFIG_FDDI) [Y/n/?]
  Digital DEFEA and DEFPA adapter support (CONFIG_DEFXX) [M/n/y/?]
  SysKonnect FDDI PCI support (CONFIG_SKFP) [M/n/y/?]
HIPPI driver support (EXPERIMENTAL) (CONFIG_HIPPI) [Y/n/?]
  Essential RoadRunner HIPPI PCI adapter support (EXPERIMENTAL) (CONFIG_ROADRUNNER) [M/n/y/?]
    Use large TX/RX rings (EXPERIMENTAL) (CONFIG_ROADRUNNER_LARGE_RINGS) [N/y/?]
PLIP (parallel port) support (CONFIG_PLIP) [M/n/?]
PPP (point-to-point protocol) support (CONFIG_PPP) [M/n/y/?]
  PPP multilink support (EXPERIMENTAL) (CONFIG_PPP_MULTILINK) [Y/n/?]
  PPP filtering (CONFIG_PPP_FILTER) [Y/n/?]
  PPP support for async serial ports (CONFIG_PPP_ASYNC) [M/n/?]
  PPP support for sync tty ports (CONFIG_PPP_SYNC_TTY) [M/n/?]
  PPP Deflate compression (CONFIG_PPP_DEFLATE) [M/n/?]
  PPP BSD-Compress compression (CONFIG_PPP_BSDCOMP) [M/n/?]
  PPP over Ethernet (EXPERIMENTAL) (CONFIG_PPPOE) [M/n/?]
  PPP over ATM (EXPERIMENTAL) (CONFIG_PPPOATM) [M/n/?]
SLIP (serial line) support (CONFIG_SLIP) [M/n/y/?]
  CSLIP compressed headers (CONFIG_SLIP_COMPRESSED) [Y/n/?]
  Keepalive and linefill (CONFIG_SLIP_SMART) [Y/n/?]
  Six bit SLIP encapsulation (CONFIG_SLIP_MODE_SLIP6) [N/y/?]
*
* Wireless LAN (non-hamradio)
*
Wireless LAN (non-hamradio) (CONFIG_NET_RADIO) [Y/n/?]
  STRIP (Metricom starmode radio IP) (CONFIG_STRIP) [M/n/y/?]
  AT&T WaveLAN & DEC RoamAbout DS support (CONFIG_WAVELAN) [M/n/y/?]
  Aironet Arlan 655 & IC2200 DS support (CONFIG_ARLAN) [M/n/y/?]
  Aironet 4500/4800 series adapters (CONFIG_AIRONET4500) [M/n/y/?]
   Aironet 4500/4800 ISA/PCI/PNP/365 support  (CONFIG_AIRONET4500_NONCS) [M/n/?]
     Aironet 4500/4800 PNP support  (CONFIG_AIRONET4500_PNP) [Y/n/?]
     Aironet 4500/4800 PCI support  (CONFIG_AIRONET4500_PCI) [Y/n/?]
     Aironet 4500/4800 ISA broken support (EXPERIMENTAL) (CONFIG_AIRONET4500_ISA) [N/y/?]
     Aironet 4500/4800 I365 broken support (EXPERIMENTAL) (CONFIG_AIRONET4500_I365) [N/y/?]
   Aironet 4500/4800 PROC interface  (CONFIG_AIRONET4500_PROC) [M/n/?]
  Cisco/Aironet 34X/35X/4500/4800 ISA and PCI cards (CONFIG_AIRO) [M/n/y/?]
  Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) (CONFIG_HERMES) [M/n/y/?]
    Hermes in PLX9052 based PCI adaptor support (Netgear MA301 etc.) (EXPERIMENTAL) (CONFIG_PLX_HERMES) [M/n/?]
    Hermes in TMD7160/NCP130 based PCI adaptor support (Pheecom WL-PCI etc.) (EXPERIMENTAL) (CONFIG_TMD_HERMES) [M/n/?]
    Prism 2.5 PCI 802.11b adaptor support (EXPERIMENTAL) (CONFIG_PCI_HERMES) [M/n/?]
*
* Wireless Pcmcia cards support
*
  Hermes PCMCIA card support (CONFIG_PCMCIA_HERMES) [M/n/?]
  Cisco/Aironet 34X/35X/4500/4800 PCMCIA cards (CONFIG_AIRO_CS) [M/n/y/?]
  Atmel at76c502/at76c504 PCMCIA cards (CONFIG_PCMCIA_ATMEL) [M/n/?]
*
* Token Ring devices
*
Token Ring driver support (CONFIG_TR) [Y/n/?]
  IBM Tropic chipset based adapter support (CONFIG_IBMTR) [M/n/y/?]
  IBM Olympic chipset PCI adapter support (CONFIG_IBMOL) [M/n/y/?]
  IBM Lanstreamer chipset PCI adapter support (CONFIG_IBMLS) [M/n/y/?]
  3Com 3C359 Token Link Velocity XL adapter support (CONFIG_3C359) [M/n/y/?]
  Generic TMS380 Token Ring ISA/PCI adapter support (CONFIG_TMS380TR) [M/n/y/?]
    Generic TMS380 PCI support (CONFIG_TMSPCI) [M/n/?]
    Generic TMS380 ISA support (CONFIG_TMSISA) [M/n/?]
    Madge Smart 16/4 PCI Mk2 support (CONFIG_ABYSS) [M/n/?]
    Madge Smart 16/4 Ringnode MicroChannel (CONFIG_MADGEMC) [M/n/?]
Fibre Channel driver support (CONFIG_NET_FC) [Y/n/?]
  Interphase 5526 Tachyon chipset based adapter support (CONFIG_IPHASE5526) [M/n/?]
Red Creek Hardware VPN (EXPERIMENTAL) (CONFIG_RCPCI) [M/n/y/?]
Traffic Shaper (EXPERIMENTAL) (CONFIG_SHAPER) [M/n/y/?]
*
* Wan interfaces
*
Wan interfaces support (CONFIG_WAN) [Y/n/?]
  Comtrol Hostess SV-11 support (CONFIG_HOSTESS_SV11) [M/n/?]
  COSA/SRP sync serial boards support (CONFIG_COSA) [M/n/?]
  MultiGate (COMX) synchronous serial boards support (CONFIG_COMX) [Y/n/?]
    Support for COMX/CMX/HiCOMX boards (CONFIG_COMX_HW_COMX) [M/n/y/?]
    Support for LoCOMX board (CONFIG_COMX_HW_LOCOMX) [M/n/y/?]
    Support for MixCOM board (CONFIG_COMX_HW_MIXCOM) [M/n/y/?]
    Support for MUNICH based boards: SliceCOM, PCICOM (WelCOM) (CONFIG_COMX_HW_MUNICH) [M/n/y/?]
    Support for HDLC and syncPPP protocols on MultiGate boards (CONFIG_COMX_PROTO_PPP) [M/n/y/?]
    Support for LAPB protocol on MultiGate boards (CONFIG_COMX_PROTO_LAPB) [M/n/?]
    Support for Frame Relay on MultiGate boards (CONFIG_COMX_PROTO_FR) [M/n/y/?]
  DSCC4 support (CONFIG_DSCC4) [M/n/?]
    Etinc PCISYNC features (CONFIG_DSCC4_PCISYNC) [N/y/?]
    GPIO and PCI #RST pins wired together (CONFIG_DSCC4_PCI_RST) [N/y/?]
  LanMedia Corp. SSI/V.35, T1/E1, HSSI, T3 boards (CONFIG_LANMEDIA) [M/n/y/?]
  Aurora Technology, Inc. synchronous asynchronous PCI cards V2 (CONFIG_ATI_XX20) [M/n/y/?]
  Sealevel Systems 4021 support (CONFIG_SEALEVEL_4021) [M/n/?]
  SyncLink HDLC/SYNCPPP support (CONFIG_SYNCLINK_SYNCPPP) [M/n/y/?]
  Generic HDLC layer (CONFIG_HDLC) [M/n/y/?]
    Raw HDLC support (CONFIG_HDLC_RAW) [Y/n/?]
    Raw HDLC Ethernet device support (CONFIG_HDLC_RAW_ETH) [Y/n/?]
    Cisco HDLC support (CONFIG_HDLC_CISCO) [Y/n/?]
    Frame Relay support (CONFIG_HDLC_FR) [Y/n/?]
    Synchronous Point-to-Point Protocol (PPP) support (CONFIG_HDLC_PPP) [Y/n/?]
    X.25 protocol support (CONFIG_HDLC_X25) [Y/n/?]
    Goramo PCI200SYN support (CONFIG_PCI200SYN) [M/n/?]
    Cyclades-PC300 support (RS-232/V.35, X.21, T1/E1 boards) (CONFIG_PC300) [M/n/?]
      Cyclades-PC300 MLPPP support (CONFIG_PC300_MLPPP) [Y/n/?]
    FarSync T-Series support (CONFIG_FARSYNC) [M/n/?]
    SDL RISCom/N2 support (CONFIG_N2) [M/n/?]
    Moxa C101 support (CONFIG_C101) [M/n/?]
  Frame relay DLCI support (CONFIG_DLCI) [M/n/y/?]
    Max open DLCI (CONFIG_DLCI_COUNT) [24]
    Max DLCI per device (CONFIG_DLCI_MAX) [8]
    SDLA (Sangoma S502/S508) support (CONFIG_SDLA) [M/n/?]
  WAN router drivers (CONFIG_WAN_ROUTER_DRIVERS) [Y/n/?]
    Sangoma WANPIPE(tm) multiprotocol cards (CONFIG_VENDOR_SANGOMA) [M/n/?]
      WANPIPE Cisco HDLC support (CONFIG_WANPIPE_CHDLC) [Y/n/?]
      WANPIPE Frame Relay support (CONFIG_WANPIPE_FR) [Y/n/?]
      WANPIPE X.25 support (CONFIG_WANPIPE_X25) [Y/n/?]
      WANPIPE PPP support (CONFIG_WANPIPE_PPP) [Y/n/?]
      WANPIPE Multi-Port PPP support (CONFIG_WANPIPE_MULTPPP) [Y/n/?]
    Cyclom 2X(tm) cards (EXPERIMENTAL) (CONFIG_CYCLADES_SYNC) [M/n/y/?]
      Cyclom 2X X.25 support (EXPERIMENTAL) (CONFIG_CYCLOMX_X25) [Y/n/?]
  LAPB over Ethernet driver (EXPERIMENTAL) (CONFIG_LAPBETHER) [M/n/?]
  X.25 async driver (EXPERIMENTAL) (CONFIG_X25_ASY) [M/n/?]
  Granch SBNI12 Leased Line adapter support (CONFIG_SBNI) [M/n/y/?]
    Multiple line feature support (CONFIG_SBNI_MULTILINE) [N/y/?]
*
* PCMCIA network device support
*
PCMCIA network device support (CONFIG_NET_PCMCIA) [Y/n/?]
  3Com 3c589 PCMCIA support (CONFIG_PCMCIA_3C589) [M/n/?]
  3Com 3c574 PCMCIA support (CONFIG_PCMCIA_3C574) [M/n/?]
  Fujitsu FMV-J18x PCMCIA support (CONFIG_PCMCIA_FMVJ18X) [M/n/?]
  NE2000 compatible PCMCIA support (CONFIG_PCMCIA_PCNET) [M/n/?]
  Asix AX88190 PCMCIA support (CONFIG_PCMCIA_AXNET) [M/n/?]
  New Media PCMCIA support (CONFIG_PCMCIA_NMCLAN) [M/n/?]
  SMC 91Cxx PCMCIA support (CONFIG_PCMCIA_SMC91C92) [M/n/?]
  Xircom 16-bit PCMCIA support (CONFIG_PCMCIA_XIRC2PS) [M/n/?]
  COM20020 ARCnet PCMCIA support (CONFIG_ARCNET_COM20020_CS) [M/n/?]
  IBM PCMCIA tokenring adapter support (CONFIG_PCMCIA_IBMTR) [M/n/?]
  Xircom CardBus support (new driver) (CONFIG_PCMCIA_XIRCOM) [M/n/y/?]
  Xircom Tulip-like CardBus support (old driver) (CONFIG_PCMCIA_XIRTULIP) [M/n/y/?]
  Pcmcia Wireless LAN (CONFIG_NET_PCMCIA_RADIO) [Y/n/?]
    Aviator/Raytheon 2.4MHz wireless support (CONFIG_PCMCIA_RAYCS) [M/n/?]
    Xircom Netwave AirSurfer wireless support (CONFIG_PCMCIA_NETWAVE) [M/n/?]
    AT&T/Lucent Wavelan wireless support (CONFIG_PCMCIA_WAVELAN) [M/n/?]
    Aironet 4500/4800 PCMCIA support (CONFIG_AIRONET4500_CS) [M/n/?]
*
* ATM drivers
*
ATM over TCP (CONFIG_ATM_TCP) [M/n/y/?]
Efficient Networks Speedstream 3010 (CONFIG_ATM_LANAI) [M/n/y/?]
Efficient Networks ENI155P (CONFIG_ATM_ENI) [M/n/y/?]
  Enable extended debugging (CONFIG_ATM_ENI_DEBUG) [N/y/?]
  Fine-tune burst settings (CONFIG_ATM_ENI_TUNE_BURST) [N/y/?]
Fujitsu FireStream (FS50/FS155)  (CONFIG_ATM_FIRESTREAM) [M/n/y/?]
ZeitNet ZN1221/ZN1225 (CONFIG_ATM_ZATM) [M/n/y/?]
  Enable extended debugging (CONFIG_ATM_ZATM_DEBUG) [N/y/?]
  Enable usec resolution timestamps (CONFIG_ATM_ZATM_EXACT_TS) [N/y/?]
IDT 77201 (NICStAR) (ForeRunnerLE) (CONFIG_ATM_NICSTAR) [M/n/y/?]
  Use suni PHY driver (155Mbps) (CONFIG_ATM_NICSTAR_USE_SUNI) [N/y/?]
  Use IDT77015 PHY driver (25Mbps) (CONFIG_ATM_NICSTAR_USE_IDT77105) [N/y/?]
IDT 77252 (NICStAR II) (CONFIG_ATM_IDT77252) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_IDT77252_DEBUG) [N/y/?]
  Receive ALL cells in raw queue (CONFIG_ATM_IDT77252_RCV_ALL) [N/y/?]
Madge Ambassador (Collage PCI 155 Server) (CONFIG_ATM_AMBASSADOR) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_AMBASSADOR_DEBUG) [N/y/?]
Madge Horizon [Ultra] (Collage PCI 25 and Collage PCI 155 Client) (CONFIG_ATM_HORIZON) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_HORIZON_DEBUG) [N/y/?]
Interphase ATM PCI x575/x525/x531 (CONFIG_ATM_IA) [M/n/y/?]
  Enable debugging messages (CONFIG_ATM_IA_DEBUG) [N/y/?]
FORE Systems 200E-series (CONFIG_ATM_FORE200E_MAYBE) [M/n/y/?]
  PCA-200E support (CONFIG_ATM_FORE200E_PCA) [N/y/?]
ForeRunner HE Series (CONFIG_ATM_HE) [M/n/y/?]
Use S/UNI PHY driver (CONFIG_ATM_HE_USE_SUNI) [Y/n/?]
*
* Amateur Radio support
*
Amateur Radio support (CONFIG_HAMRADIO) [Y/n/?]
*
* Packet Radio protocols
*
  Amateur Radio AX.25 Level 2 protocol (CONFIG_AX25) [M/n/y/?]
    AX.25 DAMA Slave support (CONFIG_AX25_DAMA_SLAVE) [N/y/?]
    Amateur Radio NET/ROM protocol (CONFIG_NETROM) [M/n/?]
    Amateur Radio X.25 PLP (Rose) (CONFIG_ROSE) [M/n/?]
*
* AX.25 network device drivers
*
*
* AX.25 network device drivers
*
Serial port KISS driver (CONFIG_MKISS) [M/n/?]
Serial port 6PACK driver (CONFIG_6PACK) [M/n/?]
BPQ Ethernet driver (CONFIG_BPQETHER) [M/n/?]
High-speed (DMA) SCC driver for AX.25 (CONFIG_DMASCC) [M/n/?]
Z8530 SCC driver (CONFIG_SCC) [M/n/?]
  additional delay for PA0HZP OptoSCC compatible boards (CONFIG_SCC_DELAY) [N/y/?]
  support for TRX that feedback the tx signal to rx (CONFIG_SCC_TRXECHO) [N/y/?]
BAYCOM ser12 fullduplex driver for AX.25 (CONFIG_BAYCOM_SER_FDX) [M/n/?]
BAYCOM ser12 halfduplex driver for AX.25 (CONFIG_BAYCOM_SER_HDX) [M/n/?]
BAYCOM picpar and par96 driver for AX.25 (CONFIG_BAYCOM_PAR) [M/n/?]
BAYCOM epp driver for AX.25 (CONFIG_BAYCOM_EPP) [M/n/?]
Soundcard modem driver (CONFIG_SOUNDMODEM) [M/n/?]
  soundmodem support for Soundblaster and compatible cards (CONFIG_SOUNDMODEM_SBC) [Y/n/?]
  soundmodem support for WSS and Crystal cards (CONFIG_SOUNDMODEM_WSS) [Y/n/?]
  soundmodem support for 1200 baud AFSK modulation (CONFIG_SOUNDMODEM_AFSK1200) [Y/n/?]
  soundmodem support for 2400 baud AFSK modulation (7.3728MHz crystal) (CONFIG_SOUNDMODEM_AFSK2400_7) [Y/n/?]
  soundmodem support for 2400 baud AFSK modulation (8MHz crystal) (CONFIG_SOUNDMODEM_AFSK2400_8) [Y/n/?]
  soundmodem support for 2666 baud AFSK modulation (CONFIG_SOUNDMODEM_AFSK2666) [Y/n/?]
  soundmodem support for 4800 baud HAPN-1 modulation (CONFIG_SOUNDMODEM_HAPN4800) [Y/n/?]
  soundmodem support for 4800 baud PSK modulation (CONFIG_SOUNDMODEM_PSK4800) [Y/n/?]
  soundmodem support for 9600 baud FSK G3RUH modulation (CONFIG_SOUNDMODEM_FSK9600) [Y/n/?]
YAM driver for AX.25 (CONFIG_YAM) [M/n/?]
*
* IrDA (infrared) support
*
IrDA subsystem support (CONFIG_IRDA) [M/n/y/?]
*
* IrDA protocols
*
  IrLAN protocol (CONFIG_IRLAN) [M/n/?]
  IrNET protocol (CONFIG_IRNET) [M/n/?]
  IrCOMM protocol (CONFIG_IRCOMM) [M/n/?]
  Ultra (connectionless) protocol (CONFIG_IRDA_ULTRA) [N/y/?]
*
* IrDA options
*
  Cache last LSAP (CONFIG_IRDA_CACHE_LAST_LSAP) [Y/n/?]
  Fast RRs (low latency) (CONFIG_IRDA_FAST_RR) [Y/n/?]
  Debug information (CONFIG_IRDA_DEBUG) [Y/n/?]
*
* Infrared-port device drivers
*
*
* SIR device drivers
*
IrTTY (uses Linux serial driver) (CONFIG_IRTTY_SIR) [M/n/?]
IrPORT (IrDA serial driver) (CONFIG_IRPORT_SIR) [M/n/?]
*
* Dongle support
*
Serial dongle support (CONFIG_DONGLE) [Y/n/?]
  ESI JetEye PC dongle (CONFIG_ESI_DONGLE) [M/n/?]
  ACTiSYS IR-220L and IR220L+ dongle (CONFIG_ACTISYS_DONGLE) [M/n/?]
  Tekram IrMate 210B dongle (CONFIG_TEKRAM_DONGLE) [M/n/?]
  Greenwich GIrBIL dongle (CONFIG_GIRBIL_DONGLE) [M/n/?]
  Parallax LiteLink dongle (CONFIG_LITELINK_DONGLE) [M/n/?]
  Microchip MCP2120 (CONFIG_MCP2120_DONGLE) [M/n/?]
  Old Belkin dongle (CONFIG_OLD_BELKIN_DONGLE) [M/n/?]
  ACTiSYS IR-200L dongle (Experimental) (CONFIG_ACT200L_DONGLE) [M/n/?]
  Mobile Action MA600 dongle (Experimental) (CONFIG_MA600_DONGLE) [M/n/?]
*
* FIR device drivers
*
IrDA USB dongles (Experimental) (CONFIG_USB_IRDA) [M/n/?]
NSC PC87108/PC87338 (CONFIG_NSC_FIR) [M/n/?]
Winbond W83977AF (IR) (CONFIG_WINBOND_FIR) [M/n/?]
Toshiba Type-O IR Port (old driver) (CONFIG_TOSHIBA_OLD) [M/n/?]
Toshiba Type-O IR Port (CONFIG_TOSHIBA_FIR) [M/n/?]
SMC IrCC (Experimental) (CONFIG_SMC_IRCC_FIR) [M/n/?]
ALi M5123 FIR (Experimental) (CONFIG_ALI_FIR) [M/n/?]
VLSI 82C147 SIR/MIR/FIR (Experimental) (CONFIG_VLSI_FIR) [M/n/?]
VIA IrCC (Experimental) (CONFIG_VIA_IRCC_FIR) [M/n/?]
*
* ISDN subsystem
*
ISDN support (CONFIG_ISDN) [M/n/y/?]
  Support synchronous PPP (CONFIG_ISDN_PPP) [Y/n/?]
    PPP filtering for ISDN (CONFIG_IPPP_FILTER) [Y/n/?]
    Use VJ-compression with synchronous PPP (CONFIG_ISDN_PPP_VJ) [Y/n/?]
    Support generic MP (RFC 1717) (CONFIG_ISDN_MPP) [Y/n/?]
    Support BSD compression (CONFIG_ISDN_PPP_BSDCOMP) [M/n/?]
  Support audio via ISDN (CONFIG_ISDN_AUDIO) [Y/n/?]
    Support AT-Fax Class 1 and 2 commands (CONFIG_ISDN_TTY_FAX) [Y/n/?]
  X.25 PLP on top of ISDN (CONFIG_ISDN_X25) [Y/n/?]
*
* ISDN feature submodules
*
isdnloop support (CONFIG_ISDN_DRV_LOOP) [M/n/?]
Support isdn diversion services (CONFIG_ISDN_DIVERSION) [M/n/?]
*
* low-level hardware drivers
*
*
* Passive ISDN cards
*
HiSax SiemensChipSet driver support (CONFIG_ISDN_DRV_HISAX) [M/n/?]
*
*   D-channel protocol features
*
  HiSax Support for EURO/DSS1 (CONFIG_HISAX_EURO) [Y/n/?]
    Support for german chargeinfo (CONFIG_DE_AOC) [Y/n/?]
    Disable sending complete (CONFIG_HISAX_NO_SENDCOMPLETE) [N/y/?]
    Disable sending low layer compatibility (CONFIG_HISAX_NO_LLC) [N/y/?]
    Disable keypad protocol option (CONFIG_HISAX_NO_KEYPAD) [N/y/?]
  HiSax Support for german 1TR6 (CONFIG_HISAX_1TR6) [Y/n/?]
  HiSax Support for US NI1 (CONFIG_HISAX_NI1) [Y/n/?]
  Maximum number of cards supported by HiSax (CONFIG_HISAX_MAX_CARDS) [8]
*
*   HiSax supported cards
*
  Teles 16.0/8.0 (CONFIG_HISAX_16_0) [Y/n/?]
  Teles 16.3 or PNP or PCMCIA (CONFIG_HISAX_16_3) [Y/n/?]
  AVM A1 (Fritz) (CONFIG_HISAX_AVM_A1) [Y/n/?]
  ITK ix1-micro Revision 2 (CONFIG_HISAX_IX1MICROR2) [Y/n/?]
  ASUSCOM ISA cards (CONFIG_HISAX_ASUSCOM) [Y/n/?]
  TELEINT cards (CONFIG_HISAX_TELEINT) [Y/n/?]
  HFC-S based cards (CONFIG_HISAX_HFCS) [Y/n/?]
  USR Sportster internal TA (CONFIG_HISAX_SPORTSTER) [Y/n/?]
  MIC card (CONFIG_HISAX_MIC) [Y/n/?]
  Siemens I-Surf card (CONFIG_HISAX_ISURF) [Y/n/?]
  HST Saphir card (CONFIG_HISAX_HSTSAPHIR) [Y/n/?]
  Teles PCI (CONFIG_HISAX_TELESPCI) [Y/n/?]
  Teles S0Box (CONFIG_HISAX_S0BOX) [Y/n/?]
  AVM PnP/PCI (Fritz!PnP/PCI) (CONFIG_HISAX_FRITZPCI) [Y/n/?]
  AVM A1 PCMCIA (Fritz) (CONFIG_HISAX_AVM_A1_PCMCIA) [Y/n/?]
  Elsa cards (CONFIG_HISAX_ELSA) [Y/n/?]
  Eicon.Diehl Diva cards (CONFIG_HISAX_DIEHLDIVA) [Y/n/?]
  Sedlbauer cards (CONFIG_HISAX_SEDLBAUER) [Y/n/?]
  NETjet card (CONFIG_HISAX_NETJET) [Y/n/?]
  NETspider U card (CONFIG_HISAX_NETJET_U) [Y/n/?]
  Niccy PnP/PCI card (CONFIG_HISAX_NICCY) [Y/n/?]
  Telekom A4T card (CONFIG_HISAX_BKM_A4T) [Y/n/?]
  Scitel Quadro card (CONFIG_HISAX_SCT_QUADRO) [Y/n/?]
  Gazel cards (CONFIG_HISAX_GAZEL) [Y/n/?]
  HFC PCI-Bus cards (CONFIG_HISAX_HFC_PCI) [Y/n/?]
  Winbond W6692 based cards (CONFIG_HISAX_W6692) [Y/n/?]
  HFC-S+, HFC-SP, HFC-PCMCIA cards (CONFIG_HISAX_HFC_SX) [Y/n/?]
  Formula-n enter:now PCI card (CONFIG_HISAX_ENTERNOW_PCI) [Y/n/?]
  HiSax debugging (CONFIG_HISAX_DEBUG) [N/y/?]
Sedlbauer PCMCIA cards (CONFIG_HISAX_SEDLBAUER_CS) [M/n/?]
ELSA PCMCIA MicroLink cards (CONFIG_HISAX_ELSA_CS) [M/n/?]
AVM A1 PCMCIA cards (CONFIG_HISAX_AVM_A1_CS) [M/n/?]
ST5481 USB ISDN modem (EXPERIMENTAL) (CONFIG_HISAX_ST5481) [M/n/?]
AVM Fritz!Card PCI/PCIv2/PnP support (EXPERIMENTAL) (CONFIG_HISAX_FRITZ_PCIPNP) [M/n/?]
Auerswald devices ISDN support (CONFIG_USB_AUERISDN) [M/n/?]
*
* Active ISDN cards
*
ICN 2B and 4B support (CONFIG_ISDN_DRV_ICN) [M/n/?]
PCBIT-D support (CONFIG_ISDN_DRV_PCBIT) [M/n/?]
Spellcaster support (CONFIG_ISDN_DRV_SC) [M/n/?]
IBM Active 2000 support (CONFIG_ISDN_DRV_ACT2000) [M/n/?]
Eicon active card support (CONFIG_ISDN_DRV_EICON) [Y/n/?]
  Build Eicon driver type standalone (CONFIG_ISDN_DRV_EICON_DIVAS) [M/n/?]
  Legacy Eicon driver (CONFIG_ISDN_DRV_EICON_OLD) [M/n/?]
    Eicon PCI DIVA Server BRI/PRI/4BRI support (CONFIG_ISDN_DRV_EICON_PCI) [Y/n/?]
    Eicon S,SX,SCOM,Quadro,S2M support (CONFIG_ISDN_DRV_EICON_ISA) [Y/n/?]
Auvertech TurboPAM support (CONFIG_ISDN_DRV_TPAM) [M/n/?]
CAPI2.0 support (CONFIG_ISDN_CAPI) [M/n/y/?]
  Verbose reason code reporting (kernel size +=7K) (CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON) [Y/n/?]
  CAPI2.0 Middleware support (EXPERIMENTAL) (CONFIG_ISDN_CAPI_MIDDLEWARE) [Y/n/?]
  CAPI2.0 /dev/capi support (CONFIG_ISDN_CAPI_CAPI20) [M/n/?]
    CAPI2.0 filesystem support (CONFIG_ISDN_CAPI_CAPIFS_BOOL) [Y/n/?]
  CAPI2.0 capidrv interface support (CONFIG_ISDN_CAPI_CAPIDRV) [M/n/?]
  AVM B1 ISA support (CONFIG_ISDN_DRV_AVMB1_B1ISA) [M/n/?]
  AVM B1 PCI support (CONFIG_ISDN_DRV_AVMB1_B1PCI) [M/n/?]
    AVM B1 PCI V4 support (CONFIG_ISDN_DRV_AVMB1_B1PCIV4) [Y/n/?]
  AVM T1/T1-B ISA support (CONFIG_ISDN_DRV_AVMB1_T1ISA) [M/n/?]
  AVM B1/M1/M2 PCMCIA support (CONFIG_ISDN_DRV_AVMB1_B1PCMCIA) [M/n/?]
  AVM B1/M1/M2 PCMCIA cs module (CONFIG_ISDN_DRV_AVMB1_AVM_CS) [M/n/?]
  AVM T1/T1-B PCI support (CONFIG_ISDN_DRV_AVMB1_T1PCI) [M/n/?]
  AVM C4/C2 support (CONFIG_ISDN_DRV_AVMB1_C4) [M/n/?]
  Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only) (CONFIG_HYSDN) [M/n/?]
    HYSDN CAPI 2.0 support (CONFIG_HYSDN_CAPI) [Y/n/?]
*
* Old CD-ROM drivers (not SCSI, not IDE)
*
Support non-SCSI/IDE/ATAPI CDROM drives (CONFIG_CD_NO_IDESCSI) [Y/n/?]
  Aztech/Orchid/Okano/Wearnes/TXC/CyDROM  CDROM support (CONFIG_AZTCD) [M/n/y/?]
  Goldstar R420 CDROM support (CONFIG_GSCD) [M/n/y/?]
  Matsushita/Panasonic/Creative, Longshine, TEAC CDROM support (CONFIG_SBPCD) [M/n/y/?]
  Mitsumi (standard) [no XA/Multisession] CDROM support (CONFIG_MCD) [M/n/y/?]
MCD IRQ (CONFIG_MCD_IRQ) [11]
MCD I/O base (CONFIG_MCD_BASE) [300]
  Mitsumi [XA/MultiSession] CDROM support (CONFIG_MCDX) [M/n/y/?]
  Optics Storage DOLPHIN 8000AT CDROM support (CONFIG_OPTCD) [M/n/y/?]
  Philips/LMS CM206 CDROM support (CONFIG_CM206) [M/n/y/?]
  Sanyo CDR-H94A CDROM support (CONFIG_SJCD) [M/n/y/?]
  ISP16/MAD16/Mozart soft configurable cdrom interface support (CONFIG_ISP16_CDI) [M/n/y/?]
  Sony CDU31A/CDU33A CDROM support (CONFIG_CDU31A) [M/n/y/?]
  Sony CDU535 CDROM support (CONFIG_CDU535) [M/n/y/?]
*
* Input core support
*
Input core support (CONFIG_INPUT) [M/n/y/?]
  Keyboard support (CONFIG_INPUT_KEYBDEV) [M/n/?]
  Mouse support (CONFIG_INPUT_MOUSEDEV) [M/n/?]
   Horizontal screen resolution (CONFIG_INPUT_MOUSEDEV_SCREEN_X) [1024]
   Vertical screen resolution (CONFIG_INPUT_MOUSEDEV_SCREEN_Y) [768]
  Joystick support (CONFIG_INPUT_JOYDEV) [M/n/?]
  Event interface support (CONFIG_INPUT_EVDEV) [M/n/?]
  User level driver support (CONFIG_INPUT_UINPUT) [M/n/?]
*
* Character devices
*
Virtual terminal (CONFIG_VT) [Y/n/?]
  Support for console on virtual terminal (CONFIG_VT_CONSOLE) [Y/n/?]
Standard/generic (8250/16550 and compatible UARTs) serial support (CONFIG_SERIAL) [Y/m/n/?]
  Support for console on serial port (CONFIG_SERIAL_CONSOLE) [Y/n/?]
Extended dumb serial driver options (CONFIG_SERIAL_EXTENDED) [Y/n/?]
  Support more than 4 serial ports (CONFIG_SERIAL_MANY_PORTS) [Y/n/?]
  Support for sharing serial interrupts (CONFIG_SERIAL_SHARE_IRQ) [Y/n/?]
  Autodetect IRQ on standard ports (unsafe) (CONFIG_SERIAL_DETECT_IRQ) [N/y/?]
  Support special multiport boards (CONFIG_SERIAL_MULTIPORT) [Y/n/?]
  Support the Bell Technologies HUB6 card (CONFIG_HUB6) [Y/n/?]
Non-standard serial port support (CONFIG_SERIAL_NONSTANDARD) [Y/n/?]
  Computone IntelliPort Plus serial support (CONFIG_COMPUTONE) [M/n/y/?]
  Comtrol Rocketport support (CONFIG_ROCKETPORT) [M/n/y/?]
  Cyclades async mux support (CONFIG_CYCLADES) [M/n/y/?]
    Cyclades-Z interrupt mode operation (EXPERIMENTAL) (CONFIG_CYZ_INTR) [N/y/?]
  Digiboard Intelligent Async Support (CONFIG_DIGIEPCA) [M/n/y/?]
  Hayes ESP serial port support (CONFIG_ESPSERIAL) [M/n/y/?]
  Moxa Intellio support (CONFIG_MOXA_INTELLIO) [M/n/y/?]
  Moxa SmartIO support (CONFIG_MOXA_SMARTIO) [M/n/y/?]
  Multi-Tech multiport card support (EXPERIMENTAL) (CONFIG_ISI) [M/n/?]
  Microgate SyncLink card support (CONFIG_SYNCLINK) [M/n/y/?]
  SyncLink Multiport support (CONFIG_SYNCLINKMP) [M/n/y/?]
  HDLC line discipline support (CONFIG_N_HDLC) [M/n/y/?]
  SDL RISCom/8 card support (CONFIG_RISCOM8) [M/n/y/?]
  Specialix IO8+ card support (CONFIG_SPECIALIX) [M/n/y/?]
  Specialix DTR/RTS pin is RTS (CONFIG_SPECIALIX_RTSCTS) [N/y/?]
  Specialix SX (and SI) card support (CONFIG_SX) [M/n/y/?]
  Specialix RIO system support (CONFIG_RIO) [M/n/y/?]
    Support really old RIO/PCI cards (CONFIG_RIO_OLDPCI) [N/y/?]
  Stallion multiport serial support (CONFIG_STALDRV) [Y/n/?]
    Stallion EasyIO or EC8/32 support (CONFIG_STALLION) [M/n/y/?]
    Stallion EC8/64, ONboard, Brumby support (CONFIG_ISTALLION) [M/n/y/?]
Unix98 PTY support (CONFIG_UNIX98_PTYS) [Y/n/?]
Maximum number of Unix98 PTYs in use (0-2048) (CONFIG_UNIX98_PTY_COUNT) [256]
Parallel printer support (CONFIG_PRINTER) [M/n/?]
  Support for console on line printer (CONFIG_LP_CONSOLE) [N/y/?]
Support for user-space parallel port device drivers (CONFIG_PPDEV) [M/n/?]
Texas Instruments parallel link cable support (CONFIG_TIPAR) [M/n/?]
*
* I2C support
*
I2C support (CONFIG_I2C) [M/n/y/?]
I2C bit-banging interfaces (CONFIG_I2C_ALGOBIT) [M/n/?]
  Philips style parallel port adapter (CONFIG_I2C_PHILIPSPAR) [M/n/?]
  ELV adapter (CONFIG_I2C_ELV) [M/n/?]
  Velleman K8000 adapter (CONFIG_I2C_VELLEMAN) [M/n/?]
  NatSemi SCx200 I2C using GPIO pins (CONFIG_SCx200_I2C) [M/n/?]
    GPIO pin used for SCL (CONFIG_SCx200_I2C_SCL) [12]
    GPIO pin used for SDA (CONFIG_SCx200_I2C_SDA) [13]
NatSemi SCx200 ACCESS.bus (CONFIG_SCx200_ACB) [M/n/?]
I2C PCF 8584 interfaces (CONFIG_I2C_ALGOPCF) [M/n/?]
  Elektor ISA card (CONFIG_I2C_ELEKTOR) [M/n/?]
I2C device interface (CONFIG_I2C_CHARDEV) [M/n/?]
I2C /proc interface (required for hardware sensors) (CONFIG_I2C_PROC) [M/n/?]
*
* Mice
*
Bus Mouse Support (CONFIG_BUSMOUSE) [M/n/y/?]
  ATIXL busmouse support (CONFIG_ATIXL_BUSMOUSE) [M/n/?]
  Logitech busmouse support (CONFIG_LOGIBUSMOUSE) [M/n/?]
  Microsoft busmouse support (CONFIG_MS_BUSMOUSE) [M/n/?]
Mouse Support (not serial and bus mice) (CONFIG_MOUSE) [M/n/y/?]
  PS/2 mouse (aka "auxiliary device") support (CONFIG_PSMOUSE) [Y/n/?]
  C&T 82C710 mouse port support (as on TI Travelmate) (CONFIG_82C710_MOUSE) [M/n/y/?]
  PC110 digitizer pad support (CONFIG_PC110_PAD) [M/n/y/?]
  MK712 touch screen support (CONFIG_MK712_MOUSE) [M/n/y/?]
*
* Joysticks
*
Game port support (CONFIG_INPUT_GAMEPORT) [M/n/?]
  Classic ISA/PnP gameports (CONFIG_INPUT_NS558) [M/n/?]
  PDPI Lightning 4 gamecard (CONFIG_INPUT_LIGHTNING) [M/n/?]
  Aureal Vortex, Trident 4DWave, and ALi 5451 gameports (CONFIG_INPUT_PCIGAME) [M/n/?]
  Crystal SoundFusion gameports (CONFIG_INPUT_CS461X) [M/n/?]
  SoundBlaster Live! gameports (CONFIG_INPUT_EMU10K1) [M/n/?]
Serial port device support (CONFIG_INPUT_SERIO) [M/n/y/?]
  Serial port input line discipline (CONFIG_INPUT_SERPORT) [M/n/?]
*
* Joysticks
*
  Classic PC analog joysticks and gamepads (CONFIG_INPUT_ANALOG) [M/n/?]
  Assasin 3D and MadCatz Panther devices (CONFIG_INPUT_A3D) [M/n/?]
  Logitech ADI digital joysticks and gamepads (CONFIG_INPUT_ADI) [M/n/?]
  Creative Labs Blaster Cobra gamepad (CONFIG_INPUT_COBRA) [M/n/?]
  Genius Flight2000 Digital joysticks and gamepads (CONFIG_INPUT_GF2K) [M/n/?]
  Gravis GrIP joysticks and gamepads (CONFIG_INPUT_GRIP) [M/n/?]
  InterAct digital joysticks and gamepads (CONFIG_INPUT_INTERACT) [M/n/?]
  ThrustMaster DirectConnect joysticks and gamepads (CONFIG_INPUT_TMDC) [M/n/?]
  Microsoft SideWinder digital joysticks and gamepads (CONFIG_INPUT_SIDEWINDER) [M/n/?]
  I-Force USB joysticks and wheels (CONFIG_INPUT_IFORCE_USB) [M/n/?]
  I-Force Serial joysticks and wheels (CONFIG_INPUT_IFORCE_232) [M/n/?]
  Logitech WingMan Warrior joystick (CONFIG_INPUT_WARRIOR) [M/n/?]
  LogiCad3d Magellan/SpaceMouse 6dof controller (CONFIG_INPUT_MAGELLAN) [M/n/?]
  SpaceTec SpaceOrb/Avenger 6dof controller (CONFIG_INPUT_SPACEORB) [M/n/?]
  SpaceTec SpaceBall 4000 FLX 6dof controller (CONFIG_INPUT_SPACEBALL) [M/n/?]
  Gravis Stinger gamepad (CONFIG_INPUT_STINGER) [M/n/?]
  Multisystem, Sega Genesis, Saturn joysticks and gamepads (CONFIG_INPUT_DB9) [M/n/?]
  Multisystem, NES, SNES, N64, PSX joysticks and gamepads (CONFIG_INPUT_GAMECON) [M/n/?]
  Multisystem joysticks via TurboGraFX device (CONFIG_INPUT_TURBOGRAFX) [M/n/?]
QIC-02 tape support (CONFIG_QIC02_TAPE) [M/n/y/?]
  Do you want runtime configuration for QIC-02 (CONFIG_QIC02_DYNCONF) [Y/n/?]
*
*   Setting runtime QIC-02 configuration is done with qic02conf
*
*
*   from the tpqic02-support package.  It is available at
*
*
*   metalab.unc.edu or ftp://titus.cfw.com/pub/Linux/util/
*
IPMI top-level message handler (CONFIG_IPMI_HANDLER) [M/n/y/?]
  Generate a panic event to all BMCs on a panic (CONFIG_IPMI_PANIC_EVENT) [N/y/?]
  Device interface for IPMI (CONFIG_IPMI_DEVICE_INTERFACE) [M/n/?]
  IPMI KCS handler (CONFIG_IPMI_KCS) [M/n/?]
  IPMI Watchdog Timer (CONFIG_IPMI_WATCHDOG) [M/n/?]
*
* Watchdog Cards
*
Watchdog Timer Support (CONFIG_WATCHDOG) [Y/n/?]
  Disable watchdog shutdown on close (CONFIG_WATCHDOG_NOWAYOUT) [N/y/?]
  Acquire SBC Watchdog Timer (CONFIG_ACQUIRE_WDT) [M/n/y/?]
  Advantech SBC Watchdog Timer (CONFIG_ADVANTECH_WDT) [M/n/y/?]
  ALi M7101 PMU on ALi 1535D+ Watchdog Timer (CONFIG_ALIM1535_WDT) [M/n/y/?]
  ALi M7101 PMU Watchdog Timer (CONFIG_ALIM7101_WDT) [M/n/y/?]
  AMD "Elan" SC520 Watchdog Timer (CONFIG_SC520_WDT) [M/n/y/?]
  Berkshire Products PC Watchdog (CONFIG_PCWATCHDOG) [M/n/y/?]
  Eurotech CPU-1220/1410 Watchdog Timer (CONFIG_EUROTECH_WDT) [M/n/y/?]
  IB700 SBC Watchdog Timer (CONFIG_IB700_WDT) [M/n/y/?]
  ICP ELectronics Wafer 5823 Watchdog (CONFIG_WAFER_WDT) [M/n/y/?]
  Intel i810 TCO timer / Watchdog (CONFIG_I810_TCO) [M/n/y/?]
  Mixcom Watchdog (CONFIG_MIXCOMWD) [M/n/y/?]
  SBC-60XX Watchdog Timer (CONFIG_60XX_WDT) [M/n/y/?]
  SC1200 Watchdog Timer (EXPERIMENTAL) (CONFIG_SC1200_WDT) [M/n/y/?]
  NatSemi SCx200 Watchdog (CONFIG_SCx200_WDT) [M/n/y/?]
  Software Watchdog (CONFIG_SOFT_WATCHDOG) [M/n/y/?]
  W83877F (EMACS) Watchdog Timer (CONFIG_W83877F_WDT) [M/n/y/?]
  WDT Watchdog timer (CONFIG_WDT) [M/n/y/?]
  WDT PCI Watchdog timer (CONFIG_WDTPCI) [M/n/y/?]
    WDT501 features (CONFIG_WDT_501) [Y/n/?]
      Fan Tachometer (CONFIG_WDT_501_FAN) [N/y/?]
  ZF MachZ Watchdog (CONFIG_MACHZ_WDT) [M/n/y/?]
NatSemi SCx200 Support (CONFIG_SCx200) [M/n/y/?]
  NatSemi SCx200 GPIO Support (CONFIG_SCx200_GPIO) [M/n/?]
AMD 768/8111 Random Number Generator support (CONFIG_AMD_RNG) [M/n/y/?]
AMD 76x native power management (Experimental) (CONFIG_AMD_PM768) [M/n/y/?]
Intel i8x0 Random Number Generator support (CONFIG_INTEL_RNG) [M/n/y/?]
Intel/AMD/VIA HW Random Number Generator support (CONFIG_HW_RANDOM) [M/n/y/?]
/dev/nvram support (CONFIG_NVRAM) [M/n/y/?]
Enhanced Real Time Clock Support (CONFIG_RTC) [M/n/y/?]
Double Talk PC internal speech card support (CONFIG_DTLK) [M/n/y/?]
Siemens R3964 line discipline (CONFIG_R3964) [M/n/y/?]
Applicom intelligent fieldbus card support (CONFIG_APPLICOM) [M/n/y/?]
Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL) (CONFIG_SONYPI) [M/n/y/?]
*
* Ftape, the floppy tape device driver
*
Ftape (QIC-80/Travan) support (CONFIG_FTAPE) [M/n/y/?]
  Zftape, the VFS interface (CONFIG_ZFTAPE) [M/n/?]
  Default block size (CONFIG_ZFT_DFLT_BLK_SZ) [10240]
*
*   The compressor will be built as a module only!
*
  Number of ftape buffers (EXPERIMENTAL) (CONFIG_FT_NR_BUFFERS) [3]
  Enable procfs status report (+2kb) (CONFIG_FT_PROC_FS) [Y/n/?]
Debugging output (Normal, Excessive, Reduced, None) [Normal]
  defined CONFIG_FT_NORMAL_DEBUG
*
* Hardware configuration
*
Floppy tape controllers (Standard, MACH-2, FC-10/FC-20, Alt/82078) [Standard]
  defined CONFIG_FT_STD_FDC
  Default FIFO threshold (EXPERIMENTAL) (CONFIG_FT_FDC_THR) [8]
  Maximal data rate to use (EXPERIMENTAL) (CONFIG_FT_FDC_MAX_RATE) [2000]
/dev/agpgart (AGP Support) (CONFIG_AGP) [M/n/y/?]
  Intel 440LX/BX/GX and I815/I820/I830M/I830MP/I840/I845/I850/I860 support (CONFIG_AGP_INTEL) [Y/n/?]
  Intel I810/I815/I830M (on-board) support (CONFIG_AGP_I810) [Y/n/?]
  VIA chipset support (CONFIG_AGP_VIA) [Y/n/?]
  AMD Irongate, 761, and 762 support (CONFIG_AGP_AMD) [Y/n/?]
  AMD Opteron/Athlon64 on-CPU GART support (CONFIG_AGP_AMD_K8) [Y/n/?]
  Generic SiS support (CONFIG_AGP_SIS) [Y/n/?]
  ALI chipset support (CONFIG_AGP_ALI) [Y/n/?]
  Serverworks LE/HE support (CONFIG_AGP_SWORKS) [Y/n/?]
  NVIDIA chipset support (CONFIG_AGP_NVIDIA) [Y/n/?]
  ATI IGP chipset support (CONFIG_AGP_ATI) [Y/n/?]
*
* Direct Rendering Manager (XFree86 DRI support)
*
Direct Rendering Manager (XFree86 DRI support) (CONFIG_DRM) [Y/n/?]
  Build drivers for old (XFree 4.0) DRM (CONFIG_DRM_OLD) [N/y/?]
*
* DRM 4.1 drivers
*
  3dfx Banshee/Voodoo3+ (CONFIG_DRM_TDFX) [M/n/y/?]
  3dlabs GMX 2000 (CONFIG_DRM_GAMMA) [M/n/y/?]
  ATI Rage 128 (CONFIG_DRM_R128) [M/n/y/?]
  ATI Radeon (CONFIG_DRM_RADEON) [M/n/y/?]
  Intel I810 (CONFIG_DRM_I810) [M/n/?]
    Enabled XFree 4.1 ioctl interface by default (CONFIG_DRM_I810_XFREE_41) [N/y/?]
  Intel 830M (CONFIG_DRM_I830) [M/n/?]
  Matrox g200/g400 (CONFIG_DRM_MGA) [M/n/?]
  SiS (CONFIG_DRM_SIS) [M/n/?]
*
* PCMCIA character devices
*
PCMCIA serial device support (CONFIG_PCMCIA_SERIAL_CS) [M/n/y/?]
SyncLink PC Card support (CONFIG_SYNCLINK_CS) [M/n/y/?]
ACP Modem (Mwave) support (CONFIG_MWAVE) [M/n/y/?]
HP OB600 C/CT Pop-up mouse support (CONFIG_OBMOUSE) [M/n/?]
*
* Multimedia devices
*
Video For Linux (CONFIG_VIDEO_DEV) [M/n/y/?]
*
* Video For Linux
*
  V4L information in proc filesystem (CONFIG_VIDEO_PROC_FS) [Y/n/?]
  I2C on parallel port (CONFIG_I2C_PARPORT) [M/n/?]
*
* Video Adapters
*
  BT848 Video For Linux (CONFIG_VIDEO_BT848) [M/n/?]
  Mediavision Pro Movie Studio Video For Linux (CONFIG_VIDEO_PMS) [M/n/?]
  Quickcam BW Video For Linux (CONFIG_VIDEO_BWQCAM) [M/n/?]
  QuickCam Colour Video For Linux (EXPERIMENTAL) (CONFIG_VIDEO_CQCAM) [M/n/?]
  W9966CF Webcam (FlyCam Supra and others) Video For Linux (CONFIG_VIDEO_W9966) [M/n/?]
  CPiA Video For Linux (CONFIG_VIDEO_CPIA) [M/n/?]
    CPiA Parallel Port Lowlevel Support (CONFIG_VIDEO_CPIA_PP) [M/n/?]
    CPiA USB Lowlevel Support (CONFIG_VIDEO_CPIA_USB) [M/n/?]
  SAA5249 Teletext processor (CONFIG_VIDEO_SAA5249) [M/n/?]
  SAB3036 tuner (CONFIG_TUNER_3036) [M/n/?]
  Stradis 4:2:2 MPEG-2 video driver  (EXPERIMENTAL) (CONFIG_VIDEO_STRADIS) [M/n/?]
  Zoran ZR36057/36060 Video For Linux (CONFIG_VIDEO_ZORAN) [M/n/?]
  Iomega Buz support (CONFIG_VIDEO_ZORAN_BUZ) [M/n/?]
  Miro DC10(+) support (CONFIG_VIDEO_ZORAN_DC10) [M/n/?]
  Linux Media Labs LML33 support (CONFIG_VIDEO_ZORAN_LML33) [M/n/?]
  Zoran ZR36120/36125 Video For Linux (CONFIG_VIDEO_ZR36120) [M/n/?]
  Sony Vaio Picturebook Motion Eye Video For Linux (EXPERIMENTAL) (CONFIG_VIDEO_MEYE) [M/n/?]
*
* Radio Adapters
*
  ADS Cadet AM/FM Tuner (CONFIG_RADIO_CADET) [M/n/?]
  AIMSlab RadioTrack (aka RadioReveal) support (CONFIG_RADIO_RTRACK) [M/n/?]
  AIMSlab RadioTrack II support (CONFIG_RADIO_RTRACK2) [M/n/?]
  Aztech/Packard Bell Radio (CONFIG_RADIO_AZTECH) [M/n/?]
  GemTek Radio Card support (CONFIG_RADIO_GEMTEK) [M/n/?]
  GemTek PCI Radio Card support (CONFIG_RADIO_GEMTEK_PCI) [M/n/?]
  Guillemot MAXI Radio FM 2000 radio (CONFIG_RADIO_MAXIRADIO) [M/n/?]
  Maestro on board radio (CONFIG_RADIO_MAESTRO) [M/n/?]
  miroSOUND PCM20 radio (CONFIG_RADIO_MIROPCM20) [M/n/?]
    miroSOUND PCM20 radio RDS user interface (EXPERIMENTAL) (CONFIG_RADIO_MIROPCM20_RDS) [M/n/?]
  SF16FMI Radio (CONFIG_RADIO_SF16FMI) [M/n/?]
  SF16FMR2 Radio (CONFIG_RADIO_SF16FMR2) [M/n/?]
  TerraTec ActiveRadio ISA Standalone (CONFIG_RADIO_TERRATEC) [M/n/?]
  Trust FM radio card (CONFIG_RADIO_TRUST) [M/n/?]
  Typhoon Radio (a.k.a. EcoRadio) (CONFIG_RADIO_TYPHOON) [M/n/?]
    Support for /proc/radio-typhoon (CONFIG_RADIO_TYPHOON_PROC_FS) [Y/n/?]
  Zoltrix Radio (CONFIG_RADIO_ZOLTRIX) [M/n/?]
*
* File systems
*
Quota support (CONFIG_QUOTA) [Y/n/?]
  VFS v0 quota format support (CONFIG_QFMT_V2) [M/n/y/?]
Kernel automounter support (CONFIG_AUTOFS_FS) [M/n/y/?]
Kernel automounter version 4 support (also supports v3) (CONFIG_AUTOFS4_FS) [M/n/y/?]
Reiserfs support (CONFIG_REISERFS_FS) [M/n/y/?]
  Enable reiserfs debug mode (CONFIG_REISERFS_CHECK) [N/y/?]
  Stats in /proc/fs/reiserfs (CONFIG_REISERFS_PROC_INFO) [N/y/?]
ADFS file system support (EXPERIMENTAL) (CONFIG_ADFS_FS) [M/n/y/?]
  ADFS write support (DANGEROUS) (CONFIG_ADFS_FS_RW) [N/y/?]
Amiga FFS file system support (EXPERIMENTAL) (CONFIG_AFFS_FS) [M/n/y/?]
Apple HFS file system support (EXPERIMENTAL) (CONFIG_HFS_FS) [M/n/y/?]
Apple HFS+ (Extended HFS) file system support (EXPERIMENTAL) (CONFIG_HFSPLUS_FS) [M/n/y/?]
BeOS file systemv(BeFS) support (read only) (EXPERIMENTAL) (CONFIG_BEFS_FS) [M/n/y/?]
  Debug Befs (CONFIG_BEFS_DEBUG) [N/y/?]
BFS file system support (EXPERIMENTAL) (CONFIG_BFS_FS) [M/n/y/?]
Ext3 journalling file system support (CONFIG_EXT3_FS) [M/n/y/?]
  Ext3 extended attributes (CONFIG_EXT3_FS_XATTR) [Y/n/?]
    Ext3 extended attribute block sharing (CONFIG_EXT3_FS_XATTR_SHARING) [Y/n/?]
    Ext3 extended user attributes (CONFIG_EXT3_FS_XATTR_USER) [Y/n/?]
    Ext3 trusted extended attributes (CONFIG_EXT3_FS_XATTR_TRUSTED) [Y/n/?]
    Ext3 POSIX Access Control Lists (CONFIG_EXT3_FS_POSIX_ACL) [Y/n/?]
  JBD (ext3) debugging support (CONFIG_JBD_DEBUG) [N/y/?]
DOS FAT fs support (CONFIG_FAT_FS) [M/n/y/?]
  MSDOS fs support (CONFIG_MSDOS_FS) [M/n/?]
    UMSDOS: Unix-like file system on top of standard MSDOS fs (CONFIG_UMSDOS_FS) [M/n/?]
  VFAT (Windows-95) fs support (CONFIG_VFAT_FS) [M/n/?]
EFS file system support (read only) (EXPERIMENTAL) (CONFIG_EFS_FS) [M/n/y/?]
Journalling Flash File System (JFFS) support (CONFIG_JFFS_FS) [N/m/?]
Journalling Flash File System v2 (JFFS2) support (CONFIG_JFFS2_FS) [N/m/?]
Compressed ROM file system support (CONFIG_CRAMFS) [Y/m/n/?]
Virtual memory file system support (former shm fs) (CONFIG_TMPFS) [Y/n/?]
ISO 9660 CDROM file system support (CONFIG_ISO9660_FS) [M/n/y/?]
  Microsoft Joliet CDROM extensions (CONFIG_JOLIET) [Y/n/?]
  Transparent decompression extension (CONFIG_ZISOFS) [Y/n/?]
JFS filesystem support (CONFIG_JFS_FS) [M/n/y/?]
  JFS debugging (CONFIG_JFS_DEBUG) [N/y/?]
  JFS statistics (CONFIG_JFS_STATISTICS) [Y/n/?]
Minix fs support (CONFIG_MINIX_FS) [M/n/y/?]
FreeVxFS file system support (VERITAS VxFS(TM) compatible) (CONFIG_VXFS_FS) [M/n/y/?]
NTFS file system support (read only) (CONFIG_NTFS_FS) [M/n/y/?]
  NTFS write support (DANGEROUS) (CONFIG_NTFS_RW) [N/y/?]
OS/2 HPFS file system support (CONFIG_HPFS_FS) [M/n/y/?]
/proc file system support (CONFIG_PROC_FS) [Y/n/?]
/dev file system support (EXPERIMENTAL) (CONFIG_DEVFS_FS) [Y/n/?]
  Automatically mount at boot (CONFIG_DEVFS_MOUNT) [N/y/?]
  Debug devfs (CONFIG_DEVFS_DEBUG) [N/y/?]
/dev/pts file system for Unix98 PTYs (CONFIG_DEVPTS_FS) [Y/n/?]
QNX4 file system support (read only) (CONFIG_QNX4FS_FS) [M/n/y/?]
  QNX4FS write support (DANGEROUS) (CONFIG_QNX4FS_RW) [N/y/?]
ROM file system support (CONFIG_ROMFS_FS) [M/n/y/?]
Second extended fs support (CONFIG_EXT2_FS) [M/n/y/?]
  Ext2 extended attributes (CONFIG_EXT2_FS_XATTR) [Y/n/?]
    Ext2 extended attribute block sharing (CONFIG_EXT2_FS_XATTR_SHARING) [Y/n/?]
    Ext2 extended user attributes (CONFIG_EXT2_FS_XATTR_USER) [Y/n/?]
    Ext2 trusted extended attributes (CONFIG_EXT2_FS_XATTR_TRUSTED) [Y/n/?]
    Ext2 POSIX Access Control Lists (CONFIG_EXT2_FS_POSIX_ACL) [Y/n/?]
System V/Xenix/V7/Coherent file system support (CONFIG_SYSV_FS) [M/n/y/?]
UDF file system support (read only) (CONFIG_UDF_FS) [M/n/y/?]
  UDF write support (DANGEROUS) (CONFIG_UDF_RW) [N/y/?]
UFS file system support (read only) (CONFIG_UFS_FS) [M/n/y/?]
  UFS file system write support (DANGEROUS) (CONFIG_UFS_FS_WRITE) [N/y/?]
XFS filesystem support (CONFIG_XFS_FS) [M/n/y/?]
  Quota support (CONFIG_XFS_QUOTA) [Y/n/?]
  POSIX ACL support (CONFIG_XFS_POSIX_ACL) [Y/n/?]
  Realtime support (EXPERIMENTAL) (CONFIG_XFS_RT) [N/y/?]
  Tracing support (EXPERIMENTAL) (CONFIG_XFS_TRACE) [N/y/?]
  Debugging support (EXPERIMENTAL) (CONFIG_XFS_DEBUG) [N/y/?]
*
* Network File Systems
*
Coda file system support (advanced network fs) (CONFIG_CODA_FS) [M/n/y/?]
InterMezzo file system support (replicating fs) (EXPERIMENTAL) (CONFIG_INTERMEZZO_FS) [M/n/y/?]
NFS file system support (CONFIG_NFS_FS) [M/n/y/?]
  Provide NFSv3 client support (CONFIG_NFS_V3) [Y/n/?]
  Allow direct I/O on NFS files (EXPERIMENTAL) (CONFIG_NFS_DIRECTIO) [Y/n/?]
NFS server support (CONFIG_NFSD) [M/n/y/?]
  Provide NFSv3 server support (CONFIG_NFSD_V3) [Y/n/?]
  Provide NFS server over TCP support (EXPERIMENTAL) (CONFIG_NFSD_TCP) [Y/n/?]
SMB file system support (to mount Windows shares etc.) (CONFIG_SMB_FS) [M/n/y/?]
  Use a default NLS (CONFIG_SMB_NLS_DEFAULT) [N/y/?]
  Enable Unix Extensions (CONFIG_SMB_UNIX) [Y/n/?]
NCP file system support (to mount NetWare volumes) (CONFIG_NCP_FS) [M/n/y/?]
  Packet signatures (CONFIG_NCPFS_PACKET_SIGNING) [N/y/?]
  Proprietary file locking (CONFIG_NCPFS_IOCTL_LOCKING) [N/y/?]
  Clear remove/delete inhibit when needed (CONFIG_NCPFS_STRONG) [N/y/?]
  Use NFS namespace if available (CONFIG_NCPFS_NFS_NS) [Y/n/?]
  Use LONG (OS/2) namespace if available (CONFIG_NCPFS_OS2_NS) [Y/n/?]
  Lowercase DOS filenames (CONFIG_NCPFS_SMALLDOS) [N/y/?]
  Use Native Language Support (CONFIG_NCPFS_NLS) [Y/n/?]
  Enable symbolic links and execute flags (CONFIG_NCPFS_EXTRAS) [Y/n/?]
*
* Partition Types
*
Advanced partition selection (CONFIG_PARTITION_ADVANCED) [Y/n/?]
  Acorn partition support (CONFIG_ACORN_PARTITION) [Y/n/?]
    ICS partition support (CONFIG_ACORN_PARTITION_ICS) [Y/n/?]
    Native filecore partition support (CONFIG_ACORN_PARTITION_ADFS) [N/y/?]
    PowerTec partition support (CONFIG_ACORN_PARTITION_POWERTEC) [N/y/?]
    RISCiX partition support (CONFIG_ACORN_PARTITION_RISCIX) [Y/n/?]
  Alpha OSF partition support (CONFIG_OSF_PARTITION) [Y/n/?]
  Amiga partition table support (CONFIG_AMIGA_PARTITION) [Y/n/?]
  Atari partition table support (CONFIG_ATARI_PARTITION) [Y/n/?]
  Macintosh partition map support (CONFIG_MAC_PARTITION) [Y/n/?]
  PC BIOS (MSDOS partition tables) support (CONFIG_MSDOS_PARTITION) [Y/n/?]
    BSD disklabel (FreeBSD partition tables) support (CONFIG_BSD_DISKLABEL) [Y/n/?]
    Minix subpartition support (CONFIG_MINIX_SUBPARTITION) [Y/n/?]
    Solaris (x86) partition table support (CONFIG_SOLARIS_X86_PARTITION) [Y/n/?]
    Unixware slices support (CONFIG_UNIXWARE_DISKLABEL) [Y/n/?]
  Windows Logical Disk Manager (Dynamic Disk) support (EXPERIMENTAL) (CONFIG_LDM_PARTITION) [Y/n/?]
    Windows LDM extra logging (CONFIG_LDM_DEBUG) [N/y/?]
  SGI partition support (CONFIG_SGI_PARTITION) [Y/n/?]
  Ultrix partition table support (CONFIG_ULTRIX_PARTITION) [Y/n/?]
  Sun partition tables support (CONFIG_SUN_PARTITION) [Y/n/?]
  EFI GUID Partition support (CONFIG_EFI_PARTITION) [N/y/?]
*
* Native Language Support
*
Default NLS Option (CONFIG_NLS_DEFAULT) [cp437]
Codepage 437 (United States, Canada) (CONFIG_NLS_CODEPAGE_437) [M/n/y/?]
Codepage 737 (Greek) (CONFIG_NLS_CODEPAGE_737) [M/n/y/?]
Codepage 775 (Baltic Rim) (CONFIG_NLS_CODEPAGE_775) [M/n/y/?]
Codepage 850 (Europe) (CONFIG_NLS_CODEPAGE_850) [M/n/y/?]
Codepage 852 (Central/Eastern Europe) (CONFIG_NLS_CODEPAGE_852) [M/n/y/?]
Codepage 855 (Cyrillic) (CONFIG_NLS_CODEPAGE_855) [M/n/y/?]
Codepage 857 (Turkish) (CONFIG_NLS_CODEPAGE_857) [M/n/y/?]
Codepage 860 (Portuguese) (CONFIG_NLS_CODEPAGE_860) [M/n/y/?]
Codepage 861 (Icelandic) (CONFIG_NLS_CODEPAGE_861) [M/n/y/?]
Codepage 862 (Hebrew) (CONFIG_NLS_CODEPAGE_862) [M/n/y/?]
Codepage 863 (Canadian French) (CONFIG_NLS_CODEPAGE_863) [M/n/y/?]
Codepage 864 (Arabic) (CONFIG_NLS_CODEPAGE_864) [M/n/y/?]
Codepage 865 (Norwegian, Danish) (CONFIG_NLS_CODEPAGE_865) [M/n/y/?]
Codepage 866 (Cyrillic/Russian) (CONFIG_NLS_CODEPAGE_866) [M/n/y/?]
Codepage 869 (Greek) (CONFIG_NLS_CODEPAGE_869) [M/n/y/?]
Simplified Chinese charset (CP936, GB2312) (CONFIG_NLS_CODEPAGE_936) [M/n/y/?]
Traditional Chinese charset (Big5) (CONFIG_NLS_CODEPAGE_950) [M/n/y/?]
Japanese charsets (Shift-JIS, EUC-JP) (CONFIG_NLS_CODEPAGE_932) [M/n/y/?]
Korean charset (CP949, EUC-KR) (CONFIG_NLS_CODEPAGE_949) [M/n/y/?]
Thai charset (CP874, TIS-620) (CONFIG_NLS_CODEPAGE_874) [M/n/y/?]
Hebrew charsets (ISO-8859-8, CP1255) (CONFIG_NLS_ISO8859_8) [M/n/y/?]
Windows CP1250 (Slavic/Central European Languages) (CONFIG_NLS_CODEPAGE_1250) [M/n/y/?]
Windows CP1251 (Bulgarian, Belarusian) (CONFIG_NLS_CODEPAGE_1251) [M/n/y/?]
NLS ISO 8859-1  (Latin 1; Western European Languages) (CONFIG_NLS_ISO8859_1) [M/n/y/?]
NLS ISO 8859-2  (Latin 2; Slavic/Central European Languages) (CONFIG_NLS_ISO8859_2) [M/n/y/?]
NLS ISO 8859-3  (Latin 3; Esperanto, Galician, Maltese, Turkish) (CONFIG_NLS_ISO8859_3) [M/n/y/?]
NLS ISO 8859-4  (Latin 4; old Baltic charset) (CONFIG_NLS_ISO8859_4) [M/n/y/?]
NLS ISO 8859-5  (Cyrillic) (CONFIG_NLS_ISO8859_5) [M/n/y/?]
NLS ISO 8859-6  (Arabic) (CONFIG_NLS_ISO8859_6) [M/n/y/?]
NLS ISO 8859-7  (Modern Greek) (CONFIG_NLS_ISO8859_7) [M/n/y/?]
NLS ISO 8859-9  (Latin 5; Turkish) (CONFIG_NLS_ISO8859_9) [M/n/y/?]
NLS ISO 8859-13 (Latin 7; Baltic) (CONFIG_NLS_ISO8859_13) [M/n/y/?]
NLS ISO 8859-14 (Latin 8; Celtic) (CONFIG_NLS_ISO8859_14) [M/n/y/?]
NLS ISO 8859-15 (Latin 9; Western European Languages with Euro) (CONFIG_NLS_ISO8859_15) [M/n/y/?]
NLS KOI8-R (Russian) (CONFIG_NLS_KOI8_R) [M/n/y/?]
NLS KOI8-U/RU (Ukrainian, Belarusian) (CONFIG_NLS_KOI8_U) [M/n/y/?]
NLS UTF8 (CONFIG_NLS_UTF8) [M/n/y/?]
*
* Console drivers
*
VGA text console (CONFIG_VGA_CONSOLE) [Y/n/?]
Video mode selection support (CONFIG_VIDEO_SELECT) [Y/n/?]
MDA text console (dual-headed) (EXPERIMENTAL) (CONFIG_MDA_CONSOLE) [M/n/y/?]
*
* Frame-buffer support
*
Support for frame buffer devices (EXPERIMENTAL) (CONFIG_FB) [Y/n/?]
  nVidia Riva support (EXPERIMENTAL) (CONFIG_FB_RIVA) [M/n/y/?]
  Cirrus Logic support (EXPERIMENTAL) (CONFIG_FB_CLGEN) [M/n/y/?]
  Permedia2 support (EXPERIMENTAL) (CONFIG_FB_PM2) [M/n/y/?]
    enable FIFO disconnect feature (CONFIG_FB_PM2_FIFO_DISCONNECT) [N/y/?]
    generic Permedia2 PCI board support (CONFIG_FB_PM2_PCI) [N/y/?]
  Permedia3 support (EXPERIMENTAL) (CONFIG_FB_PM3) [M/n/y/?]
  Cyber2000 support (CONFIG_FB_CYBER2000) [M/n/y/?]
  VESA VGA graphics console (CONFIG_FB_VESA) [M/n/y/?]
  VGA 16-color graphics console (CONFIG_FB_VGA16) [M/n/y/?]
  Hercules mono graphics console (EXPERIMENTAL) (CONFIG_FB_HGA) [M/n/y/?]
  Matrox acceleration (EXPERIMENTAL) (CONFIG_FB_MATROX) [M/n/y/?]
    Millennium I/II support (CONFIG_FB_MATROX_MILLENIUM) [Y/n/?]
    Mystique support (CONFIG_FB_MATROX_MYSTIQUE) [Y/n/?]
    G100/G200/G400/G450/G550 support (CONFIG_FB_MATROX_G450) [Y/n/?]
      Matrox I2C support (CONFIG_FB_MATROX_I2C) [M/n/?]
      G400 second head support (CONFIG_FB_MATROX_MAVEN) [M/n/?]
    Matrox /proc interface (CONFIG_FB_MATROX_PROC) [M/n/?]
    Multihead support (CONFIG_FB_MATROX_MULTIHEAD) [Y/n/?]
  ATI Mach64 display support (EXPERIMENTAL) (CONFIG_FB_ATY) [M/n/y/?]
    Mach64 GX support (EXPERIMENTAL) (CONFIG_FB_ATY_GX) [Y/n/?]
    Mach64 CT/VT/GT/LT (incl. 3D RAGE) support (CONFIG_FB_ATY_CT) [Y/n/?]
    Mach64 generic LCD monitor support (EXPERIMENTAL) (CONFIG_FB_ATY_GENERIC_LCD) [Y/n/?]
  ATI Radeon display support (EXPERIMENTAL) (CONFIG_FB_RADEON) [M/n/y/?]
  ATI Rage128 display support (EXPERIMENTAL) (CONFIG_FB_ATY128) [M/n/y/?]
  Intel 830M/845G/852GM/855GM/865G display support (EXPERIMENTAL) (CONFIG_FB_INTEL) [M/n/y/?]
  SIS display support (EXPERIMENTAL) (CONFIG_FB_SIS) [M/n/y/?]
    SIS 300 series support (CONFIG_FB_SIS_300) [Y/n/?]
    SIS 315/330 series support (CONFIG_FB_SIS_315) [Y/n/?]
  NeoMagic display support (EXPERIMENTAL) (CONFIG_FB_NEOMAGIC) [M/n/y/?]
  3Dfx Banshee/Voodoo3 display support (EXPERIMENTAL) (CONFIG_FB_3DFX) [M/n/y/?]
  3Dfx Voodoo Graphics (sst1) support (EXPERIMENTAL) (CONFIG_FB_VOODOO1) [M/n/y/?]
  Trident support (EXPERIMENTAL) (CONFIG_FB_TRIDENT) [N/y/m/?]
  ITE IT8181E/F support (CONFIG_FB_IT8181) [M/n/y/?]
  Virtual Frame Buffer support (ONLY FOR TESTING!) (EXPERIMENTAL) (CONFIG_FB_VIRTUAL) [M/n/y/?]
  Advanced low level driver options (CONFIG_FBCON_ADVANCED) [Y/n/?]
    Monochrome support (CONFIG_FBCON_MFB) [M/n/y/?]
    2 bpp packed pixels support (CONFIG_FBCON_CFB2) [M/n/y/?]
    4 bpp packed pixels support (CONFIG_FBCON_CFB4) [M/n/y/?]
    8 bpp packed pixels support (CONFIG_FBCON_CFB8) [M/n/y/?]
    16 bpp packed pixels support (CONFIG_FBCON_CFB16) [M/n/y/?]
    24 bpp packed pixels support (CONFIG_FBCON_CFB24) [M/n/y/?]
    32 bpp packed pixels support (CONFIG_FBCON_CFB32) [M/n/y/?]
    Amiga bitplanes support (CONFIG_FBCON_AFB) [N/y/m/?]
    Amiga interleaved bitplanes support (CONFIG_FBCON_ILBM) [N/y/m/?]
    Atari interleaved bitplanes (2 planes) support (CONFIG_FBCON_IPLAN2P2) [N/y/m/?]
    Atari interleaved bitplanes (4 planes) support (CONFIG_FBCON_IPLAN2P4) [N/y/m/?]
    Atari interleaved bitplanes (8 planes) support (CONFIG_FBCON_IPLAN2P8) [N/y/m/?]
    Mac variable bpp packed pixels support (CONFIG_FBCON_MAC) [N/y/m/?]
    VGA 16-color planar support (CONFIG_FBCON_VGA_PLANES) [M/n/y/?]
    VGA characters/attributes support (CONFIG_FBCON_VGA) [M/n/y/?]
    HGA monochrome support (EXPERIMENTAL) (CONFIG_FBCON_HGA) [M/n/y/?]
  Support only 8 pixels wide fonts (CONFIG_FBCON_FONTWIDTH8_ONLY) [N/y/?]
  Select compiled-in fonts (CONFIG_FBCON_FONTS) [N/y/?]
*
* Sound
*
Sound card support (CONFIG_SOUND) [M/n/y/?]
  ALi5455 audio support (CONFIG_SOUND_ALI5455) [M/n/?]
   Enable Codec SPDIF OUT ( Pcm Out Share ) (CONFIG_SOUND_ALI5455_CODECSPDIFOUT_PCMOUTSHARE) [Y/n/?]
   Enable Codec SPDIF OUT ( Codec Independent DMA ) (CONFIG_SOUND_ALI5455_CODECSPDIFOUT_CODECINDEPENDENTDMA) [Y/n/?]
   Enable Controller SPDIF OUT ( Pcm Out Share ) (CONFIG_SOUND_ALI5455_CONTROLLERSPDIFOUT_PCMOUTSHARE) [Y/n/?]
   Enable Controller SPDIF OUT ( Controller Independent DMA ) (CONFIG_SOUND_ALI5455_CONTROLLERSPDIFOUT_CONTROLLERINDEPENDENTDMA) [Y/n/?]
  BT878 audio dma (CONFIG_SOUND_BT878) [M/n/?]
  C-Media PCI (CMI8338/8738) (CONFIG_SOUND_CMPCI) [M/n/?]
    Enable legacy FM (CONFIG_SOUND_CMPCI_FM) [N/y/?]
    Enable legacy MPU-401 (CONFIG_SOUND_CMPCI_MIDI) [N/y/?]
    Enable joystick (CONFIG_SOUND_CMPCI_JOYSTICK) [Y/n/?]
    Support CMI8738 based audio cards (CONFIG_SOUND_CMPCI_CM8738) [Y/n/?]
      Inverse S/PDIF in for CMI8738 (CONFIG_SOUND_CMPCI_SPDIFINVERSE) [N/y/?]
      Enable S/PDIF loop for CMI8738 (CONFIG_SOUND_CMPCI_SPDIFLOOP) [N/y/?]
      Number of speakers 2, 4, 5, 6 (CONFIG_SOUND_CMPCI_SPEAKERS) [2]
  Creative SBLive! (EMU10K1) (CONFIG_SOUND_EMU10K1) [M/n/?]
    Creative SBLive! MIDI (CONFIG_MIDI_EMU10K1) [Y/n/?]
  Crystal SoundFusion (CS4280/461x) (CONFIG_SOUND_FUSION) [M/n/?]
  Crystal Sound CS4281 (CONFIG_SOUND_CS4281) [M/n/?]
  Ensoniq AudioPCI (ES1370) (CONFIG_SOUND_ES1370) [M/n/?]
  Creative Ensoniq AudioPCI 97 (ES1371) (CONFIG_SOUND_ES1371) [M/n/?]
  ESS Technology Solo1 (CONFIG_SOUND_ESSSOLO1) [M/n/?]
  ESS Maestro, Maestro2, Maestro2E driver (CONFIG_SOUND_MAESTRO) [M/n/?]
  ESS Maestro3/Allegro driver (EXPERIMENTAL) (CONFIG_SOUND_MAESTRO3) [M/n/?]
  ForteMedia FM801 driver (EXPERIMENTAL) (CONFIG_SOUND_FORTE) [M/n/?]
  Intel ICH (i8xx), SiS 7012, NVidia nForce Audio or AMD 768/811x (CONFIG_SOUND_ICH) [M/n/y/?]
  RME Hammerfall (RME96XX) support (CONFIG_SOUND_RME96XX) [M/n/?]
  S3 SonicVibes (CONFIG_SOUND_SONICVIBES) [M/n/?]
  Trident 4DWave DX/NX, SiS 7018 or ALi 5451 PCI Audio Core (CONFIG_SOUND_TRIDENT) [M/n/?]
  Support for Turtle Beach MultiSound Classic, Tahiti, Monterey (CONFIG_SOUND_MSNDCLAS) [M/n/?]
Full pathname of MSNDINIT.BIN firmware file (CONFIG_MSNDCLAS_INIT_FILE) [/etc/sound/msndinit.bin]
Full pathname of MSNDPERM.BIN firmware file (CONFIG_MSNDCLAS_PERM_FILE) [/etc/sound/msndperm.bin]
  Support for Turtle Beach MultiSound Pinnacle, Fiji (CONFIG_SOUND_MSNDPIN) [M/n/?]
  Full pathname of PNDSPINI.BIN firmware file (CONFIG_MSNDPIN_INIT_FILE) [/etc/sound/pndspini.bin]
  Full pathname of PNDSPERM.BIN firmware file (CONFIG_MSNDPIN_PERM_FILE) [/etc/sound/pndsperm.bin]
  VIA 82C686 Audio Codec (CONFIG_SOUND_VIA82CXXX) [M/n/y/?]
  VIA 82C686 MIDI (CONFIG_MIDI_VIA82CXXX) [Y/n/?]
  OSS sound modules (CONFIG_SOUND_OSS) [M/n/?]
      Verbose initialisation (CONFIG_SOUND_TRACEINIT) [N/y/?]
      Persistent DMA buffers (CONFIG_SOUND_DMAP) [N/y/?]
    AD1816(A) based cards (EXPERIMENTAL) (CONFIG_SOUND_AD1816) [M/n/?]
    AD1889 based cards (AD1819 codec) (EXPERIMENTAL) (CONFIG_SOUND_AD1889) [M/n/?]
    Aztech Sound Galaxy (non-PnP) cards (CONFIG_SOUND_SGALAXY) [M/n/?]
    Adlib Cards (CONFIG_SOUND_ADLIB) [M/n/?]
    ACI mixer (miroSOUND PCM1-pro/PCM12/PCM20) (CONFIG_SOUND_ACI_MIXER) [M/n/?]
    Crystal CS4232 based (PnP) cards (CONFIG_SOUND_CS4232) [M/n/?]
    Ensoniq SoundScape support (CONFIG_SOUND_SSCAPE) [M/n/?]
    Gravis Ultrasound support (CONFIG_SOUND_GUS) [M/n/?]
      16 bit sampling option of GUS (_NOT_ GUS MAX) (CONFIG_SOUND_GUS16) [Y/n/?]
      GUS MAX support (CONFIG_SOUND_GUSMAX) [Y/n/?]
    Loopback MIDI device support (CONFIG_SOUND_VMIDI) [M/n/?]
    MediaTrix AudioTrix Pro support (CONFIG_SOUND_TRIX) [M/n/?]
    Microsoft Sound System support (CONFIG_SOUND_MSS) [M/n/?]
    MPU-401 support (NOT for SB16) (CONFIG_SOUND_MPU401) [M/n/?]
    NM256AV/NM256ZX audio support (CONFIG_SOUND_NM256) [M/n/?]
    OPTi MAD16 and/or Mozart based cards (CONFIG_SOUND_MAD16) [M/n/?]
      Support MIDI in older MAD16 based cards (requires SB) (CONFIG_MAD16_OLDCARD) [Y/n/?]
    ProAudioSpectrum 16 support (CONFIG_SOUND_PAS) [M/n/?]
    PSS (AD1848, ADSP-2115, ESC614) support (CONFIG_SOUND_PSS) [M/n/?]
      Enable PSS mixer (Beethoven ADSP-16 and other compatibile) (CONFIG_PSS_MIXER) [Y/n/?]
      Have DSPxxx.LD firmware file (CONFIG_PSS_HAVE_BOOT) [N/y/?]
    100% Sound Blaster compatibles (SB16/32/64, ESS, Jazz16) support (CONFIG_SOUND_SB) [M/n/?]
    AWE32 synth (CONFIG_SOUND_AWE32_SYNTH) [M/n/?]
    XpressAudio Sound Blaster emulation (CONFIG_SOUND_KAHLUA) [M/n/?]
    Full support for Turtle Beach WaveFront (Tropez Plus, Tropez, Maui) synth/soundcards (CONFIG_SOUND_WAVEFRONT) [M/n/?]
    Limited support for Turtle Beach Wave Front (Maui, Tropez) synthesizers (CONFIG_SOUND_MAUI) [M/n/?]
    Yamaha FM synthesizer (YM3812/OPL-3) support (CONFIG_SOUND_YM3812) [M/n/?]
    Yamaha OPL3-SA1 audio controller (CONFIG_SOUND_OPL3SA1) [M/n/?]
    Yamaha OPL3-SA2 and SA3 based PnP cards (CONFIG_SOUND_OPL3SA2) [M/n/?]
    Yamaha YMF7xx PCI audio (native mode) (CONFIG_SOUND_YMFPCI) [M/n/?]
      Yamaha PCI legacy ports support (CONFIG_SOUND_YMFPCI_LEGACY) [N/y/?]
    6850 UART support (CONFIG_SOUND_UART6850) [M/n/?]
    Gallant Audio Cards (SC-6000 and SC-6600 based) (CONFIG_SOUND_AEDSP16) [M/n/?]
      SC-6600 based audio cards (new Audio Excel DSP 16) (CONFIG_SC6600) [Y/n/?]
        Activate SC-6600 Joystick Interface (CONFIG_SC6600_JOY) [Y/n/?]
        SC-6600 CDROM Interface (4=None, 3=IDE, 1=Panasonic, 0=?Sony?) (CONFIG_SC6600_CDROM) [4]
        SC-6600 CDROM Interface I/O Address (CONFIG_SC6600_CDROMBASE) [0]
      Audio Excel DSP 16 (SBPro emulation) (CONFIG_AEDSP16_SBPRO) [N/y/?]
      Audio Excel DSP 16 (MSS emulation) (CONFIG_AEDSP16_MSS) [N/y/?]
      Audio Excel DSP 16 (MPU401 emulation) (CONFIG_AEDSP16_MPU401) [N/y/?]
  TV card (bt848) mixer support (CONFIG_SOUND_TVMIXER) [M/n/?]
  AD1980 front/back switch plugin (CONFIG_SOUND_AD1980) [M/n/?]
  Wolfson Touchscreen/BMON plugin (CONFIG_SOUND_WM97XX) [M/n/?]
*
* USB support
*
Support for USB (CONFIG_USB) [M/n/y/?]
  USB verbose debug messages (CONFIG_USB_DEBUG) [N/y/?]
*
* Miscellaneous USB options
*
  Preliminary USB device filesystem (CONFIG_USB_DEVICEFS) [Y/n/?]
  Enforce USB bandwidth allocation (EXPERIMENTAL) (CONFIG_USB_BANDWIDTH) [Y/n/?]
*
* USB Host Controller Drivers
*
  EHCI HCD (USB 2.0) support (EXPERIMENTAL) (CONFIG_USB_EHCI_HCD) [M/n/?]
  UHCI (Intel PIIX4, VIA, ...) support (CONFIG_USB_UHCI) [M/n/?]
  UHCI Alternate Driver (JE) support (CONFIG_USB_UHCI_ALT) [M/n/?]
  OHCI (Compaq, iMacs, OPTi, SiS, ALi, ...) support (CONFIG_USB_OHCI) [M/n/?]
  SL811HS Alternate (x86, StrongARM, isosynchronous mode) (CONFIG_USB_SL811HS_ALT) [M/n/?]
  SL811HS (x86, StrongARM) support, old driver (CONFIG_USB_SL811HS) [M/n/?]
*
* USB Device Class drivers
*
  USB Audio support (CONFIG_USB_AUDIO) [M/n/?]
    EMI 2|6 USB Audio interface support (CONFIG_USB_EMI26) [M/n/?]
*
*   USB Bluetooth can only be used with disabled Bluetooth subsystem
*
  USB MIDI support (CONFIG_USB_MIDI) [M/n/?]
  USB Mass Storage support (CONFIG_USB_STORAGE) [M/n/?]
    USB Mass Storage verbose debug (CONFIG_USB_STORAGE_DEBUG) [N/y/?]
    Datafab MDCFE-B Compact Flash Reader support (CONFIG_USB_STORAGE_DATAFAB) [Y/n/?]
    Freecom USB/ATAPI Bridge support (CONFIG_USB_STORAGE_FREECOM) [Y/n/?]
    ISD-200 USB/ATA Bridge support (CONFIG_USB_STORAGE_ISD200) [Y/n/?]
    Microtech CompactFlash/SmartMedia support (CONFIG_USB_STORAGE_DPCM) [Y/n/?]
    HP CD-Writer 82xx support (CONFIG_USB_STORAGE_HP8200e) [Y/n/?]
    SanDisk SDDR-09 (and other SmartMedia) support (CONFIG_USB_STORAGE_SDDR09) [Y/n/?]
    SanDisk SDDR-55 SmartMedia support (CONFIG_USB_STORAGE_SDDR55) [Y/n/?]
    Lexar Jumpshot Compact Flash Reader (CONFIG_USB_STORAGE_JUMPSHOT) [Y/n/?]
  USB Modem (CDC ACM) support (CONFIG_USB_ACM) [M/n/?]
  USB Printer support (CONFIG_USB_PRINTER) [M/n/?]
*
* USB Human Interface Devices (HID)
*
  USB Human Interface Device (full HID) support (CONFIG_USB_HID) [M/n/?]
    HID input layer support (CONFIG_USB_HIDINPUT) [Y/n/?]
    /dev/hiddev raw HID device support (CONFIG_USB_HIDDEV) [Y/n/?]
  USB HIDBP Keyboard (basic) support (CONFIG_USB_KBD) [M/n/?]
  USB HIDBP Mouse (basic) support (CONFIG_USB_MOUSE) [M/n/?]
  Aiptek 6000U/8000U tablet support (CONFIG_USB_AIPTEK) [M/n/?]
  Wacom Intuos/Graphire tablet support (CONFIG_USB_WACOM) [M/n/?]
  KB Gear JamStudio tablet support (CONFIG_USB_KBTAB) [M/n/?]
  Griffin Technology PowerMate support (CONFIG_USB_POWERMATE) [M/n/?]
*
* USB Imaging devices
*
  USB Kodak DC-2xx Camera support (CONFIG_USB_DC2XX) [M/n/?]
  USB Mustek MDC800 Digital Camera support (EXPERIMENTAL) (CONFIG_USB_MDC800) [M/n/?]
  USB Scanner support (CONFIG_USB_SCANNER) [M/n/?]
  Microtek X6USB scanner support (CONFIG_USB_MICROTEK) [M/n/?]
  HP53xx USB scanner support (EXPERIMENTAL) (CONFIG_USB_HPUSBSCSI) [M/n/?]
*
* USB Multimedia devices
*
  USB IBM (Xirlink) C-it Camera support (CONFIG_USB_IBMCAM) [M/n/?]
  USB Konica Webcam support (CONFIG_USB_KONICAWC) [M/n/?]
  USB OV511 Camera support (CONFIG_USB_OV511) [M/n/?]
  USB Philips Cameras (CONFIG_USB_PWC) [M/n/?]
  USB SE401 Camera support (CONFIG_USB_SE401) [M/n/?]
  USB STV680 (Pencam) Camera support (CONFIG_USB_STV680) [M/n/?]
  USB W996[87]CF Camera support (CONFIG_USB_W9968CF) [M/n/?]
  USB 3com HomeConnect (aka vicam) support (EXPERIMENTAL) (CONFIG_USB_VICAM) [M/n/?]
  D-Link USB FM radio support (EXPERIMENTAL) (CONFIG_USB_DSBR) [M/n/?]
*
* USB Network adaptors
*
  USB Pegasus/Pegasus-II based ethernet device support (EXPERIMENTAL) (CONFIG_USB_PEGASUS) [M/n/?]
  USB Realtek RTL8150 based ethernet device support (EXPERIMENTAL) (CONFIG_USB_RTL8150) [M/n/?]
  USB KLSI KL5USB101-based ethernet device support (EXPERIMENTAL) (CONFIG_USB_KAWETH) [M/n/?]
  USB CATC NetMate-based Ethernet device support (EXPERIMENTAL) (CONFIG_USB_CATC) [M/n/?]
  USB Communication Class Ethernet device support (EXPERIMENTAL) (CONFIG_USB_CDCETHER) [M/n/?]
  USB-to-USB Networking cables, Linux PDAs, ... (EXPERIMENTAL) (CONFIG_USB_USBNET) [M/n/?]
*
* USB port drivers
*
  USS720 parport driver (CONFIG_USB_USS720) [M/n/?]
*
* USB Serial Converter support
*
USB Serial Converter support (CONFIG_USB_SERIAL) [M/n/?]
  USB Generic Serial Driver (CONFIG_USB_SERIAL_GENERIC) [Y/n/?]
  USB Belkin and Peracom Single Port Serial Driver (CONFIG_USB_SERIAL_BELKIN) [M/n/?]
  USB ConnectTech WhiteHEAT Serial Driver (CONFIG_USB_SERIAL_WHITEHEAT) [M/n/?]
  USB Digi International AccelePort USB Serial Driver (CONFIG_USB_SERIAL_DIGI_ACCELEPORT) [M/n/?]
  USB Empeg empeg-car Mark I/II Driver (CONFIG_USB_SERIAL_EMPEG) [M/n/?]
  USB FTDI Single Port Serial Driver (CONFIG_USB_SERIAL_FTDI_SIO) [M/n/?]
  USB Handspring Visor / Palm m50x / Sony Clie Driver (CONFIG_USB_SERIAL_VISOR) [M/n/?]
  USB Compaq iPAQ / HP Jornada / Casio EM500 Driver (CONFIG_USB_SERIAL_IPAQ) [M/n/?]
  USB IR Dongle Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_IR) [M/n/?]
  USB Inside Out Edgeport Serial Driver (CONFIG_USB_SERIAL_EDGEPORT) [M/n/?]
  USB Inside Out Edgeport Serial Driver (TI devices) (CONFIG_USB_SERIAL_EDGEPORT_TI) [M/n/?]
  USB Keyspan PDA Single Port Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_KEYSPAN_PDA) [M/n/?]
  USB Keyspan USA-xxx Serial Driver (CONFIG_USB_SERIAL_KEYSPAN) [M/n/?]
  USB MCT Single Port Serial Driver (CONFIG_USB_SERIAL_MCT_U232) [M/n/?]
  USB KL5KUSB105 (Palmconnect) Driver (CONFIG_USB_SERIAL_KLSI) [M/n/?]
  USB KOBIL chipcard reader (EXPERIMENTAL) (CONFIG_USB_SERIAL_KOBIL_SCT) [M/n/?]
  USB Prolific 2303 Single Port Serial Driver (CONFIG_USB_SERIAL_PL2303) [M/n/?]
  USB REINER SCT cyberJack pinpad/e-com chipcard reader (EXPERIMENTAL) (CONFIG_USB_SERIAL_CYBERJACK) [M/n/?]
  USB Xircom / Entregra Single Port Serial Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_XIRCOM) [M/n/?]
  USB ZyXEL omni.net LCD Plus Driver (EXPERIMENTAL) (CONFIG_USB_SERIAL_OMNINET) [M/n/?]
*
* USB Miscellaneous drivers
*
  USB Diamond Rio500 support (EXPERIMENTAL) (CONFIG_USB_RIO500) [M/n/?]
  Auerswald device support (CONFIG_USB_AUERSWALD) [M/n/?]
  Texas Instruments Graph Link USB (aka SilverLink) cable support (CONFIG_USB_TIGL) [M/n/?]
  Tieman Voyager USB Braille display support (EXPERIMENTAL) (CONFIG_USB_BRLVGER) [M/n/?]
  USB LCD device support (CONFIG_USB_LCD) [M/n/?]
  Alcatel Speedtouch USB support (CONFIG_USB_SPEEDTOUCH) [M/n/?]
*
* Support for USB gadgets
*
Support for USB Gadgets (CONFIG_USB_GADGET) [N/y/m/?]
*
* Bluetooth support
*
Bluetooth subsystem support (CONFIG_BLUEZ) [M/n/y/?]
L2CAP protocol support (CONFIG_BLUEZ_L2CAP) [M/n/?]
SCO links support (CONFIG_BLUEZ_SCO) [M/n/?]
RFCOMM protocol support (CONFIG_BLUEZ_RFCOMM) [M/n/?]
  RFCOMM TTY support (CONFIG_BLUEZ_RFCOMM_TTY) [Y/n/?]
BNEP protocol support (CONFIG_BLUEZ_BNEP) [M/n/?]
  Multicast filter support (CONFIG_BLUEZ_BNEP_MC_FILTER) [Y/n/?]
  Protocol filter support (CONFIG_BLUEZ_BNEP_PROTO_FILTER) [Y/n/?]
CMTP protocol support (CONFIG_BLUEZ_CMTP) [M/n/?]
*
* Bluetooth device drivers
*
HCI USB driver (CONFIG_BLUEZ_HCIUSB) [M/n/?]
  SCO (voice) support (CONFIG_BLUEZ_HCIUSB_SCO) [Y/n/?]
HCI UART driver (CONFIG_BLUEZ_HCIUART) [M/n/?]
  UART (H4) protocol support (CONFIG_BLUEZ_HCIUART_H4) [Y/n/?]
  BCSP protocol support (CONFIG_BLUEZ_HCIUART_BCSP) [Y/n/?]
  Transmit CRC with every BCSP packet (CONFIG_BLUEZ_HCIUART_BCSP_TXCRC) [N/y/?]
HCI BlueFRITZ! USB driver (CONFIG_BLUEZ_HCIBFUSB) [M/n/?]
HCI DTL1 (PC Card) driver (CONFIG_BLUEZ_HCIDTL1) [M/n/?]
HCI BT3C (PC Card) driver (CONFIG_BLUEZ_HCIBT3C) [M/n/?]
HCI BlueCard (PC Card) driver (CONFIG_BLUEZ_HCIBLUECARD) [M/n/?]
HCI UART (PC Card) driver (CONFIG_BLUEZ_HCIBTUART) [M/n/?]
HCI VHCI (Virtual HCI device) driver (CONFIG_BLUEZ_HCIVHCI) [M/n/?]
*
* Kernel hacking
*
Kernel debugging (CONFIG_DEBUG_KERNEL) [Y/n/?]
  Check for stack overflows (CONFIG_DEBUG_STACKOVERFLOW) [N/y/?]
  Debug high memory support (CONFIG_DEBUG_HIGHMEM) [N/y/?]
  Debug memory allocations (CONFIG_DEBUG_SLAB) [N/y/?]
  Memory mapped I/O debugging (CONFIG_DEBUG_IOVIRT) [N/y/?]
  Magic SysRq key (CONFIG_MAGIC_SYSRQ) [Y/n/?]
  Spinlock debugging (CONFIG_DEBUG_SPINLOCK) [N/y/?]
  Compile the kernel with frame pointers (CONFIG_FRAME_POINTER) [N/y/?]
Kernel messages buffer length shift (0 = default) (CONFIG_LOG_BUF_SHIFT) [0]
*
* Cryptographic options
*
  NULL algorithms (CONFIG_CRYPTO_NULL) [M/n/y/?]
  MD4 digest algorithm (CONFIG_CRYPTO_MD4) [M/n/y/?]
  SHA256 digest algorithm (CONFIG_CRYPTO_SHA256) [M/n/y/?]
  SHA384 and SHA512 digest algorithms (CONFIG_CRYPTO_SHA512) [M/n/y/?]
  Blowfish cipher algorithm (CONFIG_CRYPTO_BLOWFISH) [M/n/y/?]
  Twofish cipher algorithm (CONFIG_CRYPTO_TWOFISH) [M/n/y/?]
  Serpent cipher algorithm (CONFIG_CRYPTO_SERPENT) [M/n/y/?]
  AES cipher algorithms (CONFIG_CRYPTO_AES) [M/n/y/?]
  CAST5 (CAST-128) cipher algorithm (CONFIG_CRYPTO_CAST5) [M/n/y/?]
  CAST6 (CAST-256) cipher algorithm (CONFIG_CRYPTO_CAST6) [M/n/y/?]
  TEA and XTEA cipher algorithms (CONFIG_CRYPTO_TEA) [M/n/y/?]
  ARC4 cipher algorithm (CONFIG_CRYPTO_ARC4) [M/n/y/?]
  Michael MIC keyed digest algorithm (CONFIG_CRYPTO_MICHAEL_MIC) [M/n/y/?]
  Testing module (CONFIG_CRYPTO_TEST) [M/n/y/?]
*
* Library routines
*
CRC32 functions (CONFIG_CRC32) [M/n/y/?]
Hotplug firmware loading support (EXPERIMENTAL) (CONFIG_FW_LOADER) [M/n/y/?]

*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.

debian:/usr/src/kernel-source-2.4.27# cd /usr/src/zaptel
debian:/usr/src/zaptel# make clean
rm -f torisatool makefw tor2fw.h radfw.h
rm -f ztcfg torisatool makefw ztmonitor ztspeed  zttest fxotune
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f *.ko *.mod.c .*o.cmd
rm -rf .tmp_versions
rm -f gendigits tones.h
rm -f libtonezone*
rm -f tor2ee
rm -f fxotune
rm -f core
debian:/usr/src/zaptel# make isnta    i nstall
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE    -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\"   -c -o gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net   -DSTANDALONE_ZAPATA -c zaptel.c
In file included from zaptel.c:42:
/usr/include/linux/kernel.h:72: error: parse error before "size_t"
/usr/include/linux/kernel.h:74: error: parse error before "size_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h:14: error: parse error before "time_t"
/usr/include/linux/time.h:16: error: parse error before '}' token
/usr/include/linux/time.h:20: error: parse error before "time_t"
In file included from /usr/include/linux/timex.h:186,
                 from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/time.h: In function `timespec_to_jiffies':
/usr/include/linux/time.h:198: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:199: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timespec':
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:219: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timeval_to_jiffies':
/usr/include/linux/time.h:237: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:238: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `jiffies_to_timeval':
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:257: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:258: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `timespec_equal':
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h:263: error: dereferencing pointer to incomplete type
/usr/include/linux/time.h: In function `get_seconds':
/usr/include/linux/time.h:305: error: invalid use of undefined type `struct timespec'
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:329: error: parse error before "time_t"
/usr/include/linux/time.h: In function `set_normalized_timespec':
/usr/include/linux/time.h:331: error: `nsec' undeclared (first use in this function)
/usr/include/linux/time.h:331: error: (Each undeclared identifier is reported only once
/usr/include/linux/time.h:331: error: for each function it appears in.)
/usr/include/linux/time.h:333: error: `sec' undeclared (first use in this function)
/usr/include/linux/time.h:339: error: `ts' undeclared (first use in this function)
/usr/include/linux/time.h: At top level:
/usr/include/linux/time.h:359: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:360: error: field `it_value' has incomplete type
/usr/include/linux/time.h:364: error: field `it_interval' has incomplete type
/usr/include/linux/time.h:365: error: field `it_value' has incomplete type
In file included from /usr/include/linux/sched.h:11,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/timex.h:203: error: field `time' has incomplete type
In file included from /usr/include/linux/string.h:23,
                 from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/string.h:41: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncpy':
/usr/include/asm/string.h:55: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:55: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:77: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncat':
/usr/include/asm/string.h:94: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:94: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:121: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strncmp':
/usr/include/asm/string.h:139: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `ct' undeclared (first use in this function)
/usr/include/asm/string.h:139: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:180: error: parse error before "strlen"
/usr/include/asm/string.h:193: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memcpy':
/usr/include/asm/string.h:206: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:206: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:215: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_memcpy':
/usr/include/asm/string.h:217: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `to' undeclared (first use in this function)
/usr/include/asm/string.h:218: error: `from' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:299: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memmove':
/usr/include/asm/string.h:302: error: `dest' undeclared (first use in this function)
/usr/include/asm/string.h:302: error: `src' undeclared (first use in this function)
/usr/include/asm/string.h:307: error: `n' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:326: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memchr':
/usr/include/asm/string.h:330: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:338: error: `cs' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:342: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__memset_generic':
/usr/include/asm/string.h:349: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:349: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:362: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_memset':
/usr/include/asm/string.h:375: error: `c' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:375: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:382: error: parse error before "strnlen"
/usr/include/asm/string.h:382: error: parse error before "size_t"
/usr/include/asm/string.h: In function `strnlen':
/usr/include/asm/string.h:397: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:397: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:410: error: parse error before "size_t"
/usr/include/asm/string.h: In function `__constant_c_and_count_memset':
/usr/include/asm/string.h:412: error: `count' undeclared (first use in this function)
/usr/include/asm/string.h:414: error: `s' undeclared (first use in this function)
/usr/include/asm/string.h:416: error: `pattern' undeclared (first use in this function)
/usr/include/asm/string.h: At top level:
/usr/include/asm/string.h:469: error: parse error before "size_t"
/usr/include/asm/string.h: In function `memscan':
/usr/include/asm/string.h:471: error: `size' undeclared (first use in this function)
/usr/include/asm/string.h:472: error: `addr' undeclared (first use in this function)
/usr/include/asm/string.h:478: error: `c' undeclared (first use in this function)
In file included from /usr/include/linux/bitmap.h:11,
                 from /usr/include/linux/cpumask.h:8,
                 from /usr/include/linux/sched.h:15,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/string.h: At top level:
/usr/include/linux/string.h:32: error: parse error before "strlcpy"
/usr/include/linux/string.h:32: error: parse error before "size_t"
/usr/include/linux/string.h:41: error: parse error before "strlcat"
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:6:25: mach_mpspec.h: No such file or directory
In file included from /usr/include/asm/smp.h:18,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/mpspec.h:8: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:9: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:10: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:12: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:19: error: `MAX_APICS' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:20: error: conflicting types for `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:8: error: previous declaration of `mp_bus_id_to_type'
/usr/include/asm/mpspec.h:22: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: `MAX_MP_BUSSES' undeclared here (not in a function)
/usr/include/asm/mpspec.h:24: error: conflicting types for `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:12: error: previous declaration of `mp_bus_id_to_pci_bus'
/usr/include/asm/mpspec.h:54: error: `MAX_APICS' undeclared here (not in a function)
In file included from /usr/include/asm/smp.h:20,
                 from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/io_apic.h:120: error: `MAX_IRQ_SOURCES' undeclared here (not in a function)
/usr/include/asm/io_apic.h:120: error: conflicting types for `mp_irqs'
/usr/include/asm/mpspec.h:22: error: previous declaration of `mp_irqs'
In file included from /usr/include/linux/smp.h:17,
                 from /usr/include/linux/sched.h:23,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/smp.h:73:26: mach_apicdef.h: No such file or directory
In file included from /usr/include/linux/sem.h:4,
                 from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/ipc.h:61: error: parse error before "key_t"
/usr/include/linux/ipc.h:63: error: parse error before "gid"
/usr/include/linux/ipc.h:64: error: parse error before "cuid"
/usr/include/linux/ipc.h:65: error: parse error before "cgid"
/usr/include/linux/ipc.h:66: error: parse error before "mode"
/usr/include/linux/ipc.h:69: error: parse error before '}' token
In file included from /usr/include/linux/sched.h:24,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sem.h:90: error: field `sem_perm' has incomplete type
/usr/include/linux/sem.h:91: error: parse error before "time_t"
/usr/include/linux/sem.h:98: error: parse error before '}' token
/usr/include/linux/sem.h:137: error: parse error before "key"
In file included from /usr/include/linux/signal.h:6,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm/signal.h:176: error: parse error before "size_t"
In file included from /usr/include/asm/siginfo.h:4,
                 from /usr/include/linux/signal.h:7,
                 from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/asm-generic/siginfo.h:45: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:51: error: parse error before "timer_t"
/usr/include/asm-generic/siginfo.h:53: error: `uid_t' undeclared here (not in a function)
/usr/include/asm-generic/siginfo.h:53: error: size of array `_pad' is too large
/usr/include/asm-generic/siginfo.h:56: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:60: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:63: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:67: error: parse error before "pid_t"
/usr/include/asm-generic/siginfo.h:70: error: parse error before "_utime"
/usr/include/asm-generic/siginfo.h:71: error: parse error before "_stime"
/usr/include/asm-generic/siginfo.h:87: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h:88: error: parse error before '}' token
/usr/include/asm-generic/siginfo.h: In function `copy_siginfo':
/usr/include/asm-generic/siginfo.h:274: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:275: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
/usr/include/asm-generic/siginfo.h:278: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/sched.h:25,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/signal.h: At top level:
/usr/include/linux/signal.h:18: error: parse error before "siginfo_t"
/usr/include/linux/signal.h:215: error: parse error before '*' token
In file included from /usr/include/linux/gfp.h:4,
                 from /usr/include/linux/slab.h:15,
                 from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/mmzone.h:286: error: parse error before "size_t"
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:58: error: parse error before "int"
/usr/include/linux/slab.h:59: error: parse error before "size_t"
/usr/include/linux/slab.h:60: error: `kmem_cache_create' declared as function returning a function
/usr/include/linux/slab.h:61: error: parse error before "void"
/usr/include/linux/slab.h:70: error: parse error before "size_t"
/usr/include/linux/slab.h:73: error: parse error before '}' token
/usr/include/linux/slab.h:75: error: parse error before "int"
/usr/include/linux/slab.h:77: error: parse error before "size"
/usr/include/linux/slab.h: In function `kmalloc':
/usr/include/linux/slab.h:79: error: `size' undeclared (first use in this function)
In file included from /usr/include/linux/percpu.h:4,
                 from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/slab.h:93: error: `flags' undeclared (first use in this function)
/usr/include/linux/slab.h:94: error: invalid use of undefined type `struct cache_sizes'
/usr/include/linux/slab.h:95: error: invalid use of undefined type `struct cache_sizes'
In file included from /usr/include/linux/sched.h:31,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/percpu.h: At top level:
/usr/include/linux/percpu.h:36: error: parse error before "size"
In file included from /usr/include/linux/sched.h:101,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/resource.h:22: error: field `ru_utime' has incomplete type
/usr/include/linux/resource.h:23: error: field `ru_stime' has incomplete type
In file included from /usr/include/linux/sched.h:183,
                 from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/aio.h:64: error: parse error before "loff_t"
/usr/include/linux/aio.h:67: error: parse error before '}' token
/usr/include/linux/aio.h:143: error: parse error before "wait_on_sync_kiocb"
/usr/include/linux/aio.h: In function `list_kiocb':
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
/usr/include/linux/aio.h:166: error: `size_t' undeclared (first use in this function)
/usr/include/linux/aio.h:166: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:299: error: parse error before "uid_t"
/usr/include/linux/sched.h:315: error: parse error before "clockid_t"
/usr/include/linux/sched.h:327: error: parse error before '}' token
/usr/include/linux/sched.h:368: error: parse error before "pid_t"
/usr/include/linux/sched.h:370: error: parse error before "tty_old_pgrp"
/usr/include/linux/sched.h:371: error: parse error before "session"
/usr/include/linux/sched.h:372: error: parse error before "tgid"
/usr/include/linux/sched.h:405: error: parse error before "uid"
/usr/include/linux/sched.h:406: error: parse error before "gid"
/usr/include/linux/sched.h:408: error: parse error before "groups"
/usr/include/linux/sched.h:410: error: parse error before ':' token
/usr/include/linux/sched.h:437: error: parse error before "sas_ss_size"
/usr/include/linux/sched.h:466: error: parse error before '*' token
/usr/include/linux/sched.h:467: error: parse error before '}' token
/usr/include/linux/sched.h:469: error: parse error before "process_group"
/usr/include/linux/sched.h: In function `process_group':
/usr/include/linux/sched.h:471: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:560: error: parse error before "session"
/usr/include/linux/sched.h:561: error: parse error before "session"
In file included from /usr/include/linux/module.h:10,
                 from zaptel.c:44:
/usr/include/linux/sched.h:580: error: parse error before "pid"
/usr/include/linux/sched.h:588: error: parse error before "siginfo_t"
/usr/include/linux/sched.h:590: error: parse error before "siginfo_t"
/usr/include/linux/sched.h: In function `dequeue_signal_lock':
/usr/include/linux/sched.h:595: error: `tsk' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `mask' undeclared (first use in this function)
/usr/include/linux/sched.h:596: error: `info' undeclared (first use in this function)
/usr/include/linux/sched.h: At top level:
/usr/include/linux/sched.h:609: error: parse error before "pid_t"
/usr/include/linux/sched.h:610: error: parse error before "pid_t"
/usr/include/linux/sched.h:611: error: parse error before "pid_t"
/usr/include/linux/sched.h:612: error: parse error before "pid_t"
/usr/include/linux/sched.h:619: error: parse error before "int"
/usr/include/linux/sched.h:620: error: parse error before "int"
/usr/include/linux/sched.h:621: error: parse error before "int"
/usr/include/linux/sched.h:627: error: parse error before '*' token
/usr/include/linux/sched.h: In function `on_sig_stack':
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:638: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `sas_ss_flags':
/usr/include/linux/sched.h:643: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `capable':
/usr/include/linux/sched.h:654: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:655: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `thread_group_empty':
/usr/include/linux/sched.h:749: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_lock':
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h:766: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_unlock':
/usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `get_task_mm':
/usr/include/linux/sched.h:785: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_tsk_thread_flag':
/usr/include/linux/sched.h:799: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `clear_tsk_thread_flag':
/usr/include/linux/sched.h:804: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_set_tsk_thread_flag':
/usr/include/linux/sched.h:809: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_and_clear_tsk_thread_flag':
/usr/include/linux/sched.h:814: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `test_tsk_thread_flag':
/usr/include/linux/sched.h:819: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `task_cpu':
/usr/include/linux/sched.h:883: error: dereferencing pointer to incomplete type
/usr/include/linux/sched.h: In function `set_task_cpu':
/usr/include/linux/sched.h:888: error: dereferencing pointer to incomplete type
In file included from /usr/include/linux/module.h:13,
                 from zaptel.c:44:
/usr/include/linux/stat.h: At top level:
/usr/include/linux/stat.h:61: error: parse error before "dev_t"
/usr/include/linux/stat.h:62: error: conflicting types for `mode'
/usr/include/linux/ipc.h:66: error: previous declaration of `mode'
/usr/include/linux/stat.h:63: error: parse error before "nlink"
/usr/include/linux/stat.h:64: error: parse error before "uid"
/usr/include/linux/stat.h:65: error: parse error before "gid"
/usr/include/linux/stat.h:66: error: parse error before "rdev"
/usr/include/linux/stat.h:67: error: parse error before "size"
/usr/include/linux/stat.h:67: error: `size' used prior to declaration
/usr/include/linux/stat.h:73: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:14,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kdev_t.h:21: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_valid_dev':
/usr/include/linux/kdev_t.h:23: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:26: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `old_encode_dev':
/usr/include/linux/kdev_t.h:28: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:31: error: parse error before "old_decode_dev"
/usr/include/linux/kdev_t.h:36: error: parse error before "dev"
/usr/include/linux/kdev_t.h:41: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `new_encode_dev':
/usr/include/linux/kdev_t.h:43: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:48: error: parse error before "new_decode_dev"
/usr/include/linux/kdev_t.h:55: error: parse error before "dev"
/usr/include/linux/kdev_t.h:60: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `huge_encode_dev':
/usr/include/linux/kdev_t.h:62: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:65: error: parse error before "huge_decode_dev"
/usr/include/linux/kdev_t.h:70: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_valid_dev':
/usr/include/linux/kdev_t.h:72: error: `dev' undeclared (first use in this function)
/usr/include/linux/kdev_t.h: At top level:
/usr/include/linux/kdev_t.h:75: error: parse error before "dev"
/usr/include/linux/kdev_t.h: In function `sysv_encode_dev':
/usr/include/linux/kdev_t.h:77: error: `dev' undeclared (first use in this function)
In file included from /usr/include/linux/kobject.h:20,
                 from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/sysfs.h: At top level:
/usr/include/linux/sysfs.h:18: error: parse error before "mode_t"
/usr/include/linux/sysfs.h:22: error: field `attr' has incomplete type
/usr/include/linux/sysfs.h:23: error: parse error before "size_t"
/usr/include/linux/sysfs.h:24: error: parse error before '*' token
/usr/include/linux/sysfs.h:24: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:24: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:25: error: parse error before '*' token
/usr/include/linux/sysfs.h:25: error: parse error before "loff_t"
/usr/include/linux/sysfs.h:25: error: `ssize_t' declared as function returning a function
/usr/include/linux/sysfs.h:32: error: parse error before "ssize_t"
/usr/include/linux/sysfs.h:33: error: parse error before '*' token
/usr/include/linux/sysfs.h:33: error: parse error before "size_t"
/usr/include/linux/sysfs.h:33: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/fs.h:21,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/kobject.h: In function `to_kset':
/usr/include/linux/kobject.h:108: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: In function `subsys_get':
/usr/include/linux/kobject.h:206: error: `size_t' undeclared (first use in this function)
/usr/include/linux/kobject.h: At top level:
/usr/include/linux/kobject.h:215: error: field `attr' has incomplete type
/usr/include/linux/kobject.h:216: error: parse error before "ssize_t"
/usr/include/linux/kobject.h:217: error: parse error before '*' token
/usr/include/linux/kobject.h:217: error: parse error before "size_t"
/usr/include/linux/kobject.h:217: error: `ssize_t' declared as function returning a function
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:226: error: parse error before "loff_t"
/usr/include/linux/fs.h:259: error: parse error before "uid_t"
/usr/include/linux/fs.h:261: error: parse error before "ia_size"
/usr/include/linux/fs.h:266: error: parse error before '}' token
In file included from /usr/include/linux/fs.h:280,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/quota.h:151: error: parse error before "time_t"
/usr/include/linux/quota.h:223: error: parse error before "loff_t"
/usr/include/linux/quota.h:227: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:315: error: parse error before "loff_t"
/usr/include/linux/fs.h:342: error: parse error before "dev_t"
/usr/include/linux/fs.h:356: error: parse error before '}' token
/usr/include/linux/fs.h:377: error: parse error before "uid_t"
/usr/include/linux/fs.h:379: error: parse error before "i_rdev"
/usr/include/linux/fs.h:380: error: parse error before "i_size"
/usr/include/linux/fs.h:422: error: parse error before '}' token
/usr/include/linux/fs.h:434: error: parse error before "i_size_read"
/usr/include/linux/fs.h: In function `i_size_read':
/usr/include/linux/fs.h:437: error: `loff_t' undeclared (first use in this function)
/usr/include/linux/fs.h:437: error: parse error before "i_size"
/usr/include/linux/fs.h:441: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:442: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:443: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:458: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `i_size_write':
/usr/include/linux/fs.h:461: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `iminor':
/usr/include/linux/fs.h:475: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `imajor':
/usr/include/linux/fs.h:480: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:486: error: parse error before "uid_t"
/usr/include/linux/fs.h:489: error: parse error before '}' token
/usr/include/linux/fs.h:513: error: parse error before "mode_t"
/usr/include/linux/fs.h:529: error: parse error before '}' token
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:581: error: parse error before "loff_t"
/usr/include/linux/fs.h:594: error: parse error before '}' token
In file included from /usr/include/linux/fcntl.h:4,
                 from /usr/include/linux/fs.h:605,
                 from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/asm/fcntl.h:72: error: parse error before "off_t"
/usr/include/asm/fcntl.h:74: error: parse error before "l_pid"
/usr/include/asm/fcntl.h:80: error: parse error before "loff_t"
/usr/include/asm/fcntl.h:82: error: parse error before "l_pid"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:631: error: parse error before "loff_t"
/usr/include/linux/fs.h:632: error: parse error before "loff_t"
/usr/include/linux/fs.h:668: error: parse error before "dev_t"
/usr/include/linux/fs.h:709: error: parse error before '}' token
/usr/include/linux/fs.h: In function `lock_super':
/usr/include/linux/fs.h:716: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `unlock_super':
/usr/include/linux/fs.h:721: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:729: error: parse error before "dev_t"
/usr/include/linux/fs.h:758: error: parse error before "loff_t"
/usr/include/linux/fs.h:779: error: parse error before "size_t"
/usr/include/linux/fs.h:780: error: `count' used prior to declaration
/usr/include/linux/fs.h:783: error: parse error before '}' token
/usr/include/linux/fs.h:785: error: parse error before '*' token
/usr/include/linux/fs.h:794: error: parse error before "loff_t"
/usr/include/linux/fs.h:795: error: parse error before '*' token
/usr/include/linux/fs.h:795: error: parse error before "size_t"
/usr/include/linux/fs.h:795: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:796: error: parse error before '*' token
/usr/include/linux/fs.h:796: error: parse error before "size_t"
/usr/include/linux/fs.h:796: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:797: error: parse error before '*' token
/usr/include/linux/fs.h:797: error: parse error before "size_t"
/usr/include/linux/fs.h:797: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:798: error: parse error before '*' token
/usr/include/linux/fs.h:798: error: parse error before "size_t"
/usr/include/linux/fs.h:798: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:810: error: parse error before '*' token
/usr/include/linux/fs.h:810: error: parse error before "loff_t"
/usr/include/linux/fs.h:810: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:811: error: parse error before '*' token
/usr/include/linux/fs.h:811: error: parse error before "loff_t"
/usr/include/linux/fs.h:811: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:812: error: parse error before '*' token
/usr/include/linux/fs.h:812: error: parse error before "loff_t"
/usr/include/linux/fs.h:812: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:813: error: parse error before '*' token
/usr/include/linux/fs.h:813: error: parse error before "size_t"
/usr/include/linux/fs.h:813: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:815: error: parse error before '}' token
/usr/include/linux/fs.h:825: error: parse error before "dev_t"
/usr/include/linux/fs.h:834: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: parse error before '*' token
/usr/include/linux/fs.h:836: error: parse error before "size_t"
/usr/include/linux/fs.h:836: error: `ssize_t' declared as function returning a function
/usr/include/linux/fs.h:838: error: parse error before '}' token
/usr/include/linux/fs.h:842: error: parse error before "vfs_read"
/usr/include/linux/fs.h:842: error: parse error before "size_t"
/usr/include/linux/fs.h:843: error: parse error before "vfs_write"
/usr/include/linux/fs.h:843: error: parse error before "size_t"
/usr/include/linux/fs.h:844: error: parse error before "vfs_readv"
/usr/include/linux/fs.h:845: error: parse error before "loff_t"
/usr/include/linux/fs.h:846: error: parse error before "vfs_writev"
/usr/include/linux/fs.h:847: error: parse error before "loff_t"
/usr/include/linux/fs.h:1059: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_locked':
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1070: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1076: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_area':
/usr/include/linux/fs.h:1079: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `read_write' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1080: error: `offset' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1086: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `locks_verify_truncate':
/usr/include/linux/fs.h:1088: error: `inode' undeclared (first use in this function)
/usr/include/linux/fs.h:1090: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h: In function `break_lease':
/usr/include/linux/fs.h:1100: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1109: error: parse error before "loff_t"
/usr/include/linux/fs.h:1131: error: parse error before "unsigned"
/usr/include/linux/fs.h:1139: error: parse error before "mode_t"
/usr/include/linux/fs.h:1146: error: parse error before '*' token
/usr/include/linux/fs.h:1147: error: parse error before "unsigned"
/usr/include/linux/fs.h:1151: error: parse error before "unsigned"
/usr/include/linux/fs.h:1156: error: parse error before "char"
/usr/include/linux/fs.h:1162: error: parse error before "dev_t"
/usr/include/linux/fs.h:1192: error: parse error before "pgoff_t"
/usr/include/linux/fs.h: In function `invalidate_remote_inode':
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1196: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1197: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1198: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `put_write_access':
/usr/include/linux/fs.h:1220: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `allow_write_access':
/usr/include/linux/fs.h:1225: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1237: error: parse error before "find_inode_number"
In file included from /usr/include/linux/proc_fs.h:6,
                 from zaptel.c:45:
/usr/include/linux/fs.h:1242: error: parse error before "default_llseek"
/usr/include/linux/fs.h:1242: error: parse error before "loff_t"
/usr/include/linux/fs.h:1247: error: parse error before "iunique"
/usr/include/linux/fs.h:1247: error: parse error before "ino_t"
/usr/include/linux/fs.h: In function `iget':
/usr/include/linux/fs.h:1263: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h:1264: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: In function `insert_inode_hash':
/usr/include/linux/fs.h:1280: error: dereferencing pointer to incomplete type
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1295: error: parse error before '*' token
/usr/include/linux/fs.h:1296: error: parse error before '*' token
/usr/include/linux/fs.h:1297: error: parse error before "generic_file_read"
/usr/include/linux/fs.h:1297: error: parse error before "size_t"
/usr/include/linux/fs.h:1299: error: parse error before "loff_t"
/usr/include/linux/fs.h:1300: error: parse error before "generic_file_write"
/usr/include/linux/fs.h:1300: error: parse error before "size_t"
/usr/include/linux/fs.h:1301: error: parse error before "generic_file_aio_read"
/usr/include/linux/fs.h:1301: error: parse error before "size_t"
/usr/include/linux/fs.h:1302: error: parse error before "__generic_file_aio_read"
/usr/include/linux/fs.h:1302: error: parse error before "loff_t"
/usr/include/linux/fs.h:1303: error: parse error before "generic_file_aio_write"
/usr/include/linux/fs.h:1303: error: parse error before "size_t"
/usr/include/linux/fs.h:1304: error: parse error before "generic_file_aio_write_nolock"
/usr/include/linux/fs.h:1305: error: parse error before "loff_t"
/usr/include/linux/fs.h:1306: error: parse error before "do_sync_read"
/usr/include/linux/fs.h:1306: error: parse error before "size_t"
/usr/include/linux/fs.h:1307: error: parse error before "do_sync_write"
/usr/include/linux/fs.h:1307: error: parse error before "size_t"
/usr/include/linux/fs.h:1308: error: parse error before "generic_file_write_nolock"
/usr/include/linux/fs.h:1309: error: parse error before "loff_t"
/usr/include/linux/fs.h:1310: error: parse error before "generic_file_sendfile"
/usr/include/linux/fs.h:1310: error: parse error before "loff_t"
/usr/include/linux/fs.h:1312: error: parse error before "loff_t"
/usr/include/linux/fs.h:1315: error: parse error before "generic_file_direct_IO"
/usr/include/linux/fs.h:1316: error: parse error before "loff_t"
/usr/include/linux/fs.h:1318: error: parse error before "loff_t"
/usr/include/linux/fs.h:1320: error: parse error before "generic_file_readv"
/usr/include/linux/fs.h:1321: error: parse error before "loff_t"
/usr/include/linux/fs.h:1322: error: parse error before "generic_file_writev"
/usr/include/linux/fs.h:1323: error: parse error before "loff_t"
/usr/include/linux/fs.h:1324: error: parse error before "no_llseek"
/usr/include/linux/fs.h:1324: error: parse error before "loff_t"
/usr/include/linux/fs.h:1325: error: parse error before "generic_file_llseek"
/usr/include/linux/fs.h:1325: error: parse error before "loff_t"
/usr/include/linux/fs.h:1326: error: parse error before "remote_llseek"
/usr/include/linux/fs.h:1326: error: parse error before "loff_t"
/usr/include/linux/fs.h:1329: error: parse error before "loff_t"
/usr/include/linux/fs.h: In function `do_generic_file_read':
/usr/include/linux/fs.h:1333: error: `filp' undeclared (first use in this function)
/usr/include/linux/fs.h:1336: error: `ppos' undeclared (first use in this function)
/usr/include/linux/fs.h:1337: error: `desc' undeclared (first use in this function)
/usr/include/linux/fs.h:1338: error: `actor' undeclared (first use in this function)
/usr/include/linux/fs.h: At top level:
/usr/include/linux/fs.h:1353: error: parse error before "loff_t"
/usr/include/linux/fs.h:1354: error: parse error before "loff_t"
/usr/include/linux/fs.h:1355: error: parse error before "inode_get_bytes"
/usr/include/linux/fs.h:1356: error: parse error before "loff_t"
/usr/include/linux/fs.h:1371: error: parse error before "dcache_dir_lseek"
/usr/include/linux/fs.h:1371: error: parse error before "loff_t"
/usr/include/linux/fs.h:1388: error: parse error before "generic_read_dir"
/usr/include/linux/fs.h:1388: error: parse error before "size_t"
/usr/include/linux/fs.h:1401: error: parse error before "parent_ino"
/usr/include/linux/fs.h: In function `parent_ino':
/usr/include/linux/fs.h:1403: error: `ino_t' undeclared (first use in this function)
/usr/include/linux/fs.h:1403: error: parse error before "res"
/usr/include/linux/fs.h:1406: error: `res' undeclared (first use in this function)
/usr/include/linux/fs.h:1406: error: dereferencing pointer to incomplete type
In file included from zaptel.c:45:
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:49: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:53: error: parse error before "off_t"
/usr/include/linux/proc_fs.h:59: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:61: error: parse error before "uid"
/usr/include/linux/proc_fs.h:62: error: parse error before "gid"
/usr/include/linux/proc_fs.h:63: error: conflicting types for `size'
/usr/include/linux/stat.h:67: error: previous declaration of `size'
/usr/include/linux/proc_fs.h:68: error: conflicting types for `parent'
/usr/include/linux/sched.h:381: error: previous declaration of `parent'
/usr/include/linux/proc_fs.h:72: error: conflicting types for `count'
/usr/include/linux/fs.h:780: error: previous declaration of `count'
/usr/include/linux/proc_fs.h:74: error: parse error before '}' token
/usr/include/linux/proc_fs.h:79: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:99: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h:146: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_read_entry':
/usr/include/linux/proc_fs.h:149: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:149: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:151: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:152: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:158: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `create_proc_info_entry':
/usr/include/linux/proc_fs.h:160: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:160: error: `base' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:161: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:166: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_create':
/usr/include/linux/proc_fs.h:168: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:172: error: parse error before "mode_t"
/usr/include/linux/proc_fs.h: In function `proc_net_fops_create':
/usr/include/linux/proc_fs.h:174: error: `name' undeclared (first use in this function)
/usr/include/linux/proc_fs.h:176: error: dereferencing pointer to incomplete type
/usr/include/linux/proc_fs.h:176: error: `fops' undeclared (first use in this function)
/usr/include/linux/proc_fs.h: At top level:
/usr/include/linux/proc_fs.h:232: error: parse error before "size_t"
/usr/include/linux/proc_fs.h:244: error: field `vfs_inode' has incomplete type
/usr/include/linux/proc_fs.h: In function `PROC_I':
/usr/include/linux/proc_fs.h:249: error: `size_t' undeclared (first use in this function)
In file included from /usr/include/linux/pci.h:347,
                 from zaptel.c:46:
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:87: error: field `attr' has incomplete type
/usr/include/linux/device.h:88: error: parse error before "ssize_t"
/usr/include/linux/device.h:89: error: parse error before '*' token
/usr/include/linux/device.h:89: error: parse error before "size_t"
/usr/include/linux/device.h:89: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:128: error: field `attr' has incomplete type
/usr/include/linux/device.h:129: error: parse error before "ssize_t"
/usr/include/linux/device.h:130: error: parse error before '*' token
/usr/include/linux/device.h:130: error: parse error before "size_t"
/usr/include/linux/device.h:130: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:168: error: field `attr' has incomplete type
/usr/include/linux/device.h:169: error: parse error before "ssize_t"
/usr/include/linux/device.h:170: error: parse error before '*' token
/usr/include/linux/device.h:170: error: parse error before "size_t"
/usr/include/linux/device.h:170: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h:220: error: field `attr' has incomplete type
/usr/include/linux/device.h:221: error: parse error before "ssize_t"
/usr/include/linux/device.h:222: error: parse error before '*' token
/usr/include/linux/device.h:222: error: parse error before "size_t"
/usr/include/linux/device.h:222: error: `ssize_t' declared as function returning a function
/usr/include/linux/device.h: In function `list_to_dev':
/usr/include/linux/device.h:285: error: `size_t' undeclared (first use in this function)
/usr/include/linux/device.h: At top level:
/usr/include/linux/device.h:324: error: field `attr' has incomplete type
/usr/include/linux/device.h:325: error: parse error before "ssize_t"
/usr/include/linux/device.h:326: error: parse error before '*' token
/usr/include/linux/device.h:326: error: parse error before "size_t"
/usr/include/linux/device.h:326: error: `ssize_t' declared as function returning a function
In file included from zaptel.c:46:
/usr/include/linux/pci.h:690: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:7,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/linux/mm.h:409: error: parse error before "loff_t"
/usr/include/linux/mm.h:427: error: parse error before "loff_t"
/usr/include/linux/mm.h:429: error: parse error before "loff_t"
/usr/include/linux/mm.h:439: error: parse error before "loff_t"
/usr/include/linux/mm.h:518: error: `get_unmapped_area' redeclared as different kind of symbol
/usr/include/linux/fs.h:814: error: previous declaration of `get_unmapped_area'
/usr/include/linux/mm.h:537: error: parse error before "size_t"
/usr/include/linux/mm.h:563: error: parse error before "loff_t"
/usr/include/linux/mm.h:584: error: parse error before "pgoff_t"
In file included from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/pci.h:80: error: parse error before "size_t"
In file included from /usr/include/linux/dma-mapping.h:13,
                 from /usr/include/asm-generic/pci-dma-compat.h:7,
                 from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm/dma-mapping.h:9: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:12: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:16: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_single':
/usr/include/asm/dma-mapping.h:19: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:21: error: `ptr' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:25: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_single':
/usr/include/asm/dma-mapping.h:28: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:51: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_map_page':
/usr/include/asm/dma-mapping.h:53: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `page' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h:54: error: `offset' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:58: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h: In function `dma_unmap_page':
/usr/include/asm/dma-mapping.h:61: error: `direction' undeclared (first use in this function)
/usr/include/asm/dma-mapping.h: At top level:
/usr/include/asm/dma-mapping.h:73: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:81: error: parse error before "size_t"
/usr/include/asm/dma-mapping.h:131: error: parse error before "size_t"
In file included from /usr/include/asm/pci.h:92,
                 from /usr/include/linux/pci.h:704,
                 from zaptel.c:46:
/usr/include/asm-generic/pci-dma-compat.h:19: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_alloc_consistent':
/usr/include/asm-generic/pci-dma-compat.h:22: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:22: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:26: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_free_consistent':
/usr/include/asm-generic/pci-dma-compat.h:29: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `vaddr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:29: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:33: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_single':
/usr/include/asm-generic/pci-dma-compat.h:35: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `ptr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:35: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:40: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_single':
/usr/include/asm-generic/pci-dma-compat.h:42: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `dma_addr' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:42: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:47: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_map_page':
/usr/include/asm-generic/pci-dma-compat.h:49: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `page' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `offset' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:49: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:54: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_unmap_page':
/usr/include/asm-generic/pci-dma-compat.h:56: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `dma_address' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:56: error: `direction' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h: At top level:
/usr/include/asm-generic/pci-dma-compat.h:75: error: parse error before "size_t"
/usr/include/asm-generic/pci-dma-compat.h: In function `pci_dma_sync_single':
/usr/include/asm-generic/pci-dma-compat.h:77: error: `hwdev' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `dma_handle' undeclared (first use in this function)
/usr/include/asm-generic/pci-dma-compat.h:77: error: `direction' undeclared (first use in this function)
In file included from zaptel.c:56:
/usr/include/linux/ppp_defs.h: At top level:
/usr/include/linux/ppp_defs.h:176: error: parse error before "time_t"
In file included from ecdis.h:30,
                 from zaptel.h:51,
                 from zaptel.c:82:
biquad.h:31: error: parse error before "int32_t"
biquad.h:31: warning: no semicolon at end of struct or union
biquad.h:32: warning: type defaults to `int' in declaration of `a1'
biquad.h:32: warning: data definition has no type or storage class
biquad.h:33: error: parse error before "a2"
biquad.h:33: warning: type defaults to `int' in declaration of `a2'
biquad.h:33: warning: data definition has no type or storage class
biquad.h:34: error: parse error before "b1"
biquad.h:34: warning: type defaults to `int' in declaration of `b1'
biquad.h:34: warning: data definition has no type or storage class
biquad.h:35: error: parse error before "b2"
biquad.h:35: warning: type defaults to `int' in declaration of `b2'
biquad.h:35: warning: data definition has no type or storage class
biquad.h:37: error: parse error before "z1"
biquad.h:37: warning: type defaults to `int' in declaration of `z1'
biquad.h:37: warning: data definition has no type or storage class
biquad.h:38: error: parse error before "z2"
biquad.h:38: warning: type defaults to `int' in declaration of `z2'
biquad.h:38: warning: data definition has no type or storage class
biquad.h:39: warning: type defaults to `int' in declaration of `biquad2_state_t'
biquad.h:39: warning: data definition has no type or storage class
biquad.h:41: error: parse error before '*' token
biquad.h:47: warning: function declaration isn't a prototype
biquad.h: In function `biquad2_init':
biquad.h:48: error: `bq' undeclared (first use in this function)
biquad.h:48: error: `gain' undeclared (first use in this function)
biquad.h: At top level:
biquad.h:59: error: parse error before "biquad2"
biquad.h:59: error: parse error before '*' token
biquad.h:60: warning: return type defaults to `int'
biquad.h:60: warning: function declaration isn't a prototype
biquad.h: In function `biquad2':
biquad.h:61: error: `int32_t' undeclared (first use in this function)
biquad.h:61: error: parse error before "y"
biquad.h:64: error: `z0' undeclared (first use in this function)
biquad.h:64: error: `sample' undeclared (first use in this function)
biquad.h:64: error: `bq' undeclared (first use in this function)
biquad.h:65: error: `y' undeclared (first use in this function)
In file included from zaptel.h:51,
                 from zaptel.c:82:
ecdis.h: At top level:
ecdis.h:34: error: parse error before "biquad2_state_t"
ecdis.h:34: warning: no semicolon at end of struct or union
ecdis.h:41: error: parse error before '}' token
ecdis.h:41: warning: type defaults to `int' in declaration of `echo_can_disable_detector_state_t'
ecdis.h:41: warning: data definition has no type or storage class
ecdis.h:47: error: parse error before '*' token
ecdis.h:48: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_init':
ecdis.h:52: error: `det' undeclared (first use in this function)
ecdis.h:53: error: `int32_t' undeclared (first use in this function)
ecdis.h: At top level:
ecdis.h:68: error: parse error before '*' token
ecdis.h:70: warning: function declaration isn't a prototype
ecdis.h: In function `echo_can_disable_detector_update':
ecdis.h:71: error: `int16_t' undeclared (first use in this function)
ecdis.h:71: error: parse error before "notched"
ecdis.h:73: error: `notched' undeclared (first use in this function)
ecdis.h:73: error: `det' undeclared (first use in this function)
ecdis.h:73: error: `amp' undeclared (first use in this function)
In file included from zaptel.c:82:
zaptel.h: At top level:
zaptel.h:919: error: parse error before "u_char"
zaptel.h:919: warning: no semicolon at end of struct or union
zaptel.h:920: warning: type defaults to `int' in declaration of `buf'
zaptel.h:920: error: conflicting types for `buf'
/usr/include/linux/fs.h:781: error: previous declaration of `buf'
zaptel.h:920: warning: data definition has no type or storage class
zaptel.h:923: error: parse error before '}' token
zaptel.h:971: error: parse error before "u_char"
zaptel.h:971: warning: no semicolon at end of struct or union
zaptel.h:972: warning: type defaults to `int' in declaration of `swritechunk'
zaptel.h:972: warning: data definition has no type or storage class
zaptel.h:973: error: parse error before '*' token
zaptel.h:973: warning: type defaults to `int' in declaration of `readchunk'
zaptel.h:973: warning: data definition has no type or storage class
zaptel.h:974: error: parse error before "sreadchunk"
zaptel.h:974: warning: type defaults to `int' in declaration of `sreadchunk'
zaptel.h:974: warning: data definition has no type or storage class
zaptel.h:977: error: parse error before '*' token
zaptel.h:977: warning: type defaults to `int' in declaration of `rxgain'
zaptel.h:977: warning: data definition has no type or storage class
zaptel.h:978: error: parse error before '*' token
zaptel.h:978: warning: type defaults to `int' in declaration of `txgain'
zaptel.h:978: warning: data definition has no type or storage class
zaptel.h:995: error: parse error before '*' token
zaptel.h:995: warning: type defaults to `int' in declaration of `readbuf'
zaptel.h:995: warning: data definition has no type or storage class
zaptel.h:1000: error: parse error before '*' token
zaptel.h:1000: warning: type defaults to `int' in declaration of `writebuf'
zaptel.h:1000: warning: data definition has no type or storage class
zaptel.h:1031: error: `ts' used prior to declaration
zaptel.h:1081: error: parse error before "txecdis"
zaptel.h:1081: warning: type defaults to `int' in declaration of `txecdis'
zaptel.h:1081: warning: data definition has no type or storage class
zaptel.h:1082: error: parse error before "rxecdis"
zaptel.h:1082: warning: type defaults to `int' in declaration of `rxecdis'
zaptel.h:1082: warning: data definition has no type or storage class
zaptel.h:1143: error: parse error before '}' token
zaptel.h:1376: error: parse error before "__zt_lin2mu"
zaptel.h:1376: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.h:1376: warning: data definition has no type or storage class
zaptel.h:1377: error: parse error before "__zt_lin2a"
zaptel.h:1377: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.h:1377: warning: data definition has no type or storage class
zaptel.h: In function `zt_txtone_nextsample':
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1428: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1429: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1430: error: dereferencing pointer to incomplete type
zaptel.h:1431: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:351: error: parse error before "__zt_lin2mu"
zaptel.c:351: warning: type defaults to `int' in declaration of `__zt_lin2mu'
zaptel.c:351: warning: data definition has no type or storage class
zaptel.c:353: error: parse error before "__zt_lin2a"
zaptel.c:353: warning: type defaults to `int' in declaration of `__zt_lin2a'
zaptel.c:353: warning: data definition has no type or storage class
zaptel.c:356: error: parse error before "defgain"
zaptel.c:356: warning: type defaults to `int' in declaration of `defgain'
zaptel.c:356: warning: data definition has no type or storage class
zaptel.c: In function `zt_q_sig':
zaptel.c:396: error: dereferencing pointer to incomplete type
zaptel.c:398: error: dereferencing pointer to incomplete type
zaptel.c:399: error: dereferencing pointer to incomplete type
zaptel.c:400: error: dereferencing pointer to incomplete type
zaptel.c:405: error: dereferencing pointer to incomplete type
zaptel.c:408: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:457: error: parse error before "off_t"
zaptel.c:458: warning: function declaration isn't a prototype
zaptel.c: In function `zaptel_proc_read':
zaptel.c:464: error: `off' undeclared (first use in this function)
zaptel.c:473: error: `page' undeclared (first use in this function)
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:535: error: dereferencing pointer to incomplete type
zaptel.c:536: error: dereferencing pointer to incomplete type
zaptel.c:537: error: dereferencing pointer to incomplete type
zaptel.c:538: error: dereferencing pointer to incomplete type
zaptel.c:539: error: dereferencing pointer to incomplete type
zaptel.c:540: error: dereferencing pointer to incomplete type
zaptel.c:542: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:543: error: dereferencing pointer to incomplete type
zaptel.c:547: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_check_conf':
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c:632: error: dereferencing pointer to incomplete type
zaptel.c: In function `__qevent':
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:648: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:651: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:653: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:655: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:657: error: dereferencing pointer to incomplete type
zaptel.c:658: error: dereferencing pointer to incomplete type
zaptel.c:659: error: dereferencing pointer to incomplete type
zaptel.c:660: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_qevent_lock':
zaptel.c:672: error: dereferencing pointer to incomplete type
zaptel.c:674: error: dereferencing pointer to incomplete type
zaptel.c: In function `schluffen':
zaptel.c:682: error: dereferencing pointer to incomplete type
zaptel.c:684: error: dereferencing pointer to incomplete type
zaptel.c: In function `calc_fcs':
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:694: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c:695: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_reallocbufs':
zaptel.c:726: error: dereferencing pointer to incomplete type
zaptel.c:727: error: dereferencing pointer to incomplete type
zaptel.c:728: error: dereferencing pointer to incomplete type
zaptel.c:729: error: dereferencing pointer to incomplete type
zaptel.c:732: error: dereferencing pointer to incomplete type
zaptel.c:733: error: dereferencing pointer to incomplete type
zaptel.c:737: error: dereferencing pointer to incomplete type
zaptel.c:738: error: dereferencing pointer to incomplete type
zaptel.c:743: error: dereferencing pointer to incomplete type
zaptel.c:744: error: dereferencing pointer to incomplete type
zaptel.c:745: error: dereferencing pointer to incomplete type
zaptel.c:746: error: dereferencing pointer to incomplete type
zaptel.c:751: error: dereferencing pointer to incomplete type
zaptel.c:752: error: dereferencing pointer to incomplete type
zaptel.c:754: error: dereferencing pointer to incomplete type
zaptel.c:755: error: dereferencing pointer to incomplete type
zaptel.c:757: error: dereferencing pointer to incomplete type
zaptel.c:758: error: dereferencing pointer to incomplete type
zaptel.c:759: error: dereferencing pointer to incomplete type
zaptel.c:760: error: dereferencing pointer to incomplete type
zaptel.c:761: error: dereferencing pointer to incomplete type
zaptel.c:763: error: dereferencing pointer to incomplete type
zaptel.c:765: error: dereferencing pointer to incomplete type
zaptel.c:766: error: dereferencing pointer to incomplete type
zaptel.c:768: error: dereferencing pointer to incomplete type
zaptel.c:770: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:782: error: parse error before "u_char"
zaptel.c:783: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_pull':
zaptel.c:784: error: `q' undeclared (first use in this function)
zaptel.c:788: error: `c' undeclared (first use in this function)
zaptel.c: At top level:
zaptel.c:810: error: parse error before '*' token
zaptel.c:811: warning: return type defaults to `int'
zaptel.c: In function `__buf_pushpeek':
zaptel.c:812: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c:814: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:817: error: parse error before '*' token
zaptel.c:818: warning: return type defaults to `int'
zaptel.c: In function `__buf_peek':
zaptel.c:819: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c:821: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:853: error: parse error before "u_char"
zaptel.c:854: warning: function declaration isn't a prototype
zaptel.c: In function `__buf_push':
zaptel.c:855: error: `q' undeclared (first use in this function)
zaptel.c: In function `reset_conf':
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:883: error: dereferencing pointer to incomplete type
zaptel.c:884: error: dereferencing pointer to incomplete type
zaptel.c:885: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:888: error: dereferencing pointer to incomplete type
zaptel.c:889: error: dereferencing pointer to incomplete type
zaptel.c:890: error: dereferencing pointer to incomplete type
zaptel.c: In function `close_channel':
zaptel.c:905: error: dereferencing pointer to incomplete type
zaptel.c:910: error: dereferencing pointer to incomplete type
zaptel.c:911: error: dereferencing pointer to incomplete type
zaptel.c:912: error: dereferencing pointer to incomplete type
zaptel.c:913: error: dereferencing pointer to incomplete type
zaptel.c:914: error: dereferencing pointer to incomplete type
zaptel.c:915: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:917: error: dereferencing pointer to incomplete type
zaptel.c:918: error: dereferencing pointer to incomplete type
zaptel.c:919: error: dereferencing pointer to incomplete type
zaptel.c:920: error: dereferencing pointer to incomplete type
zaptel.c:921: error: dereferencing pointer to incomplete type
zaptel.c:922: error: dereferencing pointer to incomplete type
zaptel.c:923: error: dereferencing pointer to incomplete type
zaptel.c:924: error: dereferencing pointer to incomplete type
zaptel.c:925: error: dereferencing pointer to incomplete type
zaptel.c:926: error: dereferencing pointer to incomplete type
zaptel.c:927: error: dereferencing pointer to incomplete type
zaptel.c:928: error: dereferencing pointer to incomplete type
zaptel.c:929: error: dereferencing pointer to incomplete type
zaptel.c:931: error: dereferencing pointer to incomplete type
zaptel.c:933: error: dereferencing pointer to incomplete type
zaptel.c:935: error: dereferencing pointer to incomplete type
zaptel.c:936: error: dereferencing pointer to incomplete type
zaptel.c:937: error: dereferencing pointer to incomplete type
zaptel.c:938: error: dereferencing pointer to incomplete type
zaptel.c:940: error: dereferencing pointer to incomplete type
zaptel.c:943: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:946: error: dereferencing pointer to incomplete type
zaptel.c:947: error: dereferencing pointer to incomplete type
zaptel.c:949: error: dereferencing pointer to incomplete type
zaptel.c:950: error: dereferencing pointer to incomplete type
zaptel.c:951: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:952: error: dereferencing pointer to incomplete type
zaptel.c:953: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:957: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:958: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:959: error: dereferencing pointer to incomplete type
zaptel.c:961: error: dereferencing pointer to incomplete type
zaptel.c: In function `start_tone':
zaptel.c:1022: error: dereferencing pointer to incomplete type
zaptel.c:1023: error: dereferencing pointer to incomplete type
zaptel.c:1024: error: dereferencing pointer to incomplete type
zaptel.c:1025: error: dereferencing pointer to incomplete type
zaptel.c:1026: error: dereferencing pointer to incomplete type
zaptel.c:1032: error: dereferencing pointer to incomplete type
zaptel.c:1034: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1035: error: dereferencing pointer to incomplete type
zaptel.c:1041: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c:1042: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_tone_zone':
zaptel.c:1058: error: dereferencing pointer to incomplete type
zaptel.c:1059: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c:1060: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_set_law':
zaptel.c:1072: error: dereferencing pointer to incomplete type
zaptel.c:1073: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1075: error: dereferencing pointer to incomplete type
zaptel.c:1079: error: dereferencing pointer to incomplete type
zaptel.c:1083: error: dereferencing pointer to incomplete type
zaptel.c:1086: error: dereferencing pointer to incomplete type
zaptel.c:1090: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_reg':
zaptel.c:1149: error: dereferencing pointer to incomplete type
zaptel.c:1153: error: dereferencing pointer to incomplete type
zaptel.c:1154: error: dereferencing pointer to incomplete type
zaptel.c:1155: error: dereferencing pointer to incomplete type
zaptel.c:1156: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1157: error: dereferencing pointer to incomplete type
zaptel.c:1158: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1159: error: dereferencing pointer to incomplete type
zaptel.c:1164: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_unreg':
zaptel.c:1540: error: dereferencing pointer to incomplete type
zaptel.c:1541: error: dereferencing pointer to incomplete type
zaptel.c:1542: error: dereferencing pointer to incomplete type
zaptel.c:1555: error: dereferencing pointer to incomplete type
zaptel.c:1556: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1558: error: dereferencing pointer to incomplete type
zaptel.c:1559: error: dereferencing pointer to incomplete type
zaptel.c:1560: error: dereferencing pointer to incomplete type
zaptel.c:1561: error: dereferencing pointer to incomplete type
zaptel.c:1564: error: dereferencing pointer to incomplete type
zaptel.c:1565: error: dereferencing pointer to incomplete type
zaptel.c:1566: error: dereferencing pointer to incomplete type
zaptel.c:1567: error: dereferencing pointer to incomplete type
zaptel.c:1568: error: dereferencing pointer to incomplete type
zaptel.c:1571: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1575: error: parse error before "zt_chan_read"
zaptel.c:1575: error: parse error before "size_t"
zaptel.c:1576: warning: return type defaults to `int'
zaptel.c:1576: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_read':
zaptel.c:1577: error: `unit' undeclared (first use in this function)
zaptel.c:1583: error: invalid operands to binary &
zaptel.c:1586: error: invalid operands to binary <
zaptel.c:1589: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1590: error: dereferencing pointer to incomplete type
zaptel.c:1591: error: dereferencing pointer to incomplete type
zaptel.c:1594: error: dereferencing pointer to incomplete type
zaptel.c:1595: error: dereferencing pointer to incomplete type
zaptel.c:1597: error: dereferencing pointer to incomplete type
zaptel.c:1599: error: dereferencing pointer to incomplete type
zaptel.c:1601: error: dereferencing pointer to incomplete type
zaptel.c:1604: error: incompatible types in assignment
zaptel.c:1605: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1606: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1607: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1620: error: dereferencing pointer to incomplete type
zaptel.c:1621: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1628: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1629: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1631: error: dereferencing pointer to incomplete type
zaptel.c:1635: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1636: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1637: error: dereferencing pointer to incomplete type
zaptel.c:1638: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1639: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1640: error: dereferencing pointer to incomplete type
zaptel.c:1642: error: dereferencing pointer to incomplete type
zaptel.c:1643: error: dereferencing pointer to incomplete type
zaptel.c:1644: error: dereferencing pointer to incomplete type
zaptel.c:1646: error: dereferencing pointer to incomplete type
zaptel.c:1648: error: dereferencing pointer to incomplete type
zaptel.c:1650: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:1655: error: parse error before "zt_chan_write"
zaptel.c:1655: error: parse error before "size_t"
zaptel.c:1656: warning: return type defaults to `int'
zaptel.c:1656: warning: function declaration isn't a prototype
zaptel.c: In function `zt_chan_write':
zaptel.c:1658: error: `unit' undeclared (first use in this function)
zaptel.c:1661: error: invalid operands to binary &
zaptel.c:1664: error: invalid operands to binary <
zaptel.c:1667: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1668: error: dereferencing pointer to incomplete type
zaptel.c:1669: error: dereferencing pointer to incomplete type
zaptel.c:1670: error: dereferencing pointer to incomplete type
zaptel.c:1671: error: dereferencing pointer to incomplete type
zaptel.c:1672: error: dereferencing pointer to incomplete type
zaptel.c:1673: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1675: error: dereferencing pointer to incomplete type
zaptel.c:1676: error: dereferencing pointer to incomplete type
zaptel.c:1679: error: dereferencing pointer to incomplete type
zaptel.c:1680: error: dereferencing pointer to incomplete type
zaptel.c:1683: error: dereferencing pointer to incomplete type
zaptel.c:1686: error: dereferencing pointer to incomplete type
zaptel.c:1691: error: incompatible types in assignment
zaptel.c:1692: error: dereferencing pointer to incomplete type
zaptel.c:1693: error: dereferencing pointer to incomplete type
zaptel.c:1694: error: dereferencing pointer to incomplete type
zaptel.c:1696: error: dereferencing pointer to incomplete type
zaptel.c:1697: error: dereferencing pointer to incomplete type
zaptel.c:1706: error: dereferencing pointer to incomplete type
zaptel.c:1717: error: `usrbuf' undeclared (first use in this function)
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1721: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1724: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1726: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1727: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1729: error: dereferencing pointer to incomplete type
zaptel.c:1730: error: dereferencing pointer to incomplete type
zaptel.c:1732: error: dereferencing pointer to incomplete type
zaptel.c:1733: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1734: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1735: error: dereferencing pointer to incomplete type
zaptel.c:1738: error: dereferencing pointer to incomplete type
zaptel.c:1740: error: dereferencing pointer to incomplete type
zaptel.c:1742: error: dereferencing pointer to incomplete type
zaptel.c:1744: error: dereferencing pointer to incomplete type
zaptel.c:1746: error: dereferencing pointer to incomplete type
zaptel.c: In function `set_txtone':
zaptel.c:1791: error: dereferencing pointer to incomplete type
zaptel.c:1792: error: dereferencing pointer to incomplete type
zaptel.c:1795: error: dereferencing pointer to incomplete type
zaptel.c:1796: error: dereferencing pointer to incomplete type
zaptel.c:1797: error: dereferencing pointer to incomplete type
zaptel.c:1798: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbs_sethook':
zaptel.c:1838: error: dereferencing pointer to incomplete type
zaptel.c:1839: error: dereferencing pointer to incomplete type
zaptel.c:1840: error: dereferencing pointer to incomplete type
zaptel.c:1844: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1847: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1849: error: dereferencing pointer to incomplete type
zaptel.c:1853: error: dereferencing pointer to incomplete type
zaptel.c:1855: error: dereferencing pointer to incomplete type
zaptel.c:1858: error: dereferencing pointer to incomplete type
zaptel.c:1860: error: dereferencing pointer to incomplete type
zaptel.c:1861: error: dereferencing pointer to incomplete type
zaptel.c:1863: error: dereferencing pointer to incomplete type
zaptel.c:1864: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1866: error: dereferencing pointer to incomplete type
zaptel.c:1873: error: dereferencing pointer to incomplete type
zaptel.c:1876: error: dereferencing pointer to incomplete type
zaptel.c:1877: error: dereferencing pointer to incomplete type
zaptel.c:1878: error: dereferencing pointer to incomplete type
zaptel.c:1879: error: dereferencing pointer to incomplete type
zaptel.c:1883: error: dereferencing pointer to incomplete type
zaptel.c:1887: error: dereferencing pointer to incomplete type
zaptel.c:1888: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1889: error: dereferencing pointer to incomplete type
zaptel.c:1890: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c:1895: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_cas_setbits':
zaptel.c:1901: error: dereferencing pointer to incomplete type
zaptel.c:1902: error: dereferencing pointer to incomplete type
zaptel.c:1903: error: dereferencing pointer to incomplete type
zaptel.c:1904: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hangup':
zaptel.c:1916: error: dereferencing pointer to incomplete type
zaptel.c:1919: error: dereferencing pointer to incomplete type
zaptel.c:1922: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1925: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1926: error: dereferencing pointer to incomplete type
zaptel.c:1928: error: dereferencing pointer to incomplete type
zaptel.c:1929: error: dereferencing pointer to incomplete type
zaptel.c:1930: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1931: error: dereferencing pointer to incomplete type
zaptel.c:1938: error: dereferencing pointer to incomplete type
zaptel.c:1939: error: dereferencing pointer to incomplete type
zaptel.c:1942: error: dereferencing pointer to incomplete type
zaptel.c:1944: error: dereferencing pointer to incomplete type
zaptel.c:1945: error: dereferencing pointer to incomplete type
zaptel.c:1946: error: dereferencing pointer to incomplete type
zaptel.c:1947: error: dereferencing pointer to incomplete type
zaptel.c:1948: error: dereferencing pointer to incomplete type
zaptel.c:1950: error: dereferencing pointer to incomplete type
zaptel.c:1951: error: dereferencing pointer to incomplete type
zaptel.c:1952: error: dereferencing pointer to incomplete type
zaptel.c:1954: error: dereferencing pointer to incomplete type
zaptel.c:1955: error: dereferencing pointer to incomplete type
zaptel.c:1957: error: dereferencing pointer to incomplete type
zaptel.c:1958: error: dereferencing pointer to incomplete type
zaptel.c:1959: error: dereferencing pointer to incomplete type
zaptel.c:1960: error: dereferencing pointer to incomplete type
zaptel.c:1961: error: dereferencing pointer to incomplete type
zaptel.c:1962: error: dereferencing pointer to incomplete type
zaptel.c:1963: error: dereferencing pointer to incomplete type
zaptel.c:1964: error: dereferencing pointer to incomplete type
zaptel.c: In function `initialize_channel':
zaptel.c:1977: error: dereferencing pointer to incomplete type
zaptel.c:1979: error: dereferencing pointer to incomplete type
zaptel.c:1980: error: dereferencing pointer to incomplete type
zaptel.c:1983: error: dereferencing pointer to incomplete type
zaptel.c:1984: error: dereferencing pointer to incomplete type
zaptel.c:1985: error: dereferencing pointer to incomplete type
zaptel.c:1986: error: dereferencing pointer to incomplete type
zaptel.c:1987: error: dereferencing pointer to incomplete type
zaptel.c:1988: error: dereferencing pointer to incomplete type
zaptel.c:1990: error: dereferencing pointer to incomplete type
zaptel.c:1991: error: dereferencing pointer to incomplete type
zaptel.c:1993: error: dereferencing pointer to incomplete type
zaptel.c:1994: error: dereferencing pointer to incomplete type
zaptel.c:1995: error: dereferencing pointer to incomplete type
zaptel.c:1997: error: dereferencing pointer to incomplete type
zaptel.c:1998: error: dereferencing pointer to incomplete type
zaptel.c:2001: error: dereferencing pointer to incomplete type
zaptel.c:2002: error: dereferencing pointer to incomplete type
zaptel.c:2003: error: dereferencing pointer to incomplete type
zaptel.c:2006: error: dereferencing pointer to incomplete type
zaptel.c:2007: error: dereferencing pointer to incomplete type
zaptel.c:2008: error: dereferencing pointer to incomplete type
zaptel.c:2009: error: dereferencing pointer to incomplete type
zaptel.c:2011: error: dereferencing pointer to incomplete type
zaptel.c:2012: error: dereferencing pointer to incomplete type
zaptel.c:2014: error: dereferencing pointer to incomplete type
zaptel.c:2015: error: dereferencing pointer to incomplete type
zaptel.c:2016: error: dereferencing pointer to incomplete type
zaptel.c:2017: error: dereferencing pointer to incomplete type
zaptel.c:2018: error: dereferencing pointer to incomplete type
zaptel.c:2019: error: dereferencing pointer to incomplete type
zaptel.c:2020: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2023: error: dereferencing pointer to incomplete type
zaptel.c:2024: error: dereferencing pointer to incomplete type
zaptel.c:2026: error: dereferencing pointer to incomplete type
zaptel.c:2027: error: dereferencing pointer to incomplete type
zaptel.c:2028: error: dereferencing pointer to incomplete type
zaptel.c:2029: error: dereferencing pointer to incomplete type
zaptel.c:2030: error: dereferencing pointer to incomplete type
zaptel.c:2036: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2038: error: dereferencing pointer to incomplete type
zaptel.c:2039: error: dereferencing pointer to incomplete type
zaptel.c:2040: error: dereferencing pointer to incomplete type
zaptel.c:2041: error: dereferencing pointer to incomplete type
zaptel.c:2043: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2044: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2045: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2046: error: dereferencing pointer to incomplete type
zaptel.c:2047: error: dereferencing pointer to incomplete type
zaptel.c:2048: error: dereferencing pointer to incomplete type
zaptel.c:2049: error: dereferencing pointer to incomplete type
zaptel.c:2050: error: dereferencing pointer to incomplete type
zaptel.c:2051: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2053: error: dereferencing pointer to incomplete type
zaptel.c:2054: error: dereferencing pointer to incomplete type
zaptel.c:2055: error: dereferencing pointer to incomplete type
zaptel.c:2056: error: dereferencing pointer to incomplete type
zaptel.c:2057: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2058: error: dereferencing pointer to incomplete type
zaptel.c:2063: error: dereferencing pointer to incomplete type
zaptel.c:2064: error: dereferencing pointer to incomplete type
zaptel.c:2066: error: dereferencing pointer to incomplete type
zaptel.c:2067: error: dereferencing pointer to incomplete type
zaptel.c:2069: error: dereferencing pointer to incomplete type
zaptel.c:2070: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2072: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2075: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2076: error: dereferencing pointer to incomplete type
zaptel.c:2077: error: dereferencing pointer to incomplete type
zaptel.c:2079: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timing_open':
zaptel.c:2098: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_release':
zaptel.c:2113: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_open':
zaptel.c:2147: error: dereferencing pointer to incomplete type
zaptel.c:2149: error: dereferencing pointer to incomplete type
zaptel.c:2151: error: dereferencing pointer to incomplete type
zaptel.c:2153: error: dereferencing pointer to incomplete type
zaptel.c:2155: error: dereferencing pointer to incomplete type
zaptel.c:2160: error: dereferencing pointer to incomplete type
zaptel.c:2161: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2162: error: dereferencing pointer to incomplete type
zaptel.c:2163: error: dereferencing pointer to incomplete type
zaptel.c:2165: error: dereferencing pointer to incomplete type
zaptel.c:2170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_specchan_release':
zaptel.c:2184: error: dereferencing pointer to incomplete type
zaptel.c:2185: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2187: error: dereferencing pointer to incomplete type
zaptel.c:2188: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alloc_pseudo':
zaptel.c:2204: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2207: error: invalid application of `sizeof' to an incomplete type
zaptel.c:2208: error: dereferencing pointer to incomplete type
zaptel.c:2209: error: dereferencing pointer to incomplete type
zaptel.c:2210: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c:2216: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_open':
zaptel.c:2234: error: dereferencing pointer to incomplete type
zaptel.c:2252: error: dereferencing pointer to incomplete type
zaptel.c:2253: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:2275: error: parse error before "zt_read"
zaptel.c:2275: error: parse error before "size_t"
zaptel.c:2276: warning: return type defaults to `int'
zaptel.c:2276: warning: function declaration isn't a prototype
zaptel.c: In function `zt_read':
zaptel.c:2277: error: dereferencing pointer to incomplete type
zaptel.c:2289: error: dereferencing pointer to incomplete type
zaptel.c:2292: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2292: error: dereferencing pointer to incomplete type
zaptel.c:2296: error: dereferencing pointer to incomplete type
zaptel.c:2301: error: dereferencing pointer to incomplete type
zaptel.c:2303: error: invalid operands to binary <
zaptel.c: At top level:
zaptel.c:2309: error: parse error before "zt_write"
zaptel.c:2309: error: parse error before "size_t"
zaptel.c:2310: warning: return type defaults to `int'
zaptel.c:2310: warning: function declaration isn't a prototype
zaptel.c: In function `zt_write':
zaptel.c:2311: error: dereferencing pointer to incomplete type
zaptel.c:2316: error: invalid operands to binary <
zaptel.c:2321: error: dereferencing pointer to incomplete type
zaptel.c:2324: error: `usrbuf' undeclared (first use in this function)
zaptel.c:2324: error: dereferencing pointer to incomplete type
zaptel.c:2327: error: dereferencing pointer to incomplete type
zaptel.c:2332: error: dereferencing pointer to incomplete type
zaptel.c: In function `__do_dtmf':
zaptel.c:2501: error: dereferencing pointer to incomplete type
zaptel.c:2502: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2504: error: dereferencing pointer to incomplete type
zaptel.c:2508: error: dereferencing pointer to incomplete type
zaptel.c:2509: error: dereferencing pointer to incomplete type
zaptel.c:2513: error: dereferencing pointer to incomplete type
zaptel.c:2514: error: dereferencing pointer to incomplete type
zaptel.c:2518: error: dereferencing pointer to incomplete type
zaptel.c:2519: error: dereferencing pointer to incomplete type
zaptel.c:2522: error: dereferencing pointer to incomplete type
zaptel.c:2524: error: dereferencing pointer to incomplete type
zaptel.c:2526: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2528: error: dereferencing pointer to incomplete type
zaptel.c:2530: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2534: error: dereferencing pointer to incomplete type
zaptel.c:2535: error: dereferencing pointer to incomplete type
zaptel.c:2537: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2538: error: dereferencing pointer to incomplete type
zaptel.c:2545: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_release':
zaptel.c:2551: error: dereferencing pointer to incomplete type
zaptel.c:2561: error: dereferencing pointer to incomplete type
zaptel.c:2565: error: dereferencing pointer to incomplete type
zaptel.c:2568: error: dereferencing pointer to incomplete type
zaptel.c:2570: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_alarm_notify':
zaptel.c:2614: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2614: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_common_ioctl':
zaptel.c:2724: error: dereferencing pointer to incomplete type
zaptel.c:2726: error: dereferencing pointer to incomplete type
zaptel.c:2729: error: dereferencing pointer to incomplete type
zaptel.c:2732: error: dereferencing pointer to incomplete type
zaptel.c:2733: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2736: error: dereferencing pointer to incomplete type
zaptel.c:2737: error: dereferencing pointer to incomplete type
zaptel.c:2738: error: dereferencing pointer to incomplete type
zaptel.c:2739: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2745: error: dereferencing pointer to incomplete type
zaptel.c:2746: error: dereferencing pointer to incomplete type
zaptel.c:2747: error: dereferencing pointer to incomplete type
zaptel.c:2748: error: dereferencing pointer to incomplete type
zaptel.c:2753: error: dereferencing pointer to incomplete type
zaptel.c:2754: error: dereferencing pointer to incomplete type
zaptel.c:2755: error: dereferencing pointer to incomplete type
zaptel.c:2756: error: dereferencing pointer to incomplete type
zaptel.c:2757: error: dereferencing pointer to incomplete type
zaptel.c:2758: error: dereferencing pointer to incomplete type
zaptel.c:2759: error: dereferencing pointer to incomplete type
zaptel.c:2760: error: dereferencing pointer to incomplete type
zaptel.c:2761: error: dereferencing pointer to incomplete type
zaptel.c:2762: error: dereferencing pointer to incomplete type
zaptel.c:2763: error: dereferencing pointer to incomplete type
zaptel.c:2764: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2765: error: dereferencing pointer to incomplete type
zaptel.c:2767: error: dereferencing pointer to incomplete type
zaptel.c:2768: error: dereferencing pointer to incomplete type
zaptel.c:2770: error: dereferencing pointer to incomplete type
zaptel.c:2788: error: dereferencing pointer to incomplete type
zaptel.c:2789: error: dereferencing pointer to incomplete type
zaptel.c:2790: error: dereferencing pointer to incomplete type
zaptel.c:2791: error: dereferencing pointer to incomplete type
zaptel.c:2792: error: dereferencing pointer to incomplete type
zaptel.c:2794: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2795: error: dereferencing pointer to incomplete type
zaptel.c:2796: error: dereferencing pointer to incomplete type
zaptel.c:2797: error: dereferencing pointer to incomplete type
zaptel.c:2798: error: dereferencing pointer to incomplete type
zaptel.c:2799: error: dereferencing pointer to incomplete type
zaptel.c:2800: error: dereferencing pointer to incomplete type
zaptel.c:2801: error: dereferencing pointer to incomplete type
zaptel.c:2812: error: dereferencing pointer to incomplete type
zaptel.c:2815: error: dereferencing pointer to incomplete type
zaptel.c:2816: error: dereferencing pointer to incomplete type
zaptel.c:2829: error: dereferencing pointer to incomplete type
zaptel.c:2830: error: dereferencing pointer to incomplete type
zaptel.c:2831: error: dereferencing pointer to incomplete type
zaptel.c:2832: error: dereferencing pointer to incomplete type
zaptel.c:2833: error: dereferencing pointer to incomplete type
zaptel.c:2836: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2837: error: dereferencing pointer to incomplete type
zaptel.c:2842: error: dereferencing pointer to incomplete type
zaptel.c:2843: error: dereferencing pointer to incomplete type
zaptel.c:2845: error: dereferencing pointer to incomplete type
zaptel.c:2846: error: dereferencing pointer to incomplete type
zaptel.c:2849: error: dereferencing pointer to incomplete type
zaptel.c:2850: error: dereferencing pointer to incomplete type
zaptel.c:2851: error: dereferencing pointer to incomplete type
zaptel.c:2852: error: dereferencing pointer to incomplete type
zaptel.c:2853: error: dereferencing pointer to incomplete type
zaptel.c:2866: error: dereferencing pointer to incomplete type
zaptel.c:2887: error: invalid use of undefined type `struct zt_chan'
zaptel.c:2887: error: dereferencing pointer to incomplete type
zaptel.c: In function `recalc_slaves':
zaptel.c:2962: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2970: error: dereferencing pointer to incomplete type
zaptel.c:2971: error: dereferencing pointer to incomplete type
zaptel.c:2976: error: dereferencing pointer to incomplete type
zaptel.c:2977: error: dereferencing pointer to incomplete type
zaptel.c:2980: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ctl_ioctl':
zaptel.c:3027: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3027: error: dereferencing pointer to incomplete type
zaptel.c:3028: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3028: error: dereferencing pointer to incomplete type
zaptel.c:3029: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3029: error: dereferencing pointer to incomplete type
zaptel.c:3030: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3030: error: dereferencing pointer to incomplete type
zaptel.c:3031: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3031: error: dereferencing pointer to incomplete type
zaptel.c:3032: error: invalid use of undefined type `struct zt_chan'
zaptel.c:3032: error: dereferencing pointer to incomplete type
zaptel.c:3052: error: dereferencing pointer to incomplete type
zaptel.c:3063: error: dereferencing pointer to incomplete type
zaptel.c:3085: error: dereferencing pointer to incomplete type
zaptel.c:3090: error: dereferencing pointer to incomplete type
zaptel.c:3099: error: dereferencing pointer to incomplete type
zaptel.c:3100: error: dereferencing pointer to incomplete type
zaptel.c:3101: error: dereferencing pointer to incomplete type
zaptel.c:3103: error: dereferencing pointer to incomplete type
zaptel.c:3104: error: dereferencing pointer to incomplete type
zaptel.c:3107: error: dereferencing pointer to incomplete type
zaptel.c:3108: error: dereferencing pointer to incomplete type
zaptel.c:3109: error: dereferencing pointer to incomplete type
zaptel.c:3111: error: dereferencing pointer to incomplete type
zaptel.c:3114: error: dereferencing pointer to incomplete type
zaptel.c:3115: error: dereferencing pointer to incomplete type
zaptel.c:3118: error: dereferencing pointer to incomplete type
zaptel.c:3119: error: dereferencing pointer to incomplete type
zaptel.c:3123: error: dereferencing pointer to incomplete type
zaptel.c:3126: error: dereferencing pointer to incomplete type
zaptel.c:3130: error: dereferencing pointer to incomplete type
zaptel.c:3133: error: dereferencing pointer to incomplete type
zaptel.c:3137: error: dereferencing pointer to incomplete type
zaptel.c:3138: error: dereferencing pointer to incomplete type
zaptel.c:3140: error: dereferencing pointer to incomplete type
zaptel.c:3143: error: dereferencing pointer to incomplete type
zaptel.c:3203: error: dereferencing pointer to incomplete type
zaptel.c:3205: error: dereferencing pointer to incomplete type
zaptel.c:3206: error: dereferencing pointer to incomplete type
zaptel.c:3209: error: dereferencing pointer to incomplete type
zaptel.c:3211: error: dereferencing pointer to incomplete type
zaptel.c:3214: error: dereferencing pointer to incomplete type
zaptel.c:3218: error: dereferencing pointer to incomplete type
zaptel.c:3219: error: dereferencing pointer to incomplete type
zaptel.c:3224: error: dereferencing pointer to incomplete type
zaptel.c:3230: error: dereferencing pointer to incomplete type
zaptel.c:3231: error: dereferencing pointer to incomplete type
zaptel.c:3232: error: dereferencing pointer to incomplete type
zaptel.c:3233: error: dereferencing pointer to incomplete type
zaptel.c:3234: error: dereferencing pointer to incomplete type
zaptel.c:3235: error: dereferencing pointer to incomplete type
zaptel.c:3236: error: dereferencing pointer to incomplete type
zaptel.c:3237: error: dereferencing pointer to incomplete type
zaptel.c:3238: error: dereferencing pointer to incomplete type
zaptel.c:3241: error: dereferencing pointer to incomplete type
zaptel.c:3242: error: dereferencing pointer to incomplete type
zaptel.c:3251: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chanandpseudo_ioctl':
zaptel.c:3368: error: dereferencing pointer to incomplete type
zaptel.c:3369: error: dereferencing pointer to incomplete type
zaptel.c:3370: error: dereferencing pointer to incomplete type
zaptel.c:3380: error: dereferencing pointer to incomplete type
zaptel.c:3383: error: dereferencing pointer to incomplete type
zaptel.c:3384: error: dereferencing pointer to incomplete type
zaptel.c:3385: error: dereferencing pointer to incomplete type
zaptel.c:3386: error: dereferencing pointer to incomplete type
zaptel.c:3387: error: dereferencing pointer to incomplete type
zaptel.c:3390: error: dereferencing pointer to incomplete type
zaptel.c:3391: error: dereferencing pointer to incomplete type
zaptel.c:3395: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3400: error: dereferencing pointer to incomplete type
zaptel.c:3401: error: dereferencing pointer to incomplete type
zaptel.c:3403: error: dereferencing pointer to incomplete type
zaptel.c:3410: error: dereferencing pointer to incomplete type
zaptel.c:3413: error: dereferencing pointer to incomplete type
zaptel.c:3414: error: dereferencing pointer to incomplete type
zaptel.c:3415: error: dereferencing pointer to incomplete type
zaptel.c:3416: error: dereferencing pointer to incomplete type
zaptel.c:3432: error: dereferencing pointer to incomplete type
zaptel.c:3433: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3438: error: dereferencing pointer to incomplete type
zaptel.c:3448: error: dereferencing pointer to incomplete type
zaptel.c:3453: error: dereferencing pointer to incomplete type
zaptel.c:3457: error: dereferencing pointer to incomplete type
zaptel.c:3458: error: dereferencing pointer to incomplete type
zaptel.c:3459: error: dereferencing pointer to incomplete type
zaptel.c:3461: error: dereferencing pointer to incomplete type
zaptel.c:3462: error: dereferencing pointer to incomplete type
zaptel.c:3464: error: dereferencing pointer to incomplete type
zaptel.c:3465: error: dereferencing pointer to incomplete type
zaptel.c:3470: error: dereferencing pointer to incomplete type
zaptel.c:3471: error: dereferencing pointer to incomplete type
zaptel.c:3472: error: dereferencing pointer to incomplete type
zaptel.c:3474: error: dereferencing pointer to incomplete type
zaptel.c:3475: error: dereferencing pointer to incomplete type
zaptel.c:3477: error: dereferencing pointer to incomplete type
zaptel.c:3478: error: dereferencing pointer to incomplete type
zaptel.c:3481: error: dereferencing pointer to incomplete type
zaptel.c:3482: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3487: error: dereferencing pointer to incomplete type
zaptel.c:3489: error: dereferencing pointer to incomplete type
zaptel.c:3494: error: dereferencing pointer to incomplete type
zaptel.c:3496: error: dereferencing pointer to incomplete type
zaptel.c:3497: error: dereferencing pointer to incomplete type
zaptel.c:3499: error: dereferencing pointer to incomplete type
zaptel.c:3504: error: dereferencing pointer to incomplete type
zaptel.c:3505: error: dereferencing pointer to incomplete type
zaptel.c:3510: error: dereferencing pointer to incomplete type
zaptel.c:3512: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3515: error: dereferencing pointer to incomplete type
zaptel.c:3519: error: dereferencing pointer to incomplete type
zaptel.c:3521: error: dereferencing pointer to incomplete type
zaptel.c:3525: error: dereferencing pointer to incomplete type
zaptel.c:3528: error: dereferencing pointer to incomplete type
zaptel.c:3529: error: dereferencing pointer to incomplete type
zaptel.c:3533: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3536: error: dereferencing pointer to incomplete type
zaptel.c:3539: error: dereferencing pointer to incomplete type
zaptel.c:3541: error: dereferencing pointer to incomplete type
zaptel.c:3547: error: dereferencing pointer to incomplete type
zaptel.c:3551: error: dereferencing pointer to incomplete type
zaptel.c:3556: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3558: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3560: error: dereferencing pointer to incomplete type
zaptel.c:3563: error: dereferencing pointer to incomplete type
zaptel.c:3564: error: dereferencing pointer to incomplete type
zaptel.c:3566: error: dereferencing pointer to incomplete type
zaptel.c:3571: error: dereferencing pointer to incomplete type
zaptel.c:3573: error: dereferencing pointer to incomplete type
zaptel.c:3577: error: dereferencing pointer to incomplete type
zaptel.c:3578: error: dereferencing pointer to incomplete type
zaptel.c:3584: error: dereferencing pointer to incomplete type
zaptel.c:3586: error: dereferencing pointer to incomplete type
zaptel.c:3589: error: dereferencing pointer to incomplete type
zaptel.c:3590: error: dereferencing pointer to incomplete type
zaptel.c:3591: error: dereferencing pointer to incomplete type
zaptel.c:3594: error: dereferencing pointer to incomplete type
zaptel.c:3599: error: dereferencing pointer to incomplete type
zaptel.c:3601: error: dereferencing pointer to incomplete type
zaptel.c:3607: error: dereferencing pointer to incomplete type
zaptel.c:3610: error: dereferencing pointer to incomplete type
zaptel.c:3612: error: dereferencing pointer to incomplete type
zaptel.c:3613: error: dereferencing pointer to incomplete type
zaptel.c:3620: error: dereferencing pointer to incomplete type
zaptel.c:3623: error: dereferencing pointer to incomplete type
zaptel.c:3638: error: dereferencing pointer to incomplete type
zaptel.c:3643: error: dereferencing pointer to incomplete type
zaptel.c:3648: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3649: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3650: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3651: error: dereferencing pointer to incomplete type
zaptel.c:3653: error: dereferencing pointer to incomplete type
zaptel.c:3654: error: dereferencing pointer to incomplete type
zaptel.c:3655: error: dereferencing pointer to incomplete type
zaptel.c:3656: error: dereferencing pointer to incomplete type
zaptel.c:3664: error: dereferencing pointer to incomplete type
zaptel.c:3666: error: dereferencing pointer to incomplete type
zaptel.c:3671: error: dereferencing pointer to incomplete type
zaptel.c:3679: error: dereferencing pointer to incomplete type
zaptel.c:3686: error: dereferencing pointer to incomplete type
zaptel.c:3737: error: dereferencing pointer to incomplete type
zaptel.c:3741: error: dereferencing pointer to incomplete type
zaptel.c:3752: error: dereferencing pointer to incomplete type
zaptel.c:3756: error: dereferencing pointer to incomplete type
zaptel.c:3785: error: dereferencing pointer to incomplete type
zaptel.c:3789: error: dereferencing pointer to incomplete type
zaptel.c:3791: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3798: error: dereferencing pointer to incomplete type
zaptel.c:3799: error: dereferencing pointer to incomplete type
zaptel.c:3802: error: dereferencing pointer to incomplete type
zaptel.c:3803: error: dereferencing pointer to incomplete type
zaptel.c:3804: error: dereferencing pointer to incomplete type
zaptel.c:3810: error: dereferencing pointer to incomplete type
zaptel.c:3811: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3812: error: dereferencing pointer to incomplete type
zaptel.c:3815: error: dereferencing pointer to incomplete type
zaptel.c:3816: error: dereferencing pointer to incomplete type
zaptel.c:3817: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3822: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3823: error: dereferencing pointer to incomplete type
zaptel.c:3824: error: dereferencing pointer to incomplete type
zaptel.c:3832: error: dereferencing pointer to incomplete type
zaptel.c:3833: error: dereferencing pointer to incomplete type
zaptel.c:3834: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_ioctl':
zaptel.c:3884: error: dereferencing pointer to incomplete type
zaptel.c:3886: error: dereferencing pointer to incomplete type
zaptel.c:3888: error: dereferencing pointer to incomplete type
zaptel.c:3890: error: dereferencing pointer to incomplete type
zaptel.c:3893: error: dereferencing pointer to incomplete type
zaptel.c:3894: error: dereferencing pointer to incomplete type
zaptel.c:3898: error: dereferencing pointer to incomplete type
zaptel.c:3903: error: dereferencing pointer to incomplete type
zaptel.c:3906: error: dereferencing pointer to incomplete type
zaptel.c:3907: error: dereferencing pointer to incomplete type
zaptel.c:3908: error: dereferencing pointer to incomplete type
zaptel.c:3909: error: dereferencing pointer to incomplete type
zaptel.c:3914: error: dereferencing pointer to incomplete type
zaptel.c:3915: error: dereferencing pointer to incomplete type
zaptel.c:3917: error: dereferencing pointer to incomplete type
zaptel.c:3919: error: dereferencing pointer to incomplete type
zaptel.c:3920: error: dereferencing pointer to incomplete type
zaptel.c:3921: error: dereferencing pointer to incomplete type
zaptel.c:3922: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3923: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3924: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3925: error: dereferencing pointer to incomplete type
zaptel.c:3926: error: dereferencing pointer to incomplete type
zaptel.c:3927: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3930: error: dereferencing pointer to incomplete type
zaptel.c:3931: error: dereferencing pointer to incomplete type
zaptel.c:3935: error: dereferencing pointer to incomplete type
zaptel.c:3936: error: dereferencing pointer to incomplete type
zaptel.c:3937: error: dereferencing pointer to incomplete type
zaptel.c:3938: error: dereferencing pointer to incomplete type
zaptel.c:4011: error: dereferencing pointer to incomplete type
zaptel.c:4013: error: dereferencing pointer to incomplete type
zaptel.c:4015: error: dereferencing pointer to incomplete type
zaptel.c:4016: error: dereferencing pointer to incomplete type
zaptel.c:4017: error: dereferencing pointer to incomplete type
zaptel.c:4021: error: dereferencing pointer to incomplete type
zaptel.c:4023: error: dereferencing pointer to incomplete type
zaptel.c:4025: error: dereferencing pointer to incomplete type
zaptel.c:4026: error: dereferencing pointer to incomplete type
zaptel.c:4027: error: dereferencing pointer to incomplete type
zaptel.c:4031: error: dereferencing pointer to incomplete type
zaptel.c:4046: error: dereferencing pointer to incomplete type
zaptel.c:4048: error: dereferencing pointer to incomplete type
zaptel.c:4049: error: dereferencing pointer to incomplete type
zaptel.c:4050: error: dereferencing pointer to incomplete type
zaptel.c:4051: error: dereferencing pointer to incomplete type
zaptel.c:4052: error: dereferencing pointer to incomplete type
zaptel.c:4053: error: dereferencing pointer to incomplete type
zaptel.c:4054: error: dereferencing pointer to incomplete type
zaptel.c:4055: error: dereferencing pointer to incomplete type
zaptel.c:4056: error: dereferencing pointer to incomplete type
zaptel.c:4060: error: dereferencing pointer to incomplete type
zaptel.c:4061: error: dereferencing pointer to incomplete type
zaptel.c:4062: error: dereferencing pointer to incomplete type
zaptel.c:4063: error: dereferencing pointer to incomplete type
zaptel.c:4064: error: dereferencing pointer to incomplete type
zaptel.c:4065: error: dereferencing pointer to incomplete type
zaptel.c:4066: error: dereferencing pointer to incomplete type
zaptel.c:4067: error: dereferencing pointer to incomplete type
zaptel.c:4077: error: dereferencing pointer to incomplete type
zaptel.c:4079: error: dereferencing pointer to incomplete type
zaptel.c:4080: error: dereferencing pointer to incomplete type
zaptel.c:4085: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4092: error: dereferencing pointer to incomplete type
zaptel.c:4097: error: dereferencing pointer to incomplete type
zaptel.c:4099: error: dereferencing pointer to incomplete type
zaptel.c:4102: error: dereferencing pointer to incomplete type
zaptel.c:4103: error: dereferencing pointer to incomplete type
zaptel.c:4105: error: dereferencing pointer to incomplete type
zaptel.c:4106: error: dereferencing pointer to incomplete type
zaptel.c:4107: error: dereferencing pointer to incomplete type
zaptel.c:4108: error: dereferencing pointer to incomplete type
zaptel.c:4109: error: dereferencing pointer to incomplete type
zaptel.c:4110: error: dereferencing pointer to incomplete type
zaptel.c:4111: error: dereferencing pointer to incomplete type
zaptel.c:4114: error: dereferencing pointer to incomplete type
zaptel.c:4116: error: dereferencing pointer to incomplete type
zaptel.c:4119: error: dereferencing pointer to incomplete type
zaptel.c:4120: error: dereferencing pointer to incomplete type
zaptel.c:4121: error: dereferencing pointer to incomplete type
zaptel.c:4122: error: dereferencing pointer to incomplete type
zaptel.c:4125: error: dereferencing pointer to incomplete type
zaptel.c:4126: error: dereferencing pointer to incomplete type
zaptel.c:4130: error: dereferencing pointer to incomplete type
zaptel.c:4131: error: dereferencing pointer to incomplete type
zaptel.c:4132: error: dereferencing pointer to incomplete type
zaptel.c:4135: error: dereferencing pointer to incomplete type
zaptel.c:4137: error: dereferencing pointer to incomplete type
zaptel.c:4138: error: dereferencing pointer to incomplete type
zaptel.c:4141: error: dereferencing pointer to incomplete type
zaptel.c:4142: error: dereferencing pointer to incomplete type
zaptel.c:4143: error: dereferencing pointer to incomplete type
zaptel.c:4152: error: dereferencing pointer to incomplete type
zaptel.c:4153: error: dereferencing pointer to incomplete type
zaptel.c:4154: error: dereferencing pointer to incomplete type
zaptel.c:4157: error: dereferencing pointer to incomplete type
zaptel.c:4158: error: dereferencing pointer to incomplete type
zaptel.c:4159: error: dereferencing pointer to incomplete type
zaptel.c:4161: error: dereferencing pointer to incomplete type
zaptel.c:4165: error: dereferencing pointer to incomplete type
zaptel.c:4166: error: dereferencing pointer to incomplete type
zaptel.c:4167: error: dereferencing pointer to incomplete type
zaptel.c:4170: error: dereferencing pointer to incomplete type
zaptel.c:4171: error: dereferencing pointer to incomplete type
zaptel.c:4172: error: dereferencing pointer to incomplete type
zaptel.c:4174: error: dereferencing pointer to incomplete type
zaptel.c:4178: error: dereferencing pointer to incomplete type
zaptel.c:4180: error: dereferencing pointer to incomplete type
zaptel.c:4185: error: dereferencing pointer to incomplete type
zaptel.c:4186: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_prechan_ioctl':
zaptel.c:4212: error: dereferencing pointer to incomplete type
zaptel.c:4230: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ioctl':
zaptel.c:4243: error: dereferencing pointer to incomplete type
zaptel.c:4250: error: dereferencing pointer to incomplete type
zaptel.c:4257: error: dereferencing pointer to incomplete type
zaptel.c:4259: error: dereferencing pointer to incomplete type
zaptel.c:4264: error: dereferencing pointer to incomplete type
zaptel.c:4269: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_register':
zaptel.c:4312: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4312: error: dereferencing pointer to incomplete type
zaptel.c:4313: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4313: error: dereferencing pointer to incomplete type
zaptel.c:4336: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4336: error: dereferencing pointer to incomplete type
zaptel.c:4337: warning: implicit declaration of function `class_simple_device_add'
zaptel.c:4337: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4337: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_unregister':
zaptel.c:4387: warning: implicit declaration of function `class_simple_device_remove'
zaptel.c:4387: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4387: error: dereferencing pointer to incomplete type
zaptel.c:4395: error: invalid use of undefined type `struct zt_chan'
zaptel.c:4395: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:4519: error: parse error before "alaw"
zaptel.c:4520: warning: function declaration isn't a prototype
zaptel.c: In function `alaw2linear':
zaptel.c:4524: error: `alaw' undeclared (first use in this function)
zaptel.c: In function `__zt_process_getaudio_chunk':
zaptel.c:4569: error: dereferencing pointer to incomplete type
zaptel.c:4576: error: dereferencing pointer to incomplete type
zaptel.c:4578: error: dereferencing pointer to incomplete type
zaptel.c:4581: error: dereferencing pointer to incomplete type
zaptel.c:4582: error: dereferencing pointer to incomplete type
zaptel.c:4583: error: dereferencing pointer to incomplete type
zaptel.c:4584: error: dereferencing pointer to incomplete type
zaptel.c:4585: error: dereferencing pointer to incomplete type
zaptel.c:4586: error: dereferencing pointer to incomplete type
zaptel.c:4587: error: dereferencing pointer to incomplete type
zaptel.c:4588: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4594: error: dereferencing pointer to incomplete type
zaptel.c:4596: error: dereferencing pointer to incomplete type
zaptel.c:4602: error: dereferencing pointer to incomplete type
zaptel.c:4604: error: dereferencing pointer to incomplete type
zaptel.c:4605: error: dereferencing pointer to incomplete type
zaptel.c:4607: error: dereferencing pointer to incomplete type
zaptel.c:4610: error: dereferencing pointer to incomplete type
zaptel.c:4614: error: dereferencing pointer to incomplete type
zaptel.c:4616: error: dereferencing pointer to incomplete type
zaptel.c:4617: error: dereferencing pointer to incomplete type
zaptel.c:4619: error: dereferencing pointer to incomplete type
zaptel.c:4623: error: dereferencing pointer to incomplete type
zaptel.c:4627: error: dereferencing pointer to incomplete type
zaptel.c:4628: error: dereferencing pointer to incomplete type
zaptel.c:4629: error: dereferencing pointer to incomplete type
zaptel.c:4631: error: dereferencing pointer to incomplete type
zaptel.c:4639: error: dereferencing pointer to incomplete type
zaptel.c:4643: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4645: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4646: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4648: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4650: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4652: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4653: error: dereferencing pointer to incomplete type
zaptel.c:4656: error: dereferencing pointer to incomplete type
zaptel.c:4660: error: dereferencing pointer to incomplete type
zaptel.c:4663: error: dereferencing pointer to incomplete type
zaptel.c:4667: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4669: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4670: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4672: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4673: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4674: error: dereferencing pointer to incomplete type
zaptel.c:4675: error: dereferencing pointer to incomplete type
zaptel.c:4681: error: dereferencing pointer to incomplete type
zaptel.c:4683: error: dereferencing pointer to incomplete type
zaptel.c:4685: error: dereferencing pointer to incomplete type
zaptel.c:4688: error: dereferencing pointer to incomplete type
zaptel.c:4693: error: dereferencing pointer to incomplete type
zaptel.c:4697: error: dereferencing pointer to incomplete type
zaptel.c:4699: error: dereferencing pointer to incomplete type
zaptel.c:4701: error: dereferencing pointer to incomplete type
zaptel.c:4704: error: dereferencing pointer to incomplete type
zaptel.c:4708: error: dereferencing pointer to incomplete type
zaptel.c:4710: error: dereferencing pointer to incomplete type
zaptel.c:4711: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4713: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4715: error: dereferencing pointer to incomplete type
zaptel.c:4718: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4720: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4722: error: dereferencing pointer to incomplete type
zaptel.c:4726: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4730: error: dereferencing pointer to incomplete type
zaptel.c:4731: error: dereferencing pointer to incomplete type
zaptel.c:4733: error: dereferencing pointer to incomplete type
zaptel.c:4735: error: dereferencing pointer to incomplete type
zaptel.c:4736: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4740: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4742: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4744: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4746: error: dereferencing pointer to incomplete type
zaptel.c:4751: error: dereferencing pointer to incomplete type
zaptel.c:4756: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getbuf_chunk':
zaptel.c:4763: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4778: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4779: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4780: error: dereferencing pointer to incomplete type
zaptel.c:4783: error: dereferencing pointer to incomplete type
zaptel.c:4787: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4789: error: dereferencing pointer to incomplete type
zaptel.c:4790: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4794: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4795: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4800: error: dereferencing pointer to incomplete type
zaptel.c:4802: error: dereferencing pointer to incomplete type
zaptel.c:4804: error: dereferencing pointer to incomplete type
zaptel.c:4805: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4806: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4807: error: dereferencing pointer to incomplete type
zaptel.c:4811: error: dereferencing pointer to incomplete type
zaptel.c:4812: error: dereferencing pointer to incomplete type
zaptel.c:4813: error: dereferencing pointer to incomplete type
zaptel.c:4815: error: dereferencing pointer to incomplete type
zaptel.c:4816: error: dereferencing pointer to incomplete type
zaptel.c:4818: error: dereferencing pointer to incomplete type
zaptel.c:4821: error: dereferencing pointer to incomplete type
zaptel.c:4833: error: dereferencing pointer to incomplete type
zaptel.c:4834: error: dereferencing pointer to incomplete type
zaptel.c:4835: error: dereferencing pointer to incomplete type
zaptel.c:4836: error: dereferencing pointer to incomplete type
zaptel.c:4837: error: dereferencing pointer to incomplete type
zaptel.c:4840: error: dereferencing pointer to incomplete type
zaptel.c:4841: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4853: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4854: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4859: error: dereferencing pointer to incomplete type
zaptel.c:4860: error: dereferencing pointer to incomplete type
zaptel.c:4862: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4864: error: dereferencing pointer to incomplete type
zaptel.c:4867: error: dereferencing pointer to incomplete type
zaptel.c:4868: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4869: error: dereferencing pointer to incomplete type
zaptel.c:4870: error: dereferencing pointer to incomplete type
zaptel.c:4872: error: dereferencing pointer to incomplete type
zaptel.c:4875: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4876: error: dereferencing pointer to incomplete type
zaptel.c:4879: error: dereferencing pointer to incomplete type
zaptel.c:4882: error: dereferencing pointer to incomplete type
zaptel.c:4883: error: dereferencing pointer to incomplete type
zaptel.c:4884: error: dereferencing pointer to incomplete type
zaptel.c:4887: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c:4893: error: dereferencing pointer to incomplete type
zaptel.c: In function `rbs_itimer_expire':
zaptel.c:4904: error: dereferencing pointer to incomplete type
zaptel.c:4910: error: dereferencing pointer to incomplete type
zaptel.c: In function `__rbs_otimer_expire':
zaptel.c:4924: error: dereferencing pointer to incomplete type
zaptel.c:4926: error: dereferencing pointer to incomplete type
zaptel.c:4929: error: dereferencing pointer to incomplete type
zaptel.c:4930: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4931: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4932: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4935: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4936: error: dereferencing pointer to incomplete type
zaptel.c:4945: error: dereferencing pointer to incomplete type
zaptel.c:4946: error: dereferencing pointer to incomplete type
zaptel.c:4947: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4948: error: dereferencing pointer to incomplete type
zaptel.c:4951: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4952: error: dereferencing pointer to incomplete type
zaptel.c:4962: error: dereferencing pointer to incomplete type
zaptel.c:4967: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4973: error: dereferencing pointer to incomplete type
zaptel.c:4975: error: dereferencing pointer to incomplete type
zaptel.c:4980: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4985: error: dereferencing pointer to incomplete type
zaptel.c:4987: error: dereferencing pointer to incomplete type
zaptel.c:4993: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4994: error: dereferencing pointer to incomplete type
zaptel.c:4995: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5000: error: dereferencing pointer to incomplete type
zaptel.c:5002: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5007: error: dereferencing pointer to incomplete type
zaptel.c:5009: error: dereferencing pointer to incomplete type
zaptel.c:5013: error: dereferencing pointer to incomplete type
zaptel.c:5016: error: dereferencing pointer to incomplete type
zaptel.c:5017: error: dereferencing pointer to incomplete type
zaptel.c:5022: error: dereferencing pointer to incomplete type
zaptel.c:5023: error: dereferencing pointer to incomplete type
zaptel.c:5027: error: dereferencing pointer to incomplete type
zaptel.c:5028: error: dereferencing pointer to incomplete type
zaptel.c:5029: error: dereferencing pointer to incomplete type
zaptel.c:5032: error: dereferencing pointer to incomplete type
zaptel.c:5035: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5036: error: dereferencing pointer to incomplete type
zaptel.c:5037: error: dereferencing pointer to incomplete type
zaptel.c:5041: error: dereferencing pointer to incomplete type
zaptel.c:5043: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_hooksig_pvt':
zaptel.c:5057: error: dereferencing pointer to incomplete type
zaptel.c:5059: error: dereferencing pointer to incomplete type
zaptel.c:5061: error: dereferencing pointer to incomplete type
zaptel.c:5062: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5069: error: dereferencing pointer to incomplete type
zaptel.c:5074: error: dereferencing pointer to incomplete type
zaptel.c:5078: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5080: error: dereferencing pointer to incomplete type
zaptel.c:5088: error: dereferencing pointer to incomplete type
zaptel.c:5092: error: dereferencing pointer to incomplete type
zaptel.c:5093: error: dereferencing pointer to incomplete type
zaptel.c:5094: error: dereferencing pointer to incomplete type
zaptel.c:5095: error: dereferencing pointer to incomplete type
zaptel.c:5103: error: dereferencing pointer to incomplete type
zaptel.c:5105: error: dereferencing pointer to incomplete type
zaptel.c:5114: error: dereferencing pointer to incomplete type
zaptel.c:5117: error: dereferencing pointer to incomplete type
zaptel.c:5121: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5123: error: dereferencing pointer to incomplete type
zaptel.c:5128: error: dereferencing pointer to incomplete type
zaptel.c:5129: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5130: error: dereferencing pointer to incomplete type
zaptel.c:5131: error: dereferencing pointer to incomplete type
zaptel.c:5138: error: dereferencing pointer to incomplete type
zaptel.c:5140: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5141: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5144: error: dereferencing pointer to incomplete type
zaptel.c:5148: error: dereferencing pointer to incomplete type
zaptel.c:5149: error: dereferencing pointer to incomplete type
zaptel.c:5150: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5151: error: dereferencing pointer to incomplete type
zaptel.c:5153: error: dereferencing pointer to incomplete type
zaptel.c:5154: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_hooksig':
zaptel.c:5168: error: dereferencing pointer to incomplete type
zaptel.c:5170: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_rbsbits':
zaptel.c:5176: error: dereferencing pointer to incomplete type
zaptel.c:5179: error: dereferencing pointer to incomplete type
zaptel.c:5181: error: dereferencing pointer to incomplete type
zaptel.c:5182: error: dereferencing pointer to incomplete type
zaptel.c:5209: error: dereferencing pointer to incomplete type
zaptel.c:5225: error: dereferencing pointer to incomplete type
zaptel.c:5226: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_ec_chunk':
zaptel.c:5234: error: dereferencing pointer to incomplete type
zaptel.c:5236: error: dereferencing pointer to incomplete type
zaptel.c:5240: error: dereferencing pointer to incomplete type
zaptel.c:5243: error: dereferencing pointer to incomplete type
zaptel.c:5244: error: dereferencing pointer to incomplete type
zaptel.c:5245: error: dereferencing pointer to incomplete type
zaptel.c:5246: error: dereferencing pointer to incomplete type
zaptel.c:5247: error: dereferencing pointer to incomplete type
zaptel.c:5248: error: dereferencing pointer to incomplete type
zaptel.c:5251: error: dereferencing pointer to incomplete type
zaptel.c:5252: error: dereferencing pointer to incomplete type
zaptel.c:5253: error: dereferencing pointer to incomplete type
zaptel.c:5255: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5256: error: dereferencing pointer to incomplete type
zaptel.c:5260: error: dereferencing pointer to incomplete type
zaptel.c:5264: error: dereferencing pointer to incomplete type
zaptel.c:5268: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5269: error: dereferencing pointer to incomplete type
zaptel.c:5270: error: dereferencing pointer to incomplete type
zaptel.c:5277: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_process_putaudio_chunk':
zaptel.c:5333: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5338: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5339: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5340: error: dereferencing pointer to incomplete type
zaptel.c:5342: error: dereferencing pointer to incomplete type
zaptel.c:5346: error: dereferencing pointer to incomplete type
zaptel.c:5347: error: dereferencing pointer to incomplete type
zaptel.c:5351: error: dereferencing pointer to incomplete type
zaptel.c:5353: error: dereferencing pointer to incomplete type
zaptel.c:5354: error: dereferencing pointer to incomplete type
zaptel.c:5355: error: dereferencing pointer to incomplete type
zaptel.c:5356: error: dereferencing pointer to incomplete type
zaptel.c:5357: error: dereferencing pointer to incomplete type
zaptel.c:5358: error: dereferencing pointer to incomplete type
zaptel.c:5359: error: dereferencing pointer to incomplete type
zaptel.c:5360: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5367: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5369: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5370: error: dereferencing pointer to incomplete type
zaptel.c:5373: error: dereferencing pointer to incomplete type
zaptel.c:5376: error: dereferencing pointer to incomplete type
zaptel.c:5378: error: dereferencing pointer to incomplete type
zaptel.c:5379: error: dereferencing pointer to incomplete type
zaptel.c:5387: error: dereferencing pointer to incomplete type
zaptel.c:5392: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5393: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5394: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5399: error: dereferencing pointer to incomplete type
zaptel.c:5400: error: dereferencing pointer to incomplete type
zaptel.c:5401: error: dereferencing pointer to incomplete type
zaptel.c:5407: error: dereferencing pointer to incomplete type
zaptel.c:5409: error: dereferencing pointer to incomplete type
zaptel.c:5410: error: dereferencing pointer to incomplete type
zaptel.c:5412: error: dereferencing pointer to incomplete type
zaptel.c:5416: error: dereferencing pointer to incomplete type
zaptel.c:5420: error: dereferencing pointer to incomplete type
zaptel.c:5422: error: dereferencing pointer to incomplete type
zaptel.c:5423: error: dereferencing pointer to incomplete type
zaptel.c:5425: error: dereferencing pointer to incomplete type
zaptel.c:5429: error: dereferencing pointer to incomplete type
zaptel.c:5433: error: dereferencing pointer to incomplete type
zaptel.c:5438: error: dereferencing pointer to incomplete type
zaptel.c:5439: error: dereferencing pointer to incomplete type
zaptel.c:5442: error: dereferencing pointer to incomplete type
zaptel.c:5446: error: dereferencing pointer to incomplete type
zaptel.c:5450: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5452: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5453: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5455: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5456: error: dereferencing pointer to incomplete type
zaptel.c:5459: error: dereferencing pointer to incomplete type
zaptel.c:5461: error: dereferencing pointer to incomplete type
zaptel.c:5463: error: dereferencing pointer to incomplete type
zaptel.c:5467: error: dereferencing pointer to incomplete type
zaptel.c:5470: error: dereferencing pointer to incomplete type
zaptel.c:5472: error: dereferencing pointer to incomplete type
zaptel.c:5474: error: dereferencing pointer to incomplete type
zaptel.c:5476: error: dereferencing pointer to incomplete type
zaptel.c:5480: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5481: error: dereferencing pointer to incomplete type
zaptel.c:5486: error: dereferencing pointer to incomplete type
zaptel.c:5490: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5492: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5493: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5495: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5497: error: dereferencing pointer to incomplete type
zaptel.c:5502: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5506: error: dereferencing pointer to incomplete type
zaptel.c:5508: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5510: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5511: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5513: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5515: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5517: error: dereferencing pointer to incomplete type
zaptel.c:5521: error: dereferencing pointer to incomplete type
zaptel.c:5523: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5524: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c:5526: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_putbuf_chunk':
zaptel.c:5537: error: dereferencing pointer to incomplete type
zaptel.c:5559: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5561: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5562: error: dereferencing pointer to incomplete type
zaptel.c:5565: error: dereferencing pointer to incomplete type
zaptel.c:5568: error: dereferencing pointer to incomplete type
zaptel.c:5570: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5576: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5577: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5587: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5594: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5595: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5597: error: dereferencing pointer to incomplete type
zaptel.c:5598: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5599: error: dereferencing pointer to incomplete type
zaptel.c:5602: error: dereferencing pointer to incomplete type
zaptel.c:5603: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5604: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5611: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5613: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5616: error: dereferencing pointer to incomplete type
zaptel.c:5620: error: dereferencing pointer to incomplete type
zaptel.c:5621: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5622: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5688: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5689: error: dereferencing pointer to incomplete type
zaptel.c:5696: error: dereferencing pointer to incomplete type
zaptel.c:5698: error: dereferencing pointer to incomplete type
zaptel.c:5700: error: dereferencing pointer to incomplete type
zaptel.c:5701: error: dereferencing pointer to incomplete type
zaptel.c:5713: error: dereferencing pointer to incomplete type
zaptel.c:5719: error: dereferencing pointer to incomplete type
zaptel.c:5720: error: dereferencing pointer to incomplete type
zaptel.c:5721: error: dereferencing pointer to incomplete type
zaptel.c:5722: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5728: error: dereferencing pointer to incomplete type
zaptel.c:5729: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5754: error: dereferencing pointer to incomplete type
zaptel.c:5756: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_timer_poll':
zaptel.c:5823: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_chan_poll':
zaptel.c:5848: error: dereferencing pointer to incomplete type
zaptel.c:5850: error: dereferencing pointer to incomplete type
zaptel.c:5852: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5855: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5858: error: dereferencing pointer to incomplete type
zaptel.c:5863: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_poll':
zaptel.c:5871: error: dereferencing pointer to incomplete type
zaptel.c:5881: error: dereferencing pointer to incomplete type
zaptel.c:5884: error: dereferencing pointer to incomplete type
zaptel.c:5887: error: dereferencing pointer to incomplete type
zaptel.c:5892: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_transmit_chunk':
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c:5905: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_transmit':
zaptel.c:5919: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5921: error: dereferencing pointer to incomplete type
zaptel.c:5923: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_getempty':
zaptel.c:5938: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5939: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5944: error: dereferencing pointer to incomplete type
zaptel.c:5945: error: dereferencing pointer to incomplete type
zaptel.c:5947: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5949: error: dereferencing pointer to incomplete type
zaptel.c:5952: error: dereferencing pointer to incomplete type
zaptel.c:5953: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5954: error: dereferencing pointer to incomplete type
zaptel.c:5955: error: dereferencing pointer to incomplete type
zaptel.c:5957: error: dereferencing pointer to incomplete type
zaptel.c:5960: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5961: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c:5966: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_receive_chunk':
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5979: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c:5982: error: dereferencing pointer to incomplete type
zaptel.c: In function `__zt_real_receive':
zaptel.c:5997: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:5999: error: dereferencing pointer to incomplete type
zaptel.c:6001: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_transmit':
zaptel.c:6012: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6012: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6013: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6013: error: dereferencing pointer to incomplete type
zaptel.c:6014: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6014: error: dereferencing pointer to incomplete type
zaptel.c:6015: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6015: error: dereferencing pointer to incomplete type
zaptel.c:6016: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6016: error: dereferencing pointer to incomplete type
zaptel.c:6017: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6017: error: dereferencing pointer to incomplete type
zaptel.c:6020: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6020: error: dereferencing pointer to incomplete type
zaptel.c:6021: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6021: error: dereferencing pointer to incomplete type
zaptel.c:6023: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6023: error: dereferencing pointer to incomplete type
zaptel.c:6024: error: `u_char' undeclared (first use in this function)
zaptel.c:6024: error: parse error before "data"
zaptel.c:6033: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6033: error: dereferencing pointer to incomplete type
zaptel.c:6036: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6036: error: dereferencing pointer to incomplete type
zaptel.c:6036: warning: dereferencing `void *' pointer
zaptel.c:6037: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6037: error: dereferencing pointer to incomplete type
zaptel.c:6042: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6042: error: dereferencing pointer to incomplete type
zaptel.c:6045: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6045: error: dereferencing pointer to incomplete type
zaptel.c:6046: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6046: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6048: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6048: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6049: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6049: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6050: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6050: error: dereferencing pointer to incomplete type
zaptel.c:6056: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6056: error: dereferencing pointer to incomplete type
zaptel.c: In function `zt_receive':
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6082: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6082: error: dereferencing pointer to incomplete type
zaptel.c:6083: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6083: error: dereferencing pointer to incomplete type
zaptel.c:6084: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6084: error: dereferencing pointer to incomplete type
zaptel.c:6086: error: `u_char' undeclared (first use in this function)
zaptel.c:6086: error: parse error before "data"
zaptel.c:6092: warning: dereferencing `void *' pointer
zaptel.c:6092: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6092: error: dereferencing pointer to incomplete type
zaptel.c:6092: error: invalid use of void expression
zaptel.c:6094: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6094: error: dereferencing pointer to incomplete type
zaptel.c:6097: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6097: error: dereferencing pointer to incomplete type
zaptel.c:6102: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6102: error: dereferencing pointer to incomplete type
zaptel.c:6104: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6104: error: dereferencing pointer to incomplete type
zaptel.c:6105: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6105: error: dereferencing pointer to incomplete type
zaptel.c:6106: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6106: error: dereferencing pointer to incomplete type
zaptel.c:6107: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6107: error: dereferencing pointer to incomplete type
zaptel.c:6110: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6110: error: dereferencing pointer to incomplete type
zaptel.c:6111: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6111: error: dereferencing pointer to incomplete type
zaptel.c:6112: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6112: error: dereferencing pointer to incomplete type
zaptel.c:6113: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6113: error: dereferencing pointer to incomplete type
zaptel.c:6114: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6114: error: dereferencing pointer to incomplete type
zaptel.c:6115: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6115: error: dereferencing pointer to incomplete type
zaptel.c:6116: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6116: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6118: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6118: error: dereferencing pointer to incomplete type
zaptel.c:6119: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6119: error: dereferencing pointer to incomplete type
zaptel.c:6122: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6122: error: dereferencing pointer to incomplete type
zaptel.c:6124: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6124: error: dereferencing pointer to incomplete type
zaptel.c:6125: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6125: error: dereferencing pointer to incomplete type
zaptel.c:6127: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6127: error: dereferencing pointer to incomplete type
zaptel.c:6129: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6129: error: dereferencing pointer to incomplete type
zaptel.c:6132: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6132: error: dereferencing pointer to incomplete type
zaptel.c:6133: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6133: error: dereferencing pointer to incomplete type
zaptel.c:6134: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6134: error: dereferencing pointer to incomplete type
zaptel.c:6135: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6135: error: dereferencing pointer to incomplete type
zaptel.c:6136: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6136: error: dereferencing pointer to incomplete type
zaptel.c:6137: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6137: error: dereferencing pointer to incomplete type
zaptel.c:6138: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6138: error: dereferencing pointer to incomplete type
zaptel.c:6139: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6139: error: dereferencing pointer to incomplete type
zaptel.c:6141: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6141: error: dereferencing pointer to incomplete type
zaptel.c:6142: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6142: error: dereferencing pointer to incomplete type
zaptel.c:6144: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6144: error: dereferencing pointer to incomplete type
zaptel.c:6148: error: invalid use of undefined type `struct zt_chan'
zaptel.c:6148: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6163: error: dereferencing pointer to incomplete type
zaptel.c:6165: error: dereferencing pointer to incomplete type
zaptel.c:6166: error: dereferencing pointer to incomplete type
zaptel.c:6169: error: dereferencing pointer to incomplete type
zaptel.c:6170: error: dereferencing pointer to incomplete type
zaptel.c:6177: error: dereferencing pointer to incomplete type
zaptel.c:6178: error: dereferencing pointer to incomplete type
zaptel.c:6180: error: dereferencing pointer to incomplete type
zaptel.c:6201: error: dereferencing pointer to incomplete type
zaptel.c:6203: error: dereferencing pointer to incomplete type
zaptel.c:6206: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6210: error: dereferencing pointer to incomplete type
zaptel.c:6212: error: dereferencing pointer to incomplete type
zaptel.c:6213: error: dereferencing pointer to incomplete type
zaptel.c:6216: error: dereferencing pointer to incomplete type
zaptel.c:6217: error: dereferencing pointer to incomplete type
zaptel.c: At top level:
zaptel.c:6240: error: variable `zt_fops' has initializer but incomplete type
zaptel.c:6241: error: unknown field `owner' specified in initializer
zaptel.c:6241: warning: excess elements in struct initializer
zaptel.c:6241: warning: (near initialization for `zt_fops')
zaptel.c:6242: error: unknown field `llseek' specified in initializer
zaptel.c:6242: warning: excess elements in struct initializer
zaptel.c:6242: warning: (near initialization for `zt_fops')
zaptel.c:6243: error: unknown field `open' specified in initializer
zaptel.c:6243: warning: excess elements in struct initializer
zaptel.c:6243: warning: (near initialization for `zt_fops')
zaptel.c:6244: error: unknown field `release' specified in initializer
zaptel.c:6244: warning: excess elements in struct initializer
zaptel.c:6244: warning: (near initialization for `zt_fops')
zaptel.c:6245: error: unknown field `ioctl' specified in initializer
zaptel.c:6245: warning: excess elements in struct initializer
zaptel.c:6245: warning: (near initialization for `zt_fops')
zaptel.c:6246: error: unknown field `read' specified in initializer
zaptel.c:6246: warning: excess elements in struct initializer
zaptel.c:6246: warning: (near initialization for `zt_fops')
zaptel.c:6247: error: unknown field `write' specified in initializer
zaptel.c:6247: warning: excess elements in struct initializer
zaptel.c:6247: warning: (near initialization for `zt_fops')
zaptel.c:6248: error: unknown field `poll' specified in initializer
zaptel.c:6248: warning: excess elements in struct initializer
zaptel.c:6248: warning: (near initialization for `zt_fops')
zaptel.c:6249: error: unknown field `mmap' specified in initializer
zaptel.c:6249: warning: excess elements in struct initializer
zaptel.c:6249: warning: (near initialization for `zt_fops')
zaptel.c:6250: error: unknown field `flush' specified in initializer
zaptel.c:6250: warning: excess elements in struct initializer
zaptel.c:6250: warning: (near initialization for `zt_fops')
zaptel.c:6251: error: unknown field `fsync' specified in initializer
zaptel.c:6251: warning: excess elements in struct initializer
zaptel.c:6251: warning: (near initialization for `zt_fops')
zaptel.c:6252: error: unknown field `fasync' specified in initializer
zaptel.c:6252: warning: excess elements in struct initializer
zaptel.c:6252: warning: (near initialization for `zt_fops')
zaptel.c: In function `zt_init':
zaptel.c:6323: warning: implicit declaration of function `class_simple_create'
zaptel.c:6323: warning: assignment makes pointer from integer without a cast
zaptel.c: In function `zt_cleanup':
zaptel.c:6384: warning: implicit declaration of function `class_simple_destroy'
zaptel.c: At top level:
/usr/include/asm-generic/siginfo.h:53: error: storage size of `_pad' isn't known
/usr/include/linux/stat.h:68: error: storage size of `atime' isn't known
/usr/include/linux/stat.h:69: error: storage size of `mtime' isn't known
/usr/include/linux/stat.h:70: error: storage size of `ctime' isn't known
/usr/include/linux/fs.h:262: error: storage size of `ia_atime' isn't known
/usr/include/linux/fs.h:263: error: storage size of `ia_mtime' isn't known
/usr/include/linux/fs.h:264: error: storage size of `ia_ctime' isn't known
/usr/include/linux/quota.h:226: error: storage size of `dq_dqb' isn't known
/usr/include/linux/fs.h:381: error: storage size of `i_atime' isn't known
/usr/include/linux/fs.h:382: error: storage size of `i_mtime' isn't known
/usr/include/linux/fs.h:383: error: storage size of `i_ctime' isn't known
/usr/include/linux/fs.h:515: error: storage size of `f_owner' isn't known
zaptel.h:1065: error: storage size of `confin' isn't known
zaptel.h:1066: error: storage size of `confout' isn't known
zaptel.c:6240: error: storage size of `zt_fops' isn't known
make: *** [zaptel.o] Error 1
debian:/usr/src/zaptel#


-------- Makefile for zaptel -----------

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2005.04.08 11:37:13 =~=~=~=~=~=~=~=~=~=~=~=
    cat Makefile
#
# Makefile for tormenta/carrier driver and utilities
# $Id: Makefile,v 1.70 2005/04/05 04:12:12 kpfleming Exp $
#
BASEADDR=0xd0000

#
# Okay, the people at RedHat have to break everything they can possibly even attempt to.
# So, we have to look in /usr/src/linux-2.4/include for header files given their brain dead
# crappy installation.  (Mind you, I'm a RedHat user myself, so I suppose I'm just as
# stupid as they are).  Everyone else who is mildly sane of course links /usr/include/linux
# to their working kernel source directory, the way God himself does, of course
# (assuming He's running Linux -- which we all know He must).
#
HOSTCC=gcc
KINCLUDES=$(shell if [ -d /usr/src/linux-2.4/include ]; then echo /usr/src/linux-2.4/include ; else echo /usr/src/linux/include ; fi)

CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE #-DTONEZONE_DRIVER
CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi)
CFLAGS+=$(shell if uname -m | grep -q x86_64; then echo "-m64"; fi)
LCFLAGS=-fPIC $(CFLAGS) -DBUILDING_TONEZONE
KFLAGS+=-I/usr/src/linux-2.4/include -O6
KFLAGS+=-DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net \
      -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net
KFLAGS+=$(shell if [ -f $(KINCLUDES)/linux/modversions.h ] ; then echo "-DMODVERSIONS -include $(KINCLUDES)/linux/modversions.h" ; fi)
KFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-msoft-float -fsigned-char"; fi)
#
# Features are now configured in zconfig.h
#
#

KFLAGS+=-DSTANDALONE_ZAPATA
CFLAGS+=-DSTANDALONE_ZAPATA

ROOT_PREFIX=
INSTALL_PREFIX=$(DESTDIR)

CONFIG_FILE=$(INSTALL_PREFIX)/etc/zaptel.conf
CFLAGS+=-DZAPTEL_CONFIG=\"$(CONFIG_FILE)\"

BUILDVER=$(shell if uname -r | grep -q ^2.6; then echo "linux26"; else echo "linux24"; fi)
MODCONF=$(shell if [ -d $(ROOT_PREFIX)/etc/modprobe.d ]; then echo "$(ROOT_PREFIX)/etc/modprobe.d/zaptel"; elif [ -d $(ROOT_PREFIX)/etc/modutils ]; then echo "$(ROOT_PREFIX)/etc/modutils/zaptel"; elif [ -f $(ROOT_PREFIX)/etc/modprobe.conf ]; then echo "$(ROOT_PREFIX)/etc/modprobe.conf"; elif [ -f $(ROOT_PREFIX)/etc/modules.conf ]; then echo "$(ROOT_PREFIX)/etc/modules.conf"; else echo $(ROOT_PREFIX)/etc/conf.modules ; fi)

ifeq (${BUILDVER},linux24)
#We only support DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4
DYNFS=$(shell ps ax | grep -v grep | grep -q devfsd && echo "yes")
endif
ifeq (${BUILDVER},linux26)
#Tests for newer linux-2.6 udev support
DYNFS=$(shell ps ax | grep -v grep | grep udevd && echo "yes")
endif

CHKCONFIG=$(shell sh -c 'type -p chkconfig' 2> /dev/null)
ifeq ($(CHKCONFIG),)
CHKCONFIG=:
endif

TZOBJS=zonedata.lo tonezone.lo
LIBTONEZONE=libtonezone.so.1.0
MODULES=zaptel tor2 torisa wcusb wcfxo wctdm \
      ztdynamic ztd-eth wct1xxp wct4xxp wcte11xp pciradio \
        ztd-loc # ztdummy
#MODULES+=wcfxsusb

MODULESO=$(shell for x in $(MODULES); do echo "$$x.o "; done )
MODULESKO=$(shell for x in $(MODULES); do echo "$$x.ko "; done )

ZTTOOL=$(shell if [ -f /usr/include/newt.h ]; then echo zttool; fi)
BINS=ztcfg torisatool makefw ztmonitor ztspeed $(ZTTOOL) zttest fxotune

#PRIMARY=wcfxsusb
PRIMARY=torisa
#PRIMARY=wcfxo
PWD=$(shell pwd)
KERNEL_SOURCE?=/lib/modules/`uname -r`/build

all: $(BUILDVER)

linux24: $(MODULESO) $(BINS)

linux26:
linux26: prereq $(BINS)
      @if ! [ -d $(KERNEL_SOURCE) ]; then echo "You do not appear to have the kernel sources for your current kernel installed."; exit 1 ; fi
      make -C $(KERNEL_SOURCE) SUBDIRS=$(PWD) modules

obj-m := $(MODULESO) ztdummy.o

#ifneq ($(TOPDIR),)
#include $(TOPDIR)/Rules.make
#endif

MOD_DESTDIR := zaptel

devel: tor2ee

tests: patgen pattest patlooptest hdlcstress hdlctest hdlcgen hdlcverify timertest

tor2.o: tor2.c tor2-hw.h tor2fw.h zaptel.h
      $(HOSTCC) $(KFLAGS) -c tor2.c

zaptel.o: zaptel.c zaptel.h digits.h arith.h sec.h mec.h sec-2.h mec2.h mec3.h zconfig.h
      $(HOSTCC) $(KFLAGS) -c zaptel.c

torisa.o: torisa.c zaptel.h torisa.h
      $(HOSTCC) $(KFLAGS) -c torisa.c

wcusb.o: wcusb.c wcusb.h zaptel.h
      $(HOSTCC) $(KFLAGS) -c wcusb.c

wcfxsusb.o: wcfxsusb.c wcfxsusb.h zaptel.h
      $(HOSTCC) $(KFLAGS) -c wcfxsusb.c

wcfxo.o: wcfxo.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c wcfxo.c

wct1xxp.o:wct1xxp.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c wct1xxp.c

wcte11xp.o:wcte11xp.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c wcte11xp.c

ztd-loc.o:ztd-loc.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c ztd-loc.c

wct4xxp.o:wct4xxp.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c wct4xxp.c

wctdm.o:wctdm.c zaptel.h wctdm.h
      $(HOSTCC) $(KFLAGS) -c wctdm.c

pciradio.o:pciradio.c zaptel.h radfw.h
      $(HOSTCC) $(KFLAGS) -c pciradio.c

wcs3200p.o:wcs3200p.c zaptel.h
      $(HOSTCC) $(KFLAGS) -c wcs3200p.c

ztdummy.o:ztdummy.c ztdummy.h
      $(HOSTCC) $(KFLAGS) -c ztdummy.c

ztdynamic.o: ztdynamic.c zaptel.h
      $(HOSTCC) $(KFLAGS)  -c ztdynamic.c

ztd-eth.o: ztd-eth.c zaptel.h
      $(HOSTCC) $(KFLAGS)  -c ztd-eth.c

tor2ee.o: tor2-hw.h

tor2ee: tor2ee.o
      $(CC) $(CFLAGS) -o tor2ee tor2ee.o -lpci

zonedata.lo: zonedata.c
      $(CC) -c $(LCFLAGS) -o zonedata.lo zonedata.c

tonezone.lo: tonezone.c
      $(CC) -c $(LCFLAGS) -o tonezone.lo tonezone.c

torisatool: torisatool.o
      $(CC) -o torisatool torisatool.o

tones.h: gendigits
      ./gendigits

tor2fw.h: makefw tormenta2.rbt
      ./makefw tormenta2.rbt tor2fw > tor2fw.h

radfw.h: makefw pciradio.rbt
      ./makefw pciradio.rbt radfw > radfw.h

gendigits: gendigits.o
      $(CC) -o gendigits gendigits.o -lm

zaptel.c: tones.h

prereq: tones.h tor2fw.h radfw.h

zttool.o: zttool.c zaptel.h

ztprovision.o: ztprovision.c zaptel.h

ztmonitor.o: ztmonitor.c zaptel.h

ztspeed.o: ztspeed.c
      $(CC) -c ztspeed.c

zttool: zttool.o
      $(CC) -o zttool zttool.o -lnewt

ztprovision: ztprovision.o
      $(CC) -o ztprovision ztprovision.o -lnewt

ztmonitor: ztmonitor.o
      $(CC) -o ztmonitor ztmonitor.o

ztcat: ztcat.o
      $(CC) -o ztcat ztcat.o -ltonezone

ztspeed: ztspeed.o
      $(CC) -o ztspeed ztspeed.o

sethdlc-new: sethdlc-new.o
      $(CC) -o sethdlc-new sethdlc-new.o

sethdlc-new.o: sethdlc-new.c
      $(CC) -c $(CFLAGS) -I$(KINCLUDES) sethdlc-new.c

libtonezone.a: $(TZOBJS)
      ar rcs libtonezone.a $(TZOBJS)

$(LIBTONEZONE): $(TZOBJS)
      $(CC) -shared -Wl,-soname,$(LIBTONEZONE) -lm -o $@ $(TZOBJS)
      [ `id -u` = 0 ] && /sbin/ldconfig || :
      ln -sf $(LIBTONEZONE) libtonezone.so                                  
      ln -sf $(LIBTONEZONE) libtonezone.so.1                                  

ztcfg.c: ztcfg.h

ztcfg-shared: ztcfg.o $(LIBTONEZONE)
      $(CC) -o ztcfg-shared ztcfg.o -lm -L. -ltonezone

ztcfg: ztcfg.o libtonezone.a
      $(CC) -o ztcfg ztcfg.o -lm -L. libtonezone.a

ztcfg-dude: ztcfg-dude.o mknotch.o complex.o $(LIBTONEZONE)
      $(CC) -o ztcfg ztcfg-dude.o mknotch.o complex.o -lm -L. -ltonezone

mknotch.o: mknotch.cc
      $(CC) -c mknotch.cc

complex.o: complex.cc
      $(CC) -c complex.cc

usbfxstest.o: usbfxstest.c
      $(CC) -g -c usbfxstest.c

usbfxstest: usbfxstest.o
      $(CC) -o usbfxstest usbfxstest.o -lzap

fxstest: fxstest.o
      $(CC) -o fxstest fxstest.o -ltonezone

fxotune: fxotune.o
      $(CC) -o fxotune fxotune.o -lm

fxsdump: fxsdump.o
      $(CC) -o fxsdump fxsdump.o -lm

stackcheck: checkstack $(BUILDVER)
      ./checkstack *.o

devices:
ifeq ($(DYNFS),)
      mkdir -p $(INSTALL_PREFIX)/dev/zap
      rm -f $(INSTALL_PREFIX)/dev/zap/ctl
      rm -f $(INSTALL_PREFIX)/dev/zap/channel
      rm -f $(INSTALL_PREFIX)/dev/zap/pseudo
      rm -f $(INSTALL_PREFIX)/dev/zap/timer
      rm -f $(INSTALL_PREFIX)/dev/zap/253
      rm -f $(INSTALL_PREFIX)/dev/zap/252
      rm -f $(INSTALL_PREFIX)/dev/zap/251
      rm -f $(INSTALL_PREFIX)/dev/zap/250
      mknod $(INSTALL_PREFIX)/dev/zap/ctl c 196 0
      mknod $(INSTALL_PREFIX)/dev/zap/timer c 196 253
      mknod $(INSTALL_PREFIX)/dev/zap/channel c 196 254
      mknod $(INSTALL_PREFIX)/dev/zap/pseudo c 196 255
      N=1; \
      while [ $$N -lt 250 ]; do \
            rm -f $(INSTALL_PREFIX)/dev/zap/$$N; \
            mknod $(INSTALL_PREFIX)/dev/zap/$$N c 196 $$N; \
            N=$$[$$N+1]; \
      done
else
      @echo "**** Dynamic filesystem detected -- not creating device nodes"
      @echo "**** If you are running udev, read README.udev"
endif

install:  all devices $(LIBTONEZONE)
      install -D -m 755 ztcfg $(INSTALL_PREFIX)/sbin/ztcfg
      if [ -f sethdlc-new ]; then \
            install -D -m 755 sethdlc-new $(INSTALL_PREFIX)/sbin/sethdlc; \
      elif [ -f sethdlc ]; then \
            install -D -m 755 sethdlc $(INSTALL_PREFIX)/sbin/sethdlc ; \
      fi
      if [ -f zttool ]; then install -D -m 755 zttool $(INSTALL_PREFIX)/sbin/zttool; fi

      if [ -f zaptel.ko ]; then \
            for x in $(MODULESKO) ztdummy.ko; do \
                  install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/$$x ; \
            done; \
            if ! [ -f wcfxsusb.ko ]; then \
                  rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.ko; \
            fi; \
            rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxs.ko; \
      else \
            for x in $(MODULESO); do \
                  install -D -m 644 $$x $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/$$x ; \
            done; \
            if ! [ -f wcfxsusb.o ]; then \
                  rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxsusb.o; \
            fi; \
            rm -f $(INSTALL_PREFIX)/lib/modules/`uname -r`/misc/wcfxs.o; \
      fi

      install -D -m 755 $(LIBTONEZONE) $(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE)
      if [ -x /usr/sbin/sestatus ] && (/usr/sbin/sestatus | grep "SELinux status:" | grep -q "enabled") ; then restorecon -v $(INSTALL_PREFIX)/usr/lib/$(LIBTONEZONE); fi
      install -D -m 644 zaptel.h $(INSTALL_PREFIX)/usr/include/linux/zaptel.h
      install -D -m 644 torisa.h $(INSTALL_PREFIX)/usr/include/linux/torisa.h
      install -D -m 644 tonezone.h $(INSTALL_PREFIX)/usr/include/tonezone.h
      ( cd $(INSTALL_PREFIX)/usr/lib ; rm -f libtonezone.so ; ln -sf $(LIBTONEZONE) libtonezone.so )
      ( cd $(INSTALL_PREFIX)/usr/lib ; rm -f libtonezone.so.1 ; ln -sf $(LIBTONEZONE) libtonezone.so.1 )
      [ `id -u` = 0 ] && /sbin/ldconfig || :
      if [ -f $(MODCONF) ]; then mv -f $(MODCONF) $(MODCONF).bak ; fi
      cat $(MODCONF).bak | grep -v "alias char-major-250" | \
      grep -v "post-install torisa /sbin/ztcfg" | \
      grep -v "post-install wcfxsusb /sbin/ztcfg" | \
      grep -v "post-install wctdm /sbin/ztcfg" > $(MODCONF) || true
      if ! grep "options torisa" $(MODCONF); then \
            echo "options torisa base=$(BASEADDR)" >> $(MODCONF); \
      fi
      if ! grep "alias char-major-196" $(MODCONF); then \
            echo "alias char-major-196 $(PRIMARY)" >> $(MODCONF); \
      fi
      for x in $(MODULES); do \
            if ! grep -q "post-install $$x" $(MODCONF); then \
                  if ! grep -q "install $$x " $(MODCONF); then \
                        if [ "$$x" != "zaptel" ] ; then \
                              if [ -f zaptel.ko ]; then echo "install $$x /sbin/modprobe --ignore-install $$x && /sbin/ztcfg" >> $(MODCONF); \
                              else echo "post-install $$x /sbin/ztcfg" >> $(MODCONF); \
                              fi; \
                        fi; \
                  fi; \
            fi; \
      done
      if ! grep "alias wcfxs" $(MODCONF); then \
            echo "alias wcfxs wctdm" >> $(MODCONF); \
      fi \

      if [ -d /etc/modutils ]; then \
            /sbin/update-modules ; \
      fi
      [ `id -u` = 0 ] && /sbin/depmod -a || :
      [ -f $(CONFIG_FILE) ] || install -D -m 644 zaptel.conf.sample $(CONFIG_FILE)

config:
      if [ -d $(INSTALL_PREFIX)/etc/rc.d/init.d ]; then \
            install -D -m 755 zaptel.init $(INSTALL_PREFIX)/etc/rc.d/init.d/zaptel; \
            $(CHKCONFIG) --add zaptel; \
      elif [ -d $(INSTALL_PREFIX)/etc/init.d ]; then \
            install -D -m 755 zaptel.init $(INSTALL_PREFIX)/etc/init.d/zaptel; \
            $(CHKCONFIG) --add zaptel; \
      fi
      if [ -d /etc/default ] && [ ! -f /etc/default/zaptel ]; then \
                  install -D -m 644 zaptel.sysconfig $(INSTALL_PREFIX)/etc/default/zaptel; \
      fi
      if [ -d /etc/sysconfig ] && [ ! -f /etc/sysconfig/zaptel ]; then \
            install -D -m 644 zaptel.sysconfig $(INSTALL_PREFIX)/etc/sysconfig/zaptel; \
      fi
      if [ -d /etc/sysconfig/network-scripts ]; then \
            install -D -m 755 ifup-hdlc $(INSTALL_PREFIX)/etc/sysconfig/network-scripts/ifup-hdlc; \
      fi

update:
      @if [ -d CVS ]; then \
            echo "Updating from CVS..." ; \
            cvs -q -z3 update -Pd; \
      else \
            echo "Not CVS";  \
      fi

clean:
      rm -f torisatool makefw tor2fw.h radfw.h
      rm -f ${BINS}
      rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
      rm -f $(TZOBJS) $(LIBTONEZONE) *.lo
      rm -f *.ko *.mod.c .*o.cmd
      rm -rf .tmp_versions
      rm -f gendigits tones.h
      rm -f libtonezone*
      rm -f tor2ee
      rm -f fxotune
      rm -f core

debian:/usr/src/zaptel#




Ok that was long I apologize... thanks!